diff --git a/CHANGELOG.md b/CHANGELOG.md index 79e8186fd..f736416b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,7 @@ The following sections list the changes for unreleased. * Bugfix - Fix node cache ttl updates: [#10575](https://github.com/owncloud/ocis/pull/10575) * Bugfix - We now limit the number of workers of the jsoncs3 share manager: [#10578](https://github.com/owncloud/ocis/pull/10578) * Bugfix - Set MaxConcurrency to 1: [#10580](https://github.com/owncloud/ocis/pull/10580) +* Bugfix - Reuse go-micro service clients: [#10582](https://github.com/owncloud/ocis/pull/10582) * Bugfix - Make collaboration service use a gateway selector: [#10584](https://github.com/owncloud/ocis/pull/10584) * Enhancement - Update web to v11.0.3: [#10569](https://github.com/owncloud/ocis/pull/10569) @@ -110,6 +111,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/10580 https://github.com/owncloud/ocis/pull/10557 +* Bugfix - Reuse go-micro service clients: [#10582](https://github.com/owncloud/ocis/pull/10582) + + Go micro clients must not be reinitialized. The internal selector will spawn a + new go routine to watch for registry changes. + + https://github.com/owncloud/ocis/pull/10582 + * Bugfix - Make collaboration service use a gateway selector: [#10584](https://github.com/owncloud/ocis/pull/10584) https://github.com/owncloud/ocis/pull/10584