Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
butonic committed Feb 17, 2022
1 parent f0d8b31 commit 602458a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 602458a

Please sign in to comment.