Skip to content

Releases: bitergia-analytics/sortinghat-eclipse-foundation

0.2.0-rc.1

11 Nov 13:36

Choose a tag to compare

sortinghat-eclipse-foundation 0.2.0-rc.1 - (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.

0.2.0

11 Nov 15:12

Choose a tag to compare

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.

0.1.2

03 Nov 07:46

Choose a tag to compare

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.

0.1.2-rc.1

31 Oct 13:46

Choose a tag to compare

sortinghat-eclipse-foundation 0.1.2-rc.1 - (2025-10-31)

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.

0.1.1-rc.1

13 Oct 08:53

Choose a tag to compare

sortinghat-eclipse-foundation 0.1.1-rc.1 - (2025-10-13)

  • Update Poetry's package dependencies

0.1.1

13 Oct 09:35

Choose a tag to compare

sortinghat-eclipse-foundation 0.1.1 - (2025-10-13)

  • Update Poetry's package dependencies

0.1.0

24 Sep 13:45

Choose a tag to compare

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.

0.1.0-rc.7

23 Sep 16:00

Choose a tag to compare

sortinghat-eclipse-foundation 0.1.0-rc.7 - (2025-09-23)

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.

0.1.0-rc.6

19 Sep 10:55

Choose a tag to compare

sortinghat-eclipse-foundation 0.1.0-rc.6 - (2025-09-19)

New features:

  • OAuth2 token refreshing
    OAuth2 token will be refreshed when they expired.

0.1.0-rc.5

16 Sep 11:17

Choose a tag to compare

sortinghat-eclipse-foundation 0.1.0-rc.5 - (2025-09-16)

  • Update Poetry's package dependencies