Skip to content

Commit 80ba92f

Browse files
authored
[DOCS] Add breaking change for unsupported script fields (#78217)
Adds an 8.0 breaking change for PR #59507.
1 parent 3b64194 commit 80ba92f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/reference/migration/migrate_8_0/reindex.asciidoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,17 @@ Similarly, the `size` parameter has been renamed to `max_docs` for
5050
Use the replacement parameters. Requests containing the `size` parameter will
5151
return an error.
5252
====
53+
54+
.The update by query API now rejects unsupported `script` fields.
55+
[%collapsible]
56+
====
57+
*Details* +
58+
An update by query API request that includes an unsupported field in the
59+
`script` object now returns an error. Previously, the API would silently ignore
60+
these unsupported fields.
61+
62+
*Impact* +
63+
To avoid errors, remove unsupported fields from the `script` object.
64+
====
65+
5366
//end::notable-breaking-changes[]

0 commit comments

Comments
 (0)