Automated changelog update [skip ci]

This commit is contained in:
kobergj
2024-04-18 13:01:46 +00:00
parent 6c3e7306b8
commit 7cd7219d78

View File

@@ -65,6 +65,7 @@ The following sections list the changes for unreleased.
* Bugfix - Fix creating the drive item: [#8817](https://github.com/owncloud/ocis/pull/8817)
* Bugfix - Fix unmount item from share: [#8827](https://github.com/owncloud/ocis/pull/8827)
* Bugfix - Fix creating new WOPI documents on public shares: [#8828](https://github.com/owncloud/ocis/pull/8828)
* Bugfix - Nats reconnects: [#8880](https://github.com/owncloud/ocis/pull/8880)
* 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)
* Enhancement - Introduce staticroutes package & remove well-known OIDC middleware: [#6095](https://github.com/owncloud/ocis/issues/6095)
@@ -245,6 +246,12 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/issues/8691
https://github.com/owncloud/ocis/pull/8828
* Bugfix - Nats reconnects: [#8880](https://github.com/owncloud/ocis/pull/8880)
We fixed the reconnect handling of the natjs kv registry.
https://github.com/owncloud/ocis/pull/8880
* 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