Skip to content

Commit

Permalink
[DOCS] Moved breaking change in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Jun 18, 2018
1 parent 61ed5a3 commit d0e673f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
9 changes: 0 additions & 9 deletions docs/reference/migration/migrate_6_3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ your application to Elasticsearch 6.3.
* <<breaking_63_api_changes>>
* <<breaking_63_plugins_changes>>
* <<breaking_63_settings_changes>>
* <<breaking_63_search_changes>>

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

Expand Down Expand Up @@ -89,11 +88,3 @@ place) you can start Elasticsearch with the JVM option
`-Des.thread_pool.write.use_bulk_as_display_name=true` to have Elasticsearch
continue to display the name of this thread pool as `bulk`. Elasticsearch will
stop observing this system property in 7.0.0.

[[breaking_63_search_changes]]
=== Search and Query DSL changes

==== Invalid `_search` request body

Search requests with extra content after the main object will no longer be accepted
by the `_search` endpoint. A parsing exception will be thrown instead.
6 changes: 3 additions & 3 deletions docs/reference/release-notes/6.3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@ Packaging::
Plugins::
* Remove silent batch mode from install plugin {pull}29359[#29359]

Search::
* Fail _search request with trailing tokens {pull}29428[#29428] (issue: {issue}28995[#28995])

Security::
* The legacy `XPackExtension` extension mechanism has been removed and replaced
with an SPI based extension mechanism that is installed and built as an
elasticsearch plugin.



[[breaking-java-6.3.0]]
[float]
=== Breaking Java changes
Expand Down Expand Up @@ -63,6 +62,7 @@ REST API::

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

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

0 comments on commit d0e673f

Please sign in to comment.