Automated changelog update [skip ci]

This commit is contained in:
Willy Kloucek
2022-02-22 14:41:19 +00:00
parent 7e391476e8
commit 46b383245c

View File

@@ -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