Skip to content

Commit

Permalink
release: v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Feb 19, 2024
1 parent ed9abc2 commit 703c1f7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@
Changes
=======

Version 5.0.0 (released 2024-01-29)

- add domains REST api and underlying service

- improved indexing, data flow and search

* Refactors data flow and indexing so that the aggregate data model is
in charge of all data parsing of the user and role model as well as
indexing

* Adds domain data and user identities and further attributes to the
users index and makes them searchable for admins.

* Fixes indexing/facets of email domain values.

* Allows admins to search for restricted email addresses.

* Add admin facets for domain, account status, domain status.

* Add sort options to admin user search.

Version 4.0.0 (released 2024-01-29)

- installation: bump invenio-accounts and invenio-records-resources
Expand Down
2 changes: 1 addition & 1 deletion invenio_users_resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

"""Invenio module providing management APIs for users and roles/groups."""

__version__ = "4.0.0"
__version__ = "5.0.0"

__all__ = ("__version__",)

0 comments on commit 703c1f7

Please sign in to comment.