From 37f619c11cbafdd90fb5b190fa2f31c88025b1d5 Mon Sep 17 00:00:00 2001 From: kobergj Date: Thu, 27 Jun 2024 15:26:46 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41bb9c3f9..2b50b931e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,8 @@ The following sections list the changes for unreleased. * Enhancement - Add fail flag to consistency check: [#9447](https://github.com/owncloud/ocis/pull/9447) * Enhancement - Deprecate gateway environment variables: [#9451](https://github.com/owncloud/ocis/pull/9451) * Enhancement - Allow reindexing all spaces: [#9456](https://github.com/owncloud/ocis/pull/9456) +* Enhancement - Allow disable versioning: [#9473](https://github.com/owncloud/ocis/pull/9473) +* Enhancement - Bump reva: [#9473](https://github.com/owncloud/ocis/pull/9473) * Enhancement - Various fixes for the activitylog service: [#9485](https://github.com/owncloud/ocis/pull/9485) ## Details @@ -125,6 +127,18 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/9456 +* Enhancement - Allow disable versioning: [#9473](https://github.com/owncloud/ocis/pull/9473) + + Adds new configuration options to disable versioning for the storage providers + + https://github.com/owncloud/ocis/pull/9473 + +* Enhancement - Bump reva: [#9473](https://github.com/owncloud/ocis/pull/9473) + + Bumps reva version + + https://github.com/owncloud/ocis/pull/9473 + * Enhancement - Various fixes for the activitylog service: [#9485](https://github.com/owncloud/ocis/pull/9485) First round of fixes to make the activitylog service more robust and reliable.