Skip to content

Releases: chaoss/grimoirelab-sirmordred

0.9.2-rc.1

23 Jul 17:31
Compare
Choose a tag to compare

sirmordred 0.9.2-rc.1 - (2023-07-23)

  • Update Poetry's package dependencies

0.9.2

23 Jul 21:47
Compare
Choose a tag to compare

sirmordred 0.9.2 - (2023-07-23)

  • Update Poetry's package dependencies

0.9.1-rc.1

11 Jul 15:09
Compare
Choose a tag to compare

sirmordred 0.9.1-rc.1 - (2023-07-11)

  • Update Poetry's package dependencies

0.9.1

11 Jul 16:41
Compare
Choose a tag to compare

sirmordred 0.9.1 - (2023-07-11)

  • Update Poetry's package dependencies

0.9.0

28 Jun 11:56
Compare
Choose a tag to compare

sirmordred 0.9.0 - (2023-06-28)

Performance improvements:

  • Refreshing identities performance
    Decrease the time required to execute the autorefresh process by
    reducing the number of queries to SortingHat.

0.9.0-rc.2

23 Jun 09:23
Compare
Choose a tag to compare

sirmordred 0.9.0-rc.2 - (2023-06-23)

  • Update Poetry's package dependencies

0.9.0-rc.1

22 Jun 08:52
Compare
Choose a tag to compare

sirmordred 0.9.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.8.0-rc.1

17 May 15:32
Compare
Choose a tag to compare

sirmordred 0.8.0-rc.1 - (2023-05-17)

New features:

  • Optional configuration for SortingHat
    Include an optional configuration for SortingHat to define the name of
    the tenant when multi-tenancy is enabled.

Bug fixes:

  • Race condition initializing SirMordred
    There was a race condition when SirMordred initializes. The thread
    that read the list of projects didn't have time to even start before
    the manager finalizes it, so data backends didn't have any have any
    input to work with. This bug was originally reported by ncsibra-lab49
    on
    grimoirelab#585.

0.8.0

17 May 17:06
Compare
Choose a tag to compare

sirmordred 0.8.0 - (2023-05-17)

New features:

  • Optional configuration for SortingHat
    Include an optional configuration for SortingHat to define the name of
    the tenant when multi-tenancy is enabled.

Bug fixes:

  • Race condition initializing SirMordred
    There was a race condition when SirMordred initializes. The thread
    that read the list of projects didn't have time to even start before
    the manager finalizes it, so data backends didn't have any have any
    input to work with. This bug was originally reported by ncsibra-lab49
    on
    grimoirelab#585.

0.7.2

28 Apr 17:05
Compare
Choose a tag to compare

sirmordred 0.7.2 - (2023-04-28)

  • Update Poetry's package dependencies