From bd262f4a1ac72de0def6d21e0ecfdfe220f99253 Mon Sep 17 00:00:00 2001 From: kobergj Date: Mon, 28 Oct 2024 15:17:26 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0ba6fd045..56733ac947 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,7 @@ The following sections list the changes for unreleased. * Bugfix - Generate short tokens to be used as access tokens for WOPI: [#10391](https://github.com/owncloud/ocis/pull/10391) * Bugfix - Fix put relative wopi operation for microsoft: [#10403](https://github.com/owncloud/ocis/pull/10403) * Bugfix - Make SSE keepalive interval configurable: [#10411](https://github.com/owncloud/ocis/pull/10411) +* Bugfix - Micro registry cache fixes: [#10429](https://github.com/owncloud/ocis/pull/10429) * Enhancement - Add web extensions to the ocis_full example: [#10399](https://github.com/owncloud/ocis/pull/10399) ## Details @@ -100,6 +101,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/10411 +* Bugfix - Micro registry cache fixes: [#10429](https://github.com/owncloud/ocis/pull/10429) + + We now invalidate cache entries when any of the nodes was not updated. + + https://github.com/owncloud/ocis/pull/10429 + * Enhancement - Add web extensions to the ocis_full example: [#10399](https://github.com/owncloud/ocis/pull/10399) We added some of the web extensions from ownCloud to the ocis_full docker