We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2169d0e commit 4d7d3efCopy full SHA for 4d7d3ef
docs/reference/release-notes/7.7.asciidoc
@@ -14,5 +14,9 @@ Mapping::
14
15
Search::
16
* A regression that allowed negative scores in a script_score query was corrected.
17
-A behaviour is restored that throws an error if script_score query produces
18
-a negative score {pull}52478[#52478].
+ A behaviour is restored that throws an error if script_score query produces
+ a negative score {pull}52478[#52478].
19
+* Pipeline aggregation validation errors that used to return HTTP
20
+ 500s/Internal Server Errors now return 400/Bad Request {pull}53669[#53669].
21
+ As a bonus we now return a list of validation errors rather than returning
22
+ the first one we encounter.
0 commit comments