Automated changelog update [skip ci]

This commit is contained in:
kobergj
2023-11-24 07:35:49 +00:00
parent 9057d231a8
commit 5e6eef7555

View File

@@ -36,12 +36,20 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - Fix search service start: [#7795](https://github.com/owncloud/ocis/pull/7795)
* Enhancement - Default link permission config: [#7783](https://github.com/owncloud/ocis/pull/7783)
* Enhancement - Add user filter startswith and contains: [#7739](https://github.com/owncloud/ocis/pull/7739)
* Enhancement - Update to go 1.21: [#7794](https://github.com/owncloud/ocis/pull/7794)
## Details
* Bugfix - Fix search service start: [#7795](https://github.com/owncloud/ocis/pull/7795)
The `search` service would sometimes not start correctly because config values are
overwritten by default configuration.
https://github.com/owncloud/ocis/pull/7795
* Enhancement - Default link permission config: [#7783](https://github.com/owncloud/ocis/pull/7783)
A new config for default link permissions that is being announced via capabilities has been