Skip to content

Commit

Permalink
Release 0.14.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Oct 19, 2023
1 parent 23bd710 commit 28bbcf2
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 3 deletions.
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.13.1-rc.1"
version = "0.14.0-rc.1"
description = "A tool to manage identities."
authors = [
"GrimoireLab Developers"
Expand Down
33 changes: 33 additions & 0 deletions releases/0.14.0-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
## sortinghat 0.14.0-rc.1 - (2023-10-19)

**New features:**

* Strict criteria for merge recommendations (#812)\
The merge recommendations filter out invalid email adresses and names
that don't have at least a first and last name when looking for
matches. To disable this behavior, set the `strict` parameter on
`recommendMatches` or `unify` to `false`.
* Text field to update enrollment dates (#819)\
Users have the option to enter the dates on a text field when editing
affiliations.
* Improved organization selector (#820)\
The organization selector that is used to affiliate individuals now
has the option to create an organization if the desired one is not
found. Its size is also increased to improve the readability of longer
names.
* API method to create a scheduled task\
The `add_scheduled_task` API method adds a new scheduled task to the
registry.
* Manage app settings from the user interface\
Users can configure automatic affiliations, profile unification and
identity data synchronization from the new `Settings` section on the
user interface.

**Bug fixes:**

* Remove tasks that fail to be scheduled\
When there was an issue with the Redis connection when a task was
created, the task was added to the database but there was not
scheduled job linked to it. Tasks are now removed from the database
and an error is raised in this case.

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-08-25 08:58:03.771596
__version__ = "0.13.1-rc.1"
# File auto-generated by semverup on 2023-10-19 16:12:44.433916
__version__ = "0.14.0-rc.1"

0 comments on commit 28bbcf2

Please sign in to comment.