Automated changelog update [skip ci]

This commit is contained in:
Willy Kloucek
2022-02-09 09:50:00 +00:00
parent f152e4f129
commit 21c7b10f98
+8
View File
@@ -24,6 +24,7 @@ The following sections list the changes for unreleased.
* Enhancement - Add permissions to graph drives: [#3095](https://github.com/owncloud/ocis/pull/3095)
* Enhancement - Add new file url of the app provider to the ocs capabilities: [#2884](https://github.com/owncloud/ocis/pull/2884)
* Enhancement - Add spaces capability: [#2931](https://github.com/owncloud/ocis/pull/2931)
* Enhancement - Consul as supported service registry: [#3133](https://github.com/owncloud/ocis/pull/3133)
* Enhancement - Introduce User and Group Management capabilities on GraphAPI: [#2947](https://github.com/owncloud/ocis/pull/2947)
* Enhancement - Support signature auth in the public share auth middleware: [#2831](https://github.com/owncloud/ocis/pull/2831)
* Enhancement - Update REVA to v1.16.1-0.20220112085026-07451f6cd806: [#2953](https://github.com/owncloud/ocis/pull/2953)
@@ -165,6 +166,13 @@ The following sections list the changes for unreleased.
https://github.com/cs3org/reva/pull/2015
https://github.com/owncloud/ocis/pull/2965
* Enhancement - Consul as supported service registry: [#3133](https://github.com/owncloud/ocis/pull/3133)
We have added Consul as an supported service registry. You can now use it to let oCIS services
discover each other.
https://github.com/owncloud/ocis/pull/3133
* Enhancement - Introduce User and Group Management capabilities on GraphAPI: [#2947](https://github.com/owncloud/ocis/pull/2947)
The GraphAPI LDAP Backend is now able to add/modify and delete Users and Groups