Automated changelog update [skip ci]

This commit is contained in:
kobergj
2024-10-28 15:17:26 +00:00
parent 43dd586509
commit bd262f4a1a

View File

@@ -61,6 +61,7 @@ The following sections list the changes for unreleased.
* Bugfix - Generate short tokens to be used as access tokens for WOPI: [#10391](https://github.com/owncloud/ocis/pull/10391)
* Bugfix - Fix put relative wopi operation for microsoft: [#10403](https://github.com/owncloud/ocis/pull/10403)
* Bugfix - Make SSE keepalive interval configurable: [#10411](https://github.com/owncloud/ocis/pull/10411)
* Bugfix - Micro registry cache fixes: [#10429](https://github.com/owncloud/ocis/pull/10429)
* Enhancement - Add web extensions to the ocis_full example: [#10399](https://github.com/owncloud/ocis/pull/10399)
## Details
@@ -100,6 +101,12 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/10411
* Bugfix - Micro registry cache fixes: [#10429](https://github.com/owncloud/ocis/pull/10429)
We now invalidate cache entries when any of the nodes was not updated.
https://github.com/owncloud/ocis/pull/10429
* Enhancement - Add web extensions to the ocis_full example: [#10399](https://github.com/owncloud/ocis/pull/10399)
We added some of the web extensions from ownCloud to the ocis_full docker