The following list describes the changes by component:
- Update Poetry's package dependencies
- Update Poetry's package dependencies
Bug fixes:
- Match source parameter fixed in recommendations (#875)
Resolve an issue where the "match source" option in unify and recommendation jobs was being applied to both emails and names. With this update, this option will now only apply to usernames. Additionally, users can utilize name and email simultaneously without the constraint of applying the "match source" option across all parameters. - Organizations aliases in Python client
Include the aliases field in the organizations query that was missing in the SortingHat client schema.
- Update Poetry's package dependencies
New features:
- Panels compatible with Opensearch Dashboards
Include panels compatible with Opensearch Dashboards version >= 1.3.2.
Bug fixes:
- Empty stats for moved/copied files in git
Stats about changes on a file were not reported correctly for files that where moved to a subdirectory. They were reported as an invalid entry and without action associated. For example, the filedir/filename
was moved todir/subdir/filename
, but it was reported asdir//filename
. Therefore, the entry of the filedir/subdire/filename
didn't have the stats about added and deleted lines. This error has been fixed and stats are reported correctly.
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
Bug fixes:
- Kitsune mapping updated
Kitsune raw mapping was incorrectly defined withdynamic: false
in the data attribute.
- Update Poetry's package dependencies