From 8c921e0014267dad1756d35eaa7c7c1af587881e Mon Sep 17 00:00:00 2001 From: Luca Cavanna Date: Tue, 14 Jul 2020 17:25:32 +0200 Subject: [PATCH] Add missing update by query breaking change entry This should have been added with #59507 --- docs/reference/release-notes/8.0.0-alpha1.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/reference/release-notes/8.0.0-alpha1.asciidoc b/docs/reference/release-notes/8.0.0-alpha1.asciidoc index 1e00cd259fa08..3cbaee5fb3c5d 100644 --- a/docs/reference/release-notes/8.0.0-alpha1.asciidoc +++ b/docs/reference/release-notes/8.0.0-alpha1.asciidoc @@ -17,6 +17,9 @@ Mapping:: * Dynamic mappings in indices created on 8.0 and later have stricter validation at mapping update time. (e.g. incorrect analyzer settings or unknown field types). {es-pull}51233[#51233] +Update by query:: +* Unsupported fields provided as part of the script section of the update by query API are now rejected. + Deprecations:: * Remove undocumented endpoints of hot threads API {es-pull}55109[#55109]