From 54ad3b9a1488cfb9567b6974d43feed390b4e048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 19 Feb 2024 11:49:45 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04f2e3b53..d2cc4c36a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ The following sections list the changes for unreleased. * Bugfix - Fix extended env parser: [#8409](https://github.com/owncloud/ocis/pull/8409) * Bugfix - Graph/drives/permission Expiration date update: [#8413](https://github.com/owncloud/ocis/pull/8413) * Bugfix - Fix search error message: [#8444](https://github.com/owncloud/ocis/pull/8444) +* Change - Deprecate sharing cs3 backends: [#8478](https://github.com/owncloud/ocis/pull/8478) * Enhancement - Improve ocis single binary start: [#8320](https://github.com/owncloud/ocis/pull/8320) * Enhancement - Use environment variables in yaml config files: [#8339](https://github.com/owncloud/ocis/pull/8339) * Enhancement - Bump reva: [#8340](https://github.com/owncloud/ocis/pull/8340) @@ -104,6 +105,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/8442 https://github.com/owncloud/ocis/pull/8444 +* Change - Deprecate sharing cs3 backends: [#8478](https://github.com/owncloud/ocis/pull/8478) + + The `cs3` user and public sharing drivers have already been replaced by + `jsoncs3`. We now mark them as deprecated in preparation to kill a lot of unused + code in reva. + + https://github.com/owncloud/ocis/pull/8478 + * Enhancement - Improve ocis single binary start: [#8320](https://github.com/owncloud/ocis/pull/8320) Removes waiting times when starting the single binary. Improves ocis single