Skip to content

Commit 4d7d3ef

Browse files
committed
Add breaking change note for #53669
1 parent 2169d0e commit 4d7d3ef

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/reference/release-notes/7.7.asciidoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@ Mapping::
1414

1515
Search::
1616
* 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].
17+
A behaviour is restored that throws an error if script_score query produces
18+
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

Comments
 (0)