Skip to content

Commit 3b909bc

Browse files
committed
Release 0.1.0
1 parent 68c8195 commit 3b909bc

11 files changed

Lines changed: 67 additions & 65 deletions

NEWS

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,34 @@
11
# Releases
22

3+
## sortinghat-eclipse-foundation 0.1.0 - (2025-09-24)
4+
5+
**New features:**
6+
7+
* 5xx errors ignored\
8+
The importer won't fail when 5xx errors are returned by the server.
9+
These errors are normally due to invalid identities stored in the
10+
platform.
11+
* OAuth2 token refreshing\
12+
OAuth2 token will be refreshed when they expired.
13+
* 5xx errors handled for every request\
14+
Errors were only handled when profiles were fetched and not in other
15+
cases.
16+
* Increased minimum version for Python to 3.10\
17+
Python 3.9 reaches the end of life in October 2025. This means it
18+
won't receive new updates or patches to fix security issues.
19+
GrimoireLab supports Python 3.10 and higher from now on.
20+
* Eclipse Foundation identities importer\
21+
Implementation of a SortingHat backend to import identities from the
22+
Eclipse Foundation.
23+
24+
**Bug fixes:**
25+
26+
* Handle of OAuth expired token\
27+
There was a bug making that the expiration time for a token was set to
28+
null. The token was not correctly initialized preventing the refresh
29+
of that token.
30+
* Minimum value for 'from_date' error\
31+
EclipseFoundation API only allows to fetch identities updated since
32+
the last year. The backend allowed dates before that but the server
33+
raised BadRequest error.
34+

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sortinghat-eclipse-foundation"
3-
version = "0.1.0-rc.7"
3+
version = "0.1.0"
44
description = "SortingHat backend to import identities from the Eclipse Foundation"
55
authors = [
66
{name = "Bitergia Developers"}

releases/0.1.0.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## sortinghat-eclipse-foundation 0.1.0 - (2025-09-24)
2+
3+
**New features:**
4+
5+
* 5xx errors ignored\
6+
The importer won't fail when 5xx errors are returned by the server.
7+
These errors are normally due to invalid identities stored in the
8+
platform.
9+
* OAuth2 token refreshing\
10+
OAuth2 token will be refreshed when they expired.
11+
* 5xx errors handled for every request\
12+
Errors were only handled when profiles were fetched and not in other
13+
cases.
14+
* Increased minimum version for Python to 3.10\
15+
Python 3.9 reaches the end of life in October 2025. This means it
16+
won't receive new updates or patches to fix security issues.
17+
GrimoireLab supports Python 3.10 and higher from now on.
18+
* Eclipse Foundation identities importer\
19+
Implementation of a SortingHat backend to import identities from the
20+
Eclipse Foundation.
21+
22+
**Bug fixes:**
23+
24+
* Handle of OAuth expired token\
25+
There was a bug making that the expiration time for a token was set to
26+
null. The token was not correctly initialized preventing the refresh
27+
of that token.
28+
* Minimum value for 'from_date' error\
29+
EclipseFoundation API only allows to fetch identities updated since
30+
the last year. The backend allowed dates before that but the server
31+
raised BadRequest error.
32+

releases/unreleased/processed/5xx-errors-ignored.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

releases/unreleased/processed/eclipse-foundation-identities-importer.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

releases/unreleased/processed/handle-5xx-errors-on-every-request.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

releases/unreleased/processed/handle-of-oauth.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

releases/unreleased/processed/increased-minimum-version-for-python-to-310.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

releases/unreleased/processed/minimum-value-for-from_date-error.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

releases/unreleased/processed/oauth2-token-refreshing.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)