Skip to content

Commit

Permalink
Release 0.107.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Jul 11, 2023
1 parent 42fdc6d commit 4042d0f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions grimoire_elk/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2023-06-28 11:17:53.655102
__version__ = "0.106.0"
# File auto-generated by semverup on 2023-07-11 14:32:14.803609
__version__ = "0.107.0-rc.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "grimoire-elk"
version = "0.106.0"
version = "0.107.0-rc.1"
description = "GrimoireELK processes and stores software development data to ElasticSearch"
readme = "README.md"
authors = [
Expand Down
11 changes: 11 additions & 0 deletions releases/0.107.0-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## grimoire-elk 0.107.0-rc.1 - (2023-07-11)

**Performance improvements:**

* Enrichment processing time reduced by 50%\
The general performance was improved reducing the number of calls to
the identities manager (i.g. `SortingHat`). There were some deprecated
calls that weren't needed any longer and also, we increased the cache
of individuals in ELKs. We were also able to reduce the processing
time of the Git backend by converting commit dates only once.

0 comments on commit 4042d0f

Please sign in to comment.