Automated changelog update [skip ci]

This commit is contained in:
Jörn Friedrich Dreyer
2022-02-17 08:39:45 +00:00
parent f0d8b31c6b
commit 602458a09d
+9
View File
@@ -18,6 +18,7 @@ The following sections list the changes for unreleased.
* Change - Unify configuration and commands: [#2818](https://github.com/owncloud/ocis/pull/2818)
* Change - Functionality to restore spaces: [#3092](https://github.com/owncloud/ocis/pull/3092)
* Change - Extended Space Properties: [#3141](https://github.com/owncloud/ocis/pull/3141)
* Change - Unify file IDs: [#3185](https://github.com/owncloud/ocis/pull/3185)
* Change - Update the graph api: [#2885](https://github.com/owncloud/ocis/pull/2885)
* Change - Update libre-graph-api to v0.3.0: [#2858](https://github.com/owncloud/ocis/pull/2858)
* Change - Return not found when updating non existent space: [#2869](https://github.com/cs3org/reva/pull/2869)
@@ -126,6 +127,14 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/3141
* Change - Unify file IDs: [#3185](https://github.com/owncloud/ocis/pull/3185)
We changed the file IDs to be consistent across all our APIs (WebDAV, LibreGraph, OCS). We
removed the base64 encoding. Now they are formatted like <storageID>!<opaqueID>. They are
using a reserved character ``!`` as a URL safe separator.
https://github.com/owncloud/ocis/pull/3185
* Change - Update the graph api: [#2885](https://github.com/owncloud/ocis/pull/2885)
GraphApi has been updated to version 0.4.1 and the existing dependency was removed