Skip to content

Commit

Permalink
Release 0.10.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed May 17, 2023
1 parent e543769 commit f666404
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ Valerio Cosentino <valcos@bitergia.com>
Quan Zhou <quan@bitergia.com>
Jose Javier Merchante <jjmerchante@bitergia.com>
Eva Millán <evamillan@bitergia.com>
Eva Millan <evamillan@bitergia.com>

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sortinghat"
version = "0.9.3"
version = "0.10.0-rc.1"
description = "A tool to manage identities."
authors = [
"GrimoireLab Developers"
Expand Down
49 changes: 49 additions & 0 deletions releases/0.10.0-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
## sortinghat 0.10.0-rc.1 - (2023-05-17)

**New features:**

* Show when tables are loading (#772)\
The individuals and organizations tables now show a progress bar to
indicate that the items are loading.
* Organization profiles\
Each organization's full profile is available by clicking its name on
the table or at `/organization/<organization name>`. This view shows
the organization's teams, members and domains.

**Bug fixes:**

* Sort jobs from newest to oldest (#769)\
The jobs page now sorts the list from newest to oldest to show running
jobs first.
* Unreadable large numbers in pagination (#770)\
Large page numbers were not fully visible in the tables pagination.
* Edit a profile name with the pencil button (#773)\
Clicking on an invidual's name no longer activates the edition mode.
The name can now be edited with the pencil button.
* Job timeouts\
Jobs failed because they exceeded the default timeout while running
tasks involving numerous identities. To ensure successful completion,
we adjusted the timeout setting to an infinite duration, allowing jobs
to finish without interruptions.

**Breaking changes:**

* Multi-tenancy using headers\
Tenants are now selected using the `sortinghat-tenant` header instead
of the host. Proxies and clients using multi-tenancy should include
that header.

**Performance improvements:**

* Performance improved for recommendations and merging jobs\
The performance of the matching and merging algorithms that are used
on these jobs have been considerably improved. These jobs will be 4
times faster than on the previous version.
* uWSGI threads and workers\
Include two new environments variables to define the number of threads
and workers for uWSGI. These new variables are
`SORTINGHAT_UWSGI_WORKERS` and `SORTINGHAT_UWSGI_THREADS`
* SortingHat database performance\
Improve SortingHat performance when there are a lot of individuals in
the database.

File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions sortinghat/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2023-04-28 16:00:39.364737
__version__ = "0.9.3"
# File auto-generated by semverup on 2023-05-17 12:46:17.886239
__version__ = "0.10.0-rc.1"

0 comments on commit f666404

Please sign in to comment.