Skip to content

Commit 9e69284

Browse files
committed
Release 0.2.0
1 parent 0cb53ca commit 9e69284

6 files changed

Lines changed: 34 additions & 20 deletions

File tree

NEWS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Releases
22

3+
## sortinghat-eclipse-foundation 0.2.0 - (2025-11-11)
4+
5+
**Bug fixes:**
6+
7+
* Account fetching ordered by UID\
8+
Sort accounts by UID and adds support for resuming from a specific
9+
page.
10+
11+
**Performance improvements:**
12+
13+
* Parallel processing for importing accounts\
14+
Implement parallel processing to improve the efficiency of account
15+
imports. By processing multiple accounts simultaneously, we reduce the
16+
overall time taken to fetch and process account data.
17+
18+
319
## sortinghat-eclipse-foundation 0.1.2 - (2025-11-03)
420

521
**Bug fixes:**

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.2.0-rc.1"
3+
version = "0.2.0"
44
description = "SortingHat backend to import identities from the Eclipse Foundation"
55
authors = [
66
{name = "Bitergia Developers"}

releases/0.2.0.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## sortinghat-eclipse-foundation 0.2.0 - (2025-11-11)
2+
3+
**Bug fixes:**
4+
5+
* Account fetching ordered by UID\
6+
Sort accounts by UID and adds support for resuming from a specific
7+
page.
8+
9+
**Performance improvements:**
10+
11+
* Parallel processing for importing accounts\
12+
Implement parallel processing to improve the efficiency of account
13+
imports. By processing multiple accounts simultaneously, we reduce the
14+
overall time taken to fetch and process account data.
15+

releases/unreleased/processed/account-fetching-ordered-by-uid.yml

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

releases/unreleased/processed/parallel-processing-for-importing-accounts.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.
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-11-11 13:24:22.463869
2-
__version__ = "0.2.0-rc.1"
1+
# File auto-generated by semverup on 2025-11-11 14:58:49.929536
2+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)