Releases: chaoss/grimoirelab-sortinghat
Releases · chaoss/grimoirelab-sortinghat
1.12.4-rc.2
sortinghat 1.12.4-rc.2 - (2025-12-12)
Bug fixes:
- Merge alias of newly created organization
The user interface raised an error when trying to merge an alias of an
organization that had just been created using the same dialog.
1.12.4
sortinghat 1.12.4 - (2025-12-12)
Bug fixes:
- Merge alias of newly created organization
The user interface raised an error when trying to merge an alias of an
organization that had just been created using the same dialog. - Missing migrations from model changes
Adds missing database migrations, including an index update and a fix
to tenant permission defaults.
1.12.4-rc.1
sortinghat 1.12.4-rc.1 - (2025-12-09)
Bug fixes:
- Missing migrations from model changes
Adds missing database migrations, including an index update and a fix
to tenant permission defaults.
1.12.3-rc.1
sortinghat 1.12.3-rc.1 - (2025-11-25)
Bug fixes:
- Redis connection updated in tests
The package django-rq updated the references to get_redis_connection
and that caused tests to fail. Fix with the new reference.
1.12.3
sortinghat 1.12.3 - (2025-11-25)
Bug fixes:
- Redis connection updated in tests
The package django-rq updated the references to get_redis_connection
and that caused tests to fail. Fix with the new reference.
1.12.2-rc.1
sortinghat 1.12.2-rc.1 - (2025-11-11)
- Update Poetry's package dependencies
1.12.2
sortinghat 1.12.2 - (2025-11-11)
- Update Poetry's package dependencies
1.12.1
sortinghat 1.12.1 - (2025-10-31)
Bug fixes:
- Task update issues due to type mismatch
Fix a bug that caused updating and deleting tasks from the UI to fail.
The GraphQL Task type now uses an ID field that accepts both integers
and strings, but the UI had not been updated to handle this change. - Importer failed to reschedule tasks
Fix a bug that prevented the importer from rescheduling tasks because
from_datewas not JSON serializable when inserting into the
database. - Unify periodic task param issue
Fixed an issue where creating a unify periodic task with "Guess GitHub
User” enabled failed. - Importing identities with oversized fields failed
Fix a bug where importing identities with a large field (e.g.,
username) caused the whole process to fail. Now, such identities are
skipped instead.
1.12.1-rc.2
sortinghat 1.12.1-rc.2 - (2025-10-30)
- Update Poetry's package dependencies
1.12.1-rc.1
sortinghat 1.12.1-rc.1 - (2025-10-30)
Bug fixes:
- Task update issues due to type mismatch
Fix a bug that caused updating and deleting tasks from the UI to fail.
The GraphQL Task type now uses an ID field that accepts both integers
and strings, but the UI had not been updated to handle this change. - Importer failed to reschedule tasks
Fix a bug that prevented the importer from rescheduling tasks because
from_datewas not JSON serializable when inserting into the
database. - Unify periodic task param issue
Fixed an issue where creating a unify periodic task with "Guess GitHub
User” enabled failed. - Importing identities with oversized fields failed
Fix a bug where importing identities with a large field (e.g.,
username) caused the whole process to fail. Now, such identities are
skipped instead.