From 8550a4f07e7000392bba9c55f89058958ca1cd0f Mon Sep 17 00:00:00 2001 From: Willy Kloucek <34452982+wkloucek@users.noreply.github.com> Date: Tue, 15 Mar 2022 20:53:43 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3a39589f..eddb22771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The following sections list the changes for unreleased. * Bugfix - Network configuration in individiual_services example: [#3238](https://github.com/owncloud/ocis/pull/3238) * Bugfix - Improve gif thumbnails: [#3305](https://github.com/owncloud/ocis/pull/3305) +* Change - Settings service now stores its data via metadata service: [#3232](https://github.com/owncloud/ocis/pull/3232) * Enhancement - Log sharing events in audit service: [#3301](https://github.com/owncloud/ocis/pull/3301) * Enhancement - Include etags in drives listing: [#3267](https://github.com/owncloud/ocis/pull/3267) * Enhancement - Improve thumbnails API: [#3272](https://github.com/owncloud/ocis/pull/3272) @@ -28,6 +29,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/3305 +* Change - Settings service now stores its data via metadata service: [#3232](https://github.com/owncloud/ocis/pull/3232) + + Instead of writing files to disk it will use metadata service to do so + + https://github.com/owncloud/ocis/pull/3232 + * Enhancement - Log sharing events in audit service: [#3301](https://github.com/owncloud/ocis/pull/3301) Contains sharing related events. See full list in audit/pkg/types/events.go