Automated changelog update [skip ci]

This commit is contained in:
Ralf Haferkamp
2024-05-13 12:50:45 +00:00
parent 5b38fa149d
commit f74dfaad2d

View File

@@ -77,6 +77,7 @@ The following sections list the changes for unreleased.
* 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)
* Change - The `filesystem` backend for the settings service has been removed: [#9138](https://github.com/owncloud/ocis/pull/9138)
* Enhancement - Introduce staticroutes package & remove well-known OIDC middleware: [#6095](https://github.com/owncloud/ocis/issues/6095)
* Enhancement - Graphs endpoint for mounting and unmounting shares: [#7885](https://github.com/owncloud/ocis/pull/7885)
* Enhancement - Add epub reader to web default apps: [#8410](https://github.com/owncloud/ocis/pull/8410)
@@ -345,6 +346,13 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/9035
https://github.com/owncloud/ocis/pull/9069
* Change - The `filesystem` backend for the settings service has been removed: [#9138](https://github.com/owncloud/ocis/pull/9138)
The only remaining backend for the settings service is `metadata`, which has
been the default backend since ocis 2.0
https://github.com/owncloud/ocis/pull/9138
* Enhancement - Introduce staticroutes package & remove well-known OIDC middleware: [#6095](https://github.com/owncloud/ocis/issues/6095)
We have introduced a new static routes package to the proxy. This package is