-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNEWS
More file actions
83 lines (55 loc) · 2.52 KB
/
NEWS
File metadata and controls
83 lines (55 loc) · 2.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Releases
## sortinghat-eclipse-foundation 0.2.5 - (2026-03-06)
* Update Poetry's package dependencies
## sortinghat-eclipse-foundation 0.2.4 - (2026-03-03)
* Update Poetry's package dependencies
## sortinghat-eclipse-foundation 0.2.3 - (2026-01-21)
* Update Poetry's package dependencies
## sortinghat-eclipse-foundation 0.2.2 - (2025-12-12)
* Update Poetry's package dependencies
## sortinghat-eclipse-foundation 0.2.1 - (2025-11-26)
* Update Poetry's package dependencies
## sortinghat-eclipse-foundation 0.2.0 - (2025-11-11)
**Bug fixes:**
* Account fetching ordered by UID\
Sort accounts by UID and adds support for resuming from a specific
page.
**Performance improvements:**
* Parallel processing for importing accounts\
Implement parallel processing to improve the efficiency of account
imports. By processing multiple accounts simultaneously, we reduce the
overall time taken to fetch and process account data.
## sortinghat-eclipse-foundation 0.1.2 - (2025-11-03)
**Bug fixes:**
* Pagination error fixed\
Pagination wasn't done right. The backend did not use the right
parameters to check when it have reached the last page of accounts.
## sortinghat-eclipse-foundation 0.1.1 - (2025-10-13)
* Update Poetry's package dependencies
## sortinghat-eclipse-foundation 0.1.0 - (2025-09-24)
**New features:**
* 5xx errors ignored\
The importer won't fail when 5xx errors are returned by the server.
These errors are normally due to invalid identities stored in the
platform.
* OAuth2 token refreshing\
OAuth2 token will be refreshed when they expired.
* 5xx errors handled for every request\
Errors were only handled when profiles were fetched and not in other
cases.
* Increased minimum version for Python to 3.10\
Python 3.9 reaches the end of life in October 2025. This means it
won't receive new updates or patches to fix security issues.
GrimoireLab supports Python 3.10 and higher from now on.
* Eclipse Foundation identities importer\
Implementation of a SortingHat backend to import identities from the
Eclipse Foundation.
**Bug fixes:**
* Handle of OAuth expired token\
There was a bug making that the expiration time for a token was set to
null. The token was not correctly initialized preventing the refresh
of that token.
* Minimum value for 'from_date' error\
EclipseFoundation API only allows to fetch identities updated since
the last year. The backend allowed dates before that but the server
raised BadRequest error.