From 01d83c8df21163494e37c5945717535d8bef145a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Tue, 18 Jan 2022 12:31:07 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fdd3ce672..9b1eec11f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The following sections list the changes for unreleased. ## Summary * Bugfix - Add `ocis storage-auth-machine` subcommand: [#2910](https://github.com/owncloud/ocis/pull/2910) +* 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) * Change - Unify configuration and commands: [#2818](https://github.com/owncloud/ocis/pull/2818) @@ -29,6 +30,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/2910 +* 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 + Operations to correcty retry the request. + + https://github.com/owncloud/ocis/issues/2974 + * Bugfix - Fix the default tracing provider: [#2952](https://github.com/owncloud/ocis/pull/2952) We've fixed the default tracing provider which was no longer configured after