14
0

- Update to 1.2.1:

* New features:
    + Improve loading and error indicators
    + Save URL to an individual's LinkedIn profile
    + Link to GitHub profile
    + Assign users to permission groups
    + Configuration for regular expressions in CORS
    + Dedicated queues in multi-tenancy
    + Organization aliases
  * Bug fixes:
    + Consistent date format for job executions
    + Match source parameter fixed in recommendations
    + Organizations aliases in Python client
    + Change password form fixed
    + Refetch general settings after they are changed
    + Profile view displays correct recommendations
    + Match recommendations job fixed
- Drop patch use-correct-assertion-methods.patch, included.
- Refresh all other patches.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sortinghat?expand=0&rev=42
This commit is contained in:
2024-08-28 03:30:58 +00:00
committed by Git OBS Bridge
parent 1d46b71e1d
commit e9502bf04a
7 changed files with 54 additions and 86 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Aug 28 03:30:10 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.2.1:
* New features:
+ Improve loading and error indicators
+ Save URL to an individual's LinkedIn profile
+ Link to GitHub profile
+ Assign users to permission groups
+ Configuration for regular expressions in CORS
+ Dedicated queues in multi-tenancy
+ Organization aliases
* Bug fixes:
+ Consistent date format for job executions
+ Match source parameter fixed in recommendations
+ Organizations aliases in Python client
+ Change password form fixed
+ Refetch general settings after they are changed
+ Profile view displays correct recommendations
+ Match recommendations job fixed
- Drop patch use-correct-assertion-methods.patch, included.
- Refresh all other patches.
-------------------------------------------------------------------
Tue Feb 6 04:49:48 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>