Skip to content

Commit d0e673f

Browse files
committed
[DOCS] Moved breaking change in release notes
1 parent 61ed5a3 commit d0e673f

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

docs/reference/migration/migrate_6_3.asciidoc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ your application to Elasticsearch 6.3.
77
* <<breaking_63_api_changes>>
88
* <<breaking_63_plugins_changes>>
99
* <<breaking_63_settings_changes>>
10-
* <<breaking_63_search_changes>>
1110

1211
See also <<release-highlights>> and <<es-release-notes>>.
1312

@@ -89,11 +88,3 @@ place) you can start Elasticsearch with the JVM option
8988
`-Des.thread_pool.write.use_bulk_as_display_name=true` to have Elasticsearch
9089
continue to display the name of this thread pool as `bulk`. Elasticsearch will
9190
stop observing this system property in 7.0.0.
92-
93-
[[breaking_63_search_changes]]
94-
=== Search and Query DSL changes
95-
96-
==== Invalid `_search` request body
97-
98-
Search requests with extra content after the main object will no longer be accepted
99-
by the `_search` endpoint. A parsing exception will be thrown instead.

docs/reference/release-notes/6.3.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,13 @@ Packaging::
2323
Plugins::
2424
* Remove silent batch mode from install plugin {pull}29359[#29359]
2525

26-
Search::
27-
* Fail _search request with trailing tokens {pull}29428[#29428] (issue: {issue}28995[#28995])
28-
2926
Security::
3027
* The legacy `XPackExtension` extension mechanism has been removed and replaced
3128
with an SPI based extension mechanism that is installed and built as an
3229
elasticsearch plugin.
3330

31+
32+
3433
[[breaking-java-6.3.0]]
3534
[float]
3635
=== Breaking Java changes
@@ -63,6 +62,7 @@ REST API::
6362

6463
Search::
6564
* Deprecate slicing on `_uid`. {pull}29353[#29353]
65+
* Generate deprecation warning for _search request with trailing tokens {pull}29428[#29428] (issue: {issue}28995[#28995])
6666

6767
Stats::
6868
* Deprecate the suggest metrics {pull}29627[#29627] (issue: {issue}29589[#29589])

0 commit comments

Comments
 (0)