OpenSearch/docs/reference/release-notes/7.7.asciidoc

19 lines
605 B
Plaintext
Raw Normal View History

[[release-notes-7.7.0]]
== {es} version 7.7.0
coming[7.7.0]
[[breaking-7.7.0]]
[float]
=== Breaking changes
Mapping::
* Dynamic mappings in indices created on 8.0 and later have stricter validation at mapping update time and
results in a deprecation warning for indices created in Elasticsearch 7.7.0 and later.
(e.g. incorrect analyzer settings or unknown field types). {pull}51233[#51233]
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].