Skip to content

Commit d9578c5

Browse files
committed
Release 1.12.1-rc.1
1 parent c418ca3 commit d9578c5

File tree

7 files changed

+23
-3
lines changed

7 files changed

+23
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sortinghat"
3-
version = "1.12.0"
3+
version = "1.12.1-rc.1"
44
description = "A tool to manage identities."
55
authors = [
66
"GrimoireLab Developers"

releases/1.12.1-rc.1.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## sortinghat 1.12.1-rc.1 - (2025-10-30)
2+
3+
**Bug fixes:**
4+
5+
* Task update issues due to type mismatch\
6+
Fix a bug that caused updating and deleting tasks from the UI to fail.
7+
The GraphQL Task type now uses an ID field that accepts both integers
8+
and strings, but the UI had not been updated to handle this change.
9+
* Importer failed to reschedule tasks\
10+
Fix a bug that prevented the importer from rescheduling tasks because
11+
`from_date` was not JSON serializable when inserting into the
12+
database.
13+
* Unify periodic task param issue\
14+
Fixed an issue where creating a unify periodic task with "Guess GitHub
15+
User” enabled failed.
16+
* Importing identities with oversized fields failed\
17+
Fix a bug where importing identities with a large field (e.g.,
18+
username) caused the whole process to fail. Now, such identities are
19+
skipped instead.
20+

sortinghat/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# File auto-generated by semverup on 2025-10-10 15:44:25.409615
2-
__version__ = "1.12.0"
1+
# File auto-generated by semverup on 2025-10-30 15:32:05.875418
2+
__version__ = "1.12.1-rc.1"

0 commit comments

Comments
 (0)