From cf60e9f44d646cc4499cf0589d1d075471448592 Mon Sep 17 00:00:00 2001 From: kobergj Date: Thu, 14 Dec 2023 10:51:00 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cab3170547..ef937ea7ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,12 +42,21 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Fix natsjs cache: [#7790](https://github.com/owncloud/ocis/pull/7790) * Bugfix - Password policy return code was wrong: [#7952](https://github.com/owncloud/ocis/pull/7952) * Change - Remove accessDeniedHelpUrl from the config: [#7970](https://github.com/owncloud/ocis/pull/7970) +* Enhancement - Bump reva: [#7793](https://github.com/owncloud/ocis/pull/7793) * Enhancement - Update web to v8.0.0-beta.2: [#7952](https://github.com/owncloud/ocis/pull/7952) ## Details +* Bugfix - Fix natsjs cache: [#7790](https://github.com/owncloud/ocis/pull/7790) + + The nats-js cache was not working. It paniced and wrote a lot of error logs. + Both is fixed now. + + https://github.com/owncloud/ocis/pull/7790 + * Bugfix - Password policy return code was wrong: [#7952](https://github.com/owncloud/ocis/pull/7952) We fixed the status code on SharingNG update permissions for public shares. @@ -62,6 +71,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/7970 +* Enhancement - Bump reva: [#7793](https://github.com/owncloud/ocis/pull/7793) + + Bumps reva version + + https://github.com/owncloud/ocis/pull/7793 + * Enhancement - Update web to v8.0.0-beta.2: [#7952](https://github.com/owncloud/ocis/pull/7952) Tags: web