-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
56 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## sirmordred 0.10.0 - (2023-10-20) | ||
|
||
**New features:** | ||
|
||
* Refresh identities in a shorter period\ | ||
This update significantly reduces the time required for identity | ||
refresh operations on large projects. | ||
|
||
**Bug fixes:** | ||
|
||
* Missing database parameters for SortingHat\ | ||
SortingHat database parameters were not included during the | ||
initialization of the enrich backend. | ||
|
||
**Breaking changes:** | ||
|
||
* Log format updated with the Mordred project name\ | ||
Update the log format of SirMordred and MicroMordred to include the | ||
name of the project. | ||
|
||
**Dependencies updateds:** | ||
|
||
* Add Python 3.9 and 3.10 and drop 3.7 support\ | ||
Python 3.7 reached the end of life phase on June 27 2023 and is no | ||
longer supported. | ||
|
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
releases/unreleased/processed/log-format-updated-with-the-mordred-project-name.yml
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
releases/unreleased/processed/missing-parameters-for-sortinghat.yml
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
releases/unreleased/processed/refresh-identities-in-a-shorter-period.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# File auto-generated by semverup on 2023-10-20 10:23:56.391289 | ||
__version__ = "0.10.0-rc.1" | ||
# File auto-generated by semverup on 2023-10-20 11:53:27.651692 | ||
__version__ = "0.10.0" |