From c0ecf606f4af49f253b10f9cc0586c1af3d06ae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Tue, 4 Oct 2022 12:08:01 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 131495fa9..6652adc8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The following sections list the changes for unreleased. * Bugfix - Fix authentication for autoprovisioned users: [#4616](https://github.com/owncloud/ocis/issues/4616) * Bugfix - Bring back the settings UI in Web: [#4691](https://github.com/owncloud/ocis/pull/4691) +* Bugfix - Fix cache stat table config: [#4732](https://github.com/owncloud/ocis/pull/4732) * Bugfix - Change the default value for PROXY_OIDC_INSECURE to false: [#4601](https://github.com/owncloud/ocis/pull/4601) * Bugfix - Don't run auth-bearer service by default: [#4692](https://github.com/owncloud/ocis/issues/4692) * Bugfix - Fix notifications service settings: [#4652](https://github.com/owncloud/ocis/pull/4652) @@ -42,6 +43,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/4691 +* Bugfix - Fix cache stat table config: [#4732](https://github.com/owncloud/ocis/pull/4732) + + We have aligned the cache table config for the gateway and the dataprovider to make them + actually use the same cache instance. + + https://github.com/owncloud/ocis/pull/4732 + * Bugfix - Change the default value for PROXY_OIDC_INSECURE to false: [#4601](https://github.com/owncloud/ocis/pull/4601) We've changed the default value for PROXY_OIDC_INSECURE to `false`. Previously the default