Add breaking change note for #53669

This commit is contained in:
Nik Everett 2020-03-25 09:30:12 -04:00
parent 74051d68a8
commit 16e4bd50e2
1 changed files with 6 additions and 2 deletions

View File

@ -14,5 +14,9 @@ Mapping::
Search::
* A regression that allowed negative scores in a script_score query was corrected.
A behaviour is restored that throws an error if script_score query produces
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].
* Pipeline aggregation validation errors that used to return HTTP
500s/Internal Server Errors now return 400/Bad Request {pull}53669[#53669].
As a bonus we now return a list of validation errors rather than returning
the first one we encounter.