Skip to content

Commit 0cb53ca

Browse files
committed
Release 0.2.0-rc.1
1 parent b32a455 commit 0cb53ca

5 files changed

Lines changed: 18 additions & 3 deletions

File tree

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

releases/0.2.0-rc.1.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-rc.1 - (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/account-fetching-ordered-by-uid.yml renamed to releases/unreleased/processed/account-fetching-ordered-by-uid.yml

File renamed without changes.

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

File renamed without changes.
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-03 07:32:59.176126
2-
__version__ = "0.1.2"
1+
# File auto-generated by semverup on 2025-11-11 13:24:22.463869
2+
__version__ = "0.2.0-rc.1"

0 commit comments

Comments
 (0)