Automated changelog update [skip ci]

This commit is contained in:
Roman Perekhod
2024-06-12 09:20:52 +00:00
parent 457c0178b4
commit f9bf3d9b36

View File

@@ -77,6 +77,7 @@ The following sections list the changes for unreleased.
* Bugfix - Fix the status code for multiple mount and unmount share: [#9193](https://github.com/owncloud/ocis/pull/9193)
* Bugfix - Don't show thumbnails for secureview shares: [#9299](https://github.com/owncloud/ocis/pull/9299)
* Bugfix - Fix share update: [#9301](https://github.com/owncloud/ocis/pull/9301)
* Bugfix - Fix the error translation from utils: [#9331](https://github.com/owncloud/ocis/pull/9331)
* Change - Change the default store for presigned keys to nats-js-kv: [#8419](https://github.com/owncloud/ocis/pull/8419)
* Change - Disable resharing by default for deprecation: [#8653](https://github.com/owncloud/ocis/pull/8653)
* Change - Define maximum input image dimensions and size when generating previews: [#9035](https://github.com/owncloud/ocis/pull/9035)
@@ -359,6 +360,15 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/issues/8747
https://github.com/owncloud/ocis/pull/9301
* Bugfix - Fix the error translation from utils: [#9331](https://github.com/owncloud/ocis/pull/9331)
We've fixed the error translation from the statusCodeError type to CS3 Status
because the FromCS3Status function converts a CS3 status code into a
corresponding local Error representation.
https://github.com/owncloud/ocis/issues/9151
https://github.com/owncloud/ocis/pull/9331
* Change - Change the default store for presigned keys to nats-js-kv: [#8419](https://github.com/owncloud/ocis/pull/8419)
We wrapped the store service in a micro store implementation and changed the