From e318919ea71afc29eef8558c6f773d0f5f73a9d7 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 17 May 2023 17:24:18 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52716f9082..b22e178687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ The following sections list the changes for unreleased. * Bugfix - Add missing response to blocked requests: [#6277](https://github.com/owncloud/ocis/pull/6277) * Bugfix - Update the default admin role: [#6310](https://github.com/owncloud/ocis/pull/6310) * Enhancement - Add specific result to antivirus for debugging: [#6265](https://github.com/owncloud/ocis/pull/6265) -* Enhancement - Update Reva: [#6305](https://github.com/owncloud/ocis/pull/6305) +* Enhancement - Update Reva to 2.13.3: [#6305](https://github.com/owncloud/ocis/pull/6305) * Enhancement - Add Store to `postprocessing`: [#6281](https://github.com/owncloud/ocis/pull/6281) * Enhancement - Remove quota from share jails api responses: [#6309](https://github.com/owncloud/ocis/pull/6309) @@ -72,7 +72,21 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/6265 -* Enhancement - Update Reva: [#6305](https://github.com/owncloud/ocis/pull/6305) +* Enhancement - Update Reva to 2.13.3: [#6305](https://github.com/owncloud/ocis/pull/6305) + + Changelog for reva 2.13.3 (2023-05-17) ======================================= + + * Bugfix [cs3org/reva#3890](https://github.com/cs3org/reva/pull/3890): Bring back public link sharing of project space roots + * Bugfix [cs3org/reva#3888](https://github.com/cs3org/reva/pull/3888): We fixed a bug that unnecessarily fetched all members of a group + * Bugfix [cs3org/reva#3886](https://github.com/cs3org/reva/pull/3886): Decomposedfs no longer deadlocks when cache is disabled + * Bugfix [cs3org/reva#3892](https://github.com/cs3org/reva/pull/3892): Fix public links + * Bugfix [cs3org/reva#3876](https://github.com/cs3org/reva/pull/3876): Remove go-micro/store/redis specific workaround + * Bugfix [cs3org/reva#3889](https://github.com/cs3org/reva/pull/3889): Update space root mtime when changing space metadata + * Bugfix [cs3org/reva#3836](https://github.com/cs3org/reva/pull/3836): Fix spaceID in the decomposedFS + * Bugfix [cs3org/reva#3867](https://github.com/cs3org/reva/pull/3867): Restore last version after positive result + * Bugfix [cs3org/reva#3849](https://github.com/cs3org/reva/pull/3849): Prevent sharing space roots and personal spaces + * Enhancement [cs3org/reva#3865](https://github.com/cs3org/reva/pull/3865): Remove unneccessary code from gateway + * Enhancement [cs3org/reva#3895](https://github.com/cs3org/reva/pull/3895): Add missing expiry date to shares https://github.com/owncloud/ocis/pull/6305