From 1658084812e8b57ef41b919bc6f34cdd8d0d75d2 Mon Sep 17 00:00:00 2001 From: kobergj Date: Wed, 26 Jul 2023 10:01:36 +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 2c7d7dd035..3f313c9259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,21 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Fix nats registry: [#6881](https://github.com/owncloud/ocis/pull/6881) * Bugfix - Fix the default document language for OnlyOffice: [#6878](https://github.com/owncloud/ocis/pull/6878) * Enhancement - Configure max grpc message size: [#6849](https://github.com/owncloud/ocis/pull/6849) * Enhancement - Improve the notification logs: [#6862](https://github.com/owncloud/ocis/pull/6862) ## Details +* Bugfix - Fix nats registry: [#6881](https://github.com/owncloud/ocis/pull/6881) + + Using `nats` as service registry did work, but when a service would restart and gets a new ip it + couldn't re-register. We fixed this by using `"put"` register action instead of the default + `"create"` + + https://github.com/owncloud/ocis/pull/6881 + * Bugfix - Fix the default document language for OnlyOffice: [#6878](https://github.com/owncloud/ocis/pull/6878) Fix the default document language for OnlyOffice