Releases: chaoss/grimoirelab-elk
Releases · chaoss/grimoirelab-elk
0.106.0-rc.1
grimoire-elk 0.106.0-rc.1 - (2023-06-22)
Performance improvements:
- Refreshing identities performance
Decrease the time required to execute the autorefresh process by
reducing the number of queries to SortingHat.
0.105.0-rc.2
grimoire-elk 0.105.0-rc.2 - (2023-05-17)
- Update Poetry's package dependencies
0.105.0-rc.1
grimoire-elk 0.105.0-rc.1 - (2023-05-17)
Breaking changes:
- SortingHat configuration
When SortingHat's multi-tenancy is enabled, the tenant is included in
all clients during execution.
0.105.0
grimoire-elk 0.105.0 - (2023-05-17)
Breaking changes:
- SortingHat configuration
When SortingHat's multi-tenancy is enabled, the tenant is included in
all clients during execution.
0.104.6
grimoire-elk 0.104.6 - (2023-04-28)
- Update Poetry's package dependencies
0.104.5
grimoire-elk 0.104.5 - (2023-04-27)
- Update Poetry's package dependencies
0.104.4
grimoire-elk 0.104.4 - (2023-04-26)
- Update Poetry's package dependencies
0.104.3-rc.2
grimoire-elk 0.104.3-rc.2 - (2023-04-21)
- Update Poetry's package dependencies
0.104.3-rc.1
grimoire-elk 0.104.3-rc.1 - (2023-04-21)
Bug fixes:
- Fix typo in SortingHat fields
Some fields were not updated from the old version of SortingHat. Now
the API returns 'isBot' and 'genderAcc' instead of 'is_bot' and
'gender_acc'.
0.104.3
grimoire-elk 0.104.3 - (2023-04-21)
Bug fixes:
- Fix typo in SortingHat fields
Some fields were not updated from the old version of SortingHat. Now
the API returns 'isBot' and 'genderAcc' instead of 'is_bot' and
'gender_acc'.
Breaking changes:
- Define date format for Git documents
Git by default uses a custom date format that is not recognized by
Elastic/OpenSearch. Specify the format for the AuthorDate and
CommitDate fields in Git documents to support the formats usually
returned bygit log
. This allows us to do proper filtering on these
fields such as "all documents with CommitDate before 2020". - Update support for ES/OS versions > 7.X/1.X
Currently the support for ES/OS versions > 7.X/1.X is broken due to a
faulty version check. Add a static method to the Elasticsearch object
that correctly checks whether the version is 'legacy' (defined as ES
6.X or OS 0.X) and adds this check to various places in the codebase.
Additionally, fixes an instance whereinterval
is used instead of
fixed_interval
.interval
was deprecated in ES7.