Automated changelog update [skip ci]

This commit is contained in:
Roman Perekhod
2024-02-09 09:12:51 +00:00
parent 747055085d
commit 4b1b1c24c8

View File

@@ -40,6 +40,7 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - Fix search response: [#7815](https://github.com/owncloud/ocis/pull/7815)
* Bugfix - The race conditions in tests: [#7847](https://github.com/owncloud/ocis/pull/7847)
* Bugfix - Fix jwt config of policies service: [#7893](https://github.com/owncloud/ocis/pull/7893)
* Bugfix - Fix Service Account Roles on external IDP: [#8074](https://github.com/owncloud/ocis/pull/8074)
@@ -79,6 +80,13 @@ The following sections list the changes for unreleased.
## Details
* Bugfix - Fix search response: [#7815](https://github.com/owncloud/ocis/pull/7815)
We fixed the search response code from 500 to 400 when the request is invalid
https://github.com/owncloud/ocis/issues/7812
https://github.com/owncloud/ocis/pull/7815
* Bugfix - The race conditions in tests: [#7847](https://github.com/owncloud/ocis/pull/7847)
We fixed the race conditions in tests.