From 8ea828eca6eb2596c205e9e9ae620ef7ad31c2f0 Mon Sep 17 00:00:00 2001 From: Roman Perekhod Date: Tue, 9 Apr 2024 07:34:59 +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 1e57da370f..6f1e8334ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,7 @@ The following sections list the changes for unreleased. * Bugfix - Mask user email in output: [#8726](https://github.com/owncloud/ocis/issues/8726) * Bugfix - Fix restarting of postprocessing: [#8782](https://github.com/owncloud/ocis/pull/8782) * Bugfix - Fix the create personal space cache: [#8799](https://github.com/owncloud/ocis/pull/8799) +* Bugfix - Fix removing groups from space: [#8803](https://github.com/owncloud/ocis/pull/8803) * Change - Change the default store for presigned keys to nats-js-kv: [#8419](https://github.com/owncloud/ocis/pull/8419) * Change - Disable resharing by default for deprecation: [#8653](https://github.com/owncloud/ocis/pull/8653) * Enhancement - Introduce staticroutes package & remove well-known OIDC middleware: [#6095](https://github.com/owncloud/ocis/issues/6095) @@ -191,6 +192,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/8799 +* Bugfix - Fix removing groups from space: [#8803](https://github.com/owncloud/ocis/pull/8803) + + We fixed a bug when unable to remove groups from space via graph + + https://github.com/owncloud/ocis/issues/8768 + https://github.com/owncloud/ocis/pull/8803 + * Change - Change the default store for presigned keys to nats-js-kv: [#8419](https://github.com/owncloud/ocis/pull/8419) We wrapped the store service in a micro store implementation and changed the