From 06b22b424a9e5a7338e279996fd68c7a9175e543 Mon Sep 17 00:00:00 2001 From: Willy Kloucek <34452982+wkloucek@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:08:17 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16d6051672..577504e477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The following sections list the changes for unreleased. * Bugfix - Remove notifications placeholder: [#2514](https://github.com/owncloud/ocis/pull/2514) * Bugfix - Remove asset path configuration option from proxy: [#2576](https://github.com/owncloud/ocis/pull/2576) * Bugfix - Race condition in config parsing: [#2574](https://github.com/owncloud/ocis/pull/2574) +* Change - Configure users and metadata storage separately: [#2598](https://github.com/owncloud/ocis/pull/2598) * Change - Make the drives create method odata compliant: [#2531](https://github.com/owncloud/ocis/pull/2531) * Change - Unify Envvar names configuring REVA gateway address: [#2587](https://github.com/owncloud/ocis/pull/2587) * Change - Update ownCloud Web to v4.3.0: [#2589](https://github.com/owncloud/ocis/pull/2589) @@ -85,6 +86,16 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/2574 +* Change - Configure users and metadata storage separately: [#2598](https://github.com/owncloud/ocis/pull/2598) + + We've fixed the configuration behaviour of the user and metadata service writing in the same + directory when using oCIS storage. + + Therefore we needed to separate the configuration of the users and metadata storage so that + they now can be configured totally separate. + + https://github.com/owncloud/ocis/pull/2598 + * Change - Make the drives create method odata compliant: [#2531](https://github.com/owncloud/ocis/pull/2531) When creating a space on the graph API we now use the POST Body to provide the parameters.