Skip to content

Commit

Permalink
Release 0.108.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Jul 23, 2023
1 parent 4e28f82 commit c3bdb22
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 19 deletions.
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Releases

## grimoire-elk 0.108.0 - (2023-07-23)

**Bug fixes:**

* Enrich items with multiple enrollments\
The `date` field must be a string since improved performance by
decreasing calls to the `str_to_datetime` method.

**Performance improvements:**

* Load identities performance\
Improve the load identities process performance by reducing the number
of queries to SortingHat.


## grimoire-elk 0.107.0 - (2023-07-11)

**Performance improvements:**
Expand Down
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-07-23 16:56:03.834225
__version__ = "0.108.0-rc.1"
# File auto-generated by semverup on 2023-07-23 21:12:08.674531
__version__ = "0.108.0"
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.108.0-rc.1"
version = "0.108.0"
description = "GrimoireELK processes and stores software development data to ElasticSearch"
readme = "README.md"
authors = [
Expand Down
14 changes: 14 additions & 0 deletions releases/0.108.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## grimoire-elk 0.108.0 - (2023-07-23)

**Bug fixes:**

* Enrich items with multiple enrollments\
The `date` field must be a string since improved performance by
decreasing calls to the `str_to_datetime` method.

**Performance improvements:**

* Load identities performance\
Improve the load identities process performance by reducing the number
of queries to SortingHat.

This file was deleted.

8 changes: 0 additions & 8 deletions releases/unreleased/processed/load-identities-performance.yml

This file was deleted.

0 comments on commit c3bdb22

Please sign in to comment.