Skip to content

Releases: chaoss/grimoirelab-sirmordred

1.1.2

15 Oct 07:53
Compare
Choose a tag to compare

sirmordred 1.1.2 - (2024-10-15)

  • Update Poetry's package dependencies

1.1.2-rc.1

14 Oct 15:09
Compare
Choose a tag to compare

sirmordred 1.1.2-rc.1 - (2024-10-14)

  • Update Poetry's package dependencies

1.1.1

23 Sep 08:42
Compare
Choose a tag to compare

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

20 Sep 18:46
Compare
Choose a tag to compare

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

30 Aug 15:50
Compare
Choose a tag to compare

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

30 Aug 16:46
Compare
Choose a tag to compare

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

13 Aug 10:28
Compare
Choose a tag to compare

sirmordred 1.0.5-rc.1 - (2024-08-13)

  • Update Poetry's package dependencies

1.0.5

13 Aug 11:29
Compare
Choose a tag to compare

sirmordred 1.0.5 - (2024-08-13)

  • Update Poetry's package dependencies

1.0.4-rc.1

09 Aug 09:18
Compare
Choose a tag to compare

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 the author_uuid not to be refreshed.

1.0.4

09 Aug 10:14
Compare
Choose a tag to compare

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 the author_uuid not to be refreshed.