Automated changelog update [skip ci]

This commit is contained in:
Jörn Friedrich Dreyer
2024-11-15 16:50:58 +00:00
parent 295dcfebc7
commit ee1cbfbef6

View File

@@ -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