Automated changelog update [skip ci]

This commit is contained in:
Michael Barz
2024-03-13 16:05:34 +00:00
parent 6586938619
commit bef754ecec

View File

@@ -46,6 +46,7 @@ The following sections list the changes for unreleased.
* Bugfix - Fix remove/update share permissions: [#8529](https://github.com/owncloud/ocis/pull/8529)
* Bugfix - Fix graph drive invite: [#8538](https://github.com/owncloud/ocis/pull/8538)
* Bugfix - We now always select the next clients when autoaccepting shares: [#8570](https://github.com/owncloud/ocis/pull/8570)
* Bugfix - Correct the default mapping of roles: [#8639](https://github.com/owncloud/ocis/pull/8639)
* Change - Change the default store for presigned keys to nats-js-kv: [#8419](https://github.com/owncloud/ocis/pull/8419)
* Enhancement - Graphs endpoint for mounting and unmounting shares: [#7885](https://github.com/owncloud/ocis/pull/7885)
* Enhancement - Update to go 1.22: [#8586](https://github.com/owncloud/ocis/pull/8586)
@@ -85,6 +86,13 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/8570
* Bugfix - Correct the default mapping of roles: [#8639](https://github.com/owncloud/ocis/pull/8639)
The default config for the OIDC role mapping was incorrect. Lightweight users
are now assignable.
https://github.com/owncloud/ocis/pull/8639
* Change - Change the default store for presigned keys to nats-js-kv: [#8419](https://github.com/owncloud/ocis/pull/8419)
We wrapped the store service in a micro store implementation and changed the