Releases: chaoss/grimoirelab-sirmordred
Releases · chaoss/grimoirelab-sirmordred
1.1.1
sirmordred 1.1.1 - (2024-09-23)
Dependencies updateds:
- Python minimum version updated
Python 3.8 will reach its end of life in October 2024. Python 3.9 is
the minimum version required by the project.
1.1.1-rc.1
sirmordred 1.1.1-rc.1 - (2024-09-20)
Dependencies updateds:
- Python minimum version updated
Python 3.8 will reach its end of life in October 2024. Python 3.9 is
the minimum version required by the project.
1.1.0-rc.1
sirmordred 1.1.0-rc.1 - (2024-08-30)
Performance improvements:
- Reduced the number of connections to SortingHat
Mordred makes a lot of connections to the SortingHat server which
could cause the uWSGI queue to fill up. When the uWSGI queue is full,
Mordred cannot connect to the SortingHat server.
1.1.0
sirmordred 1.1.0 - (2024-08-30)
Performance improvements:
- Reduced the number of connections to SortingHat
Mordred makes a lot of connections to the SortingHat server which
could cause the uWSGI queue to fill up. When the uWSGI queue is full,
Mordred cannot connect to the SortingHat server.
1.0.5-rc.1
sirmordred 1.0.5-rc.1 - (2024-08-13)
- Update Poetry's package dependencies
1.0.5
sirmordred 1.0.5 - (2024-08-13)
- Update Poetry's package dependencies
1.0.4-rc.1
sirmordred 1.0.4-rc.1 - (2024-08-09)
Bug fixes:
- Identity refresh bug for some items
Fix issue where some fields were not refreshed. The bug occurred
because the queries to OpenSearch filtered items in which
author_uuid
was the individual pk, but not when the<role>_uuid
was the individual pk. That causes many items that contain the
<role>_uuid
but not theauthor_uuid
not to be refreshed.
1.0.4
sirmordred 1.0.4 - (2024-08-09)
Bug fixes:
- Identity refresh bug for some items
Fix issue where some fields were not refreshed. The bug occurred
because the queries to OpenSearch filtered items in which
author_uuid
was the individual pk, but not when the<role>_uuid
was the individual pk. That causes many items that contain the
<role>_uuid
but not theauthor_uuid
not to be refreshed.
1.0.3-rc.1
sirmordred 1.0.3-rc.1 - (2024-08-02)
Bug fixes:
- Days in collection spent time
Include days in logs when the collection spent time is more than one
day.
1.0.3
sirmordred 1.0.3 - (2024-08-02)
Bug fixes:
- Days in collection spent time
Include days in logs when the collection spent time is more than one
day.