Automated changelog update [skip ci]

This commit is contained in:
Michael Barz
2022-11-25 12:48:11 +00:00
parent 7e6b57e138
commit ce198ce84d

View File

@@ -12,6 +12,7 @@ The following sections list the changes for unreleased.
* Bugfix - Adjust cache related configuration options: [#5087](https://github.com/owncloud/ocis/pull/5087)
* Bugfix - Fix notifications Web UI url: [#4998](https://github.com/owncloud/ocis/pull/4998)
* Bugfix - Initial role assingment with external IDM: [#5045](https://github.com/owncloud/ocis/issues/5045)
* Bugfix - Make storage users mount ids unique by default: [#5091](https://github.com/owncloud/ocis/pull/5091)
* Bugfix - Update reva: [#5092](https://github.com/owncloud/ocis/pull/5092)
* Enhancement - Add tracing to search: [#5113](https://github.com/owncloud/ocis/pull/5113)
* Enhancement - Add the "hidden" state to the search index: [#5018](https://github.com/owncloud/ocis/pull/5018)
@@ -62,6 +63,14 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/issues/5045
* Bugfix - Make storage users mount ids unique by default: [#5091](https://github.com/owncloud/ocis/pull/5091)
The mount ID of the storage users provider needs to be unique by default. We made this value
configurable and added it to ocis init to be sure that we have a random uuid v4. This is important
for federated instances.
https://github.com/owncloud/ocis/pull/5091
* Bugfix - Update reva: [#5092](https://github.com/owncloud/ocis/pull/5092)
Tags: reva