diff --git a/CHANGELOG.md b/CHANGELOG.md index 83568adde3..faebf391ec 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 - Make the default grpc client use the registry settings: [#3041](https://github.com/owncloud/ocis/pull/3041) * 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) @@ -32,6 +33,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/2910 +* Bugfix - Make the default grpc client use the registry settings: [#3041](https://github.com/owncloud/ocis/pull/3041) + + We've fixed the default grpc client to use the registry settings. Previously it always used + mdns. + + https://github.com/owncloud/ocis/pull/3041 + * 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