From 4b1b1c24c84591e8cba280f341b12f533ecf7541 Mon Sep 17 00:00:00 2001 From: Roman Perekhod <2403905@gmail.com> Date: Fri, 9 Feb 2024 09:12:51 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4e81947b..2ce8099c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.