From 46b383245c08e571411ca9935a3f06fd7441e488 Mon Sep 17 00:00:00 2001 From: Willy Kloucek <34452982+wkloucek@users.noreply.github.com> Date: Tue, 22 Feb 2022 14:41:19 +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 95b8c2f67e..ae1c63cf04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Make events settings configurable: [#3214](https://github.com/owncloud/ocis/pull/3214) * Bugfix - Align storage metadata GPRC bind port with other variable names: [#3169](https://github.com/owncloud/ocis/pull/3169) * Change - Unify file IDs: [#3185](https://github.com/owncloud/ocis/pull/3185) * Enhancement - Add sorting to list Spaces: [#3200](https://github.com/owncloud/ocis/issues/3200) @@ -14,6 +15,12 @@ The following sections list the changes for unreleased. ## Details +* Bugfix - Make events settings configurable: [#3214](https://github.com/owncloud/ocis/pull/3214) + + We've fixed the hardcoded events settings to be configurable. + + https://github.com/owncloud/ocis/pull/3214 + * Bugfix - Align storage metadata GPRC bind port with other variable names: [#3169](https://github.com/owncloud/ocis/pull/3169) Changed STORAGE_METADATA_GRPC_PROVIDER_ADDR to STORAGE_METADATA_GRPC_ADDR so it aligns