Automated changelog update [skip ci]

This commit is contained in:
Ralf Haferkamp
2022-02-02 11:13:45 +00:00
parent b472d55f4c
commit ee6b0ed877

View File

@@ -9,6 +9,7 @@ The following sections list the changes for unreleased.
* Bugfix - Add `ocis storage-auth-machine` subcommand: [#2910](https://github.com/owncloud/ocis/pull/2910)
* Bugfix - Use same jwt secret for accounts as for metadata storage: [#3081](https://github.com/owncloud/ocis/pull/3081)
* Bugfix - Make the default grpc client use the registry settings: [#3041](https://github.com/owncloud/ocis/pull/3041)
* Bugfix - Remove group memberships when deleting a user: [#3027](https://github.com/owncloud/ocis/issues/3027)
* Bugfix - Fix retry handling for LDAP connections: [#2974](https://github.com/owncloud/ocis/issues/2974)
* Bugfix - Fix the default tracing provider: [#2952](https://github.com/owncloud/ocis/pull/2952)
* Bugfix - Fix configuration for space membership endpoint: [#2893](https://github.com/owncloud/ocis/pull/2893)
@@ -54,6 +55,13 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/3041
* Bugfix - Remove group memberships when deleting a user: [#3027](https://github.com/owncloud/ocis/issues/3027)
The LDAP backend in the graph API now takes care of removing a user's group membership when
deleting the user.
https://github.com/owncloud/ocis/issues/3027
* Bugfix - Fix retry handling for LDAP connections: [#2974](https://github.com/owncloud/ocis/issues/2974)
We've fixed the handling of network issues (e.g. connection loss) during LDAP Write