add changelog

This commit is contained in:
Michael Barz
2022-02-16 17:45:17 +01:00
parent a2f540fcb5
commit 8d34907e13

View File

@@ -0,0 +1,5 @@
Change: Unify file IDs
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