Automated changelog update [skip ci]

This commit is contained in:
Michael Barz
2023-09-15 16:32:00 +00:00
parent ff4c5f24c9
commit b0ac9840df
+9
View File
@@ -6,6 +6,7 @@ The following sections list the changes for unreleased.
## Summary ## Summary
* Bugfix - Fix the kql-bleve search: [#7290](https://github.com/owncloud/ocis/pull/7290)
* Change - Change the default TUS chunk size: [#7273](https://github.com/owncloud/ocis/pull/7273) * Change - Change the default TUS chunk size: [#7273](https://github.com/owncloud/ocis/pull/7273)
* Enhancement - Support spec violating AD FS access token issuer: [#7138](https://github.com/owncloud/ocis/pull/7138) * Enhancement - Support spec violating AD FS access token issuer: [#7138](https://github.com/owncloud/ocis/pull/7138)
* Enhancement - Add the password policies: [#7194](https://github.com/owncloud/ocis/pull/7194) * Enhancement - Add the password policies: [#7194](https://github.com/owncloud/ocis/pull/7194)
@@ -20,6 +21,14 @@ The following sections list the changes for unreleased.
## Details ## Details
* Bugfix - Fix the kql-bleve search: [#7290](https://github.com/owncloud/ocis/pull/7290)
We fixed the issue when 500 on searches that contain ":". Added the characters escaping
according to https://blevesearch.com/docs/Query-String-Query/
https://github.com/owncloud/ocis/issues/7282
https://github.com/owncloud/ocis/pull/7290
* Change - Change the default TUS chunk size: [#7273](https://github.com/owncloud/ocis/pull/7273) * Change - Change the default TUS chunk size: [#7273](https://github.com/owncloud/ocis/pull/7273)
We changed the default TUS chunk size from 100MB to 10MB. You can still use the old value by We changed the default TUS chunk size from 100MB to 10MB. You can still use the old value by