From 3e3fcf372962ee8c446664d6c8d17dfe61b93ab0 Mon Sep 17 00:00:00 2001 From: kobergj Date: Thu, 18 Jul 2024 07:57:34 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 805b556ad..281c7dc9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ The following sections list the changes for unreleased. ## Summary * Bugfix - Fix restarting of postprocessing: [#6945](https://github.com/owncloud/ocis/pull/6945) +* Bugfix - Repair nats-js-kv registry: [#9620](https://github.com/owncloud/ocis/pull/9620) * Bugfix - Fix crash on empty tracing provider: [#9622](https://github.com/owncloud/ocis/pull/9622) * Enhancement - Log user agent and remote addr on auth errors: [#9475](https://github.com/owncloud/ocis/pull/9475) * Enhancement - Add missing WOPI features: [#9580](https://github.com/owncloud/ocis/pull/9580) @@ -66,6 +67,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/5938 https://github.com/owncloud/ocis/pull/6945 +* Bugfix - Repair nats-js-kv registry: [#9620](https://github.com/owncloud/ocis/pull/9620) + + The registry would always send traffic to only one pod. This is now fixed and + load should be spread evenly. Also implements watcher method so the cache can + use it. + + https://github.com/owncloud/ocis/pull/9620 + * Bugfix - Fix crash on empty tracing provider: [#9622](https://github.com/owncloud/ocis/pull/9622) We have fixed a bug that causes a crash when OCIS_TRACING_ENABLED is set to