From 61ed5a310e323c11c2bff12d15eecbb530c9343f Mon Sep 17 00:00:00 2001 From: lcawl Date: Fri, 15 Jun 2018 13:35:29 -0700 Subject: [PATCH 1/2] [DOCS] Backports breaking change --- docs/reference/migration/migrate_6_3.asciidoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/reference/migration/migrate_6_3.asciidoc b/docs/reference/migration/migrate_6_3.asciidoc index ddb5eb5f695ae..e1da3d06fc800 100644 --- a/docs/reference/migration/migrate_6_3.asciidoc +++ b/docs/reference/migration/migrate_6_3.asciidoc @@ -7,6 +7,7 @@ your application to Elasticsearch 6.3. * <> * <> * <> +* <> See also <> and <>. @@ -88,3 +89,11 @@ 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. From d0e673f29eb70c103c864eafd6e06d81c0f98cb6 Mon Sep 17 00:00:00 2001 From: lcawl Date: Mon, 18 Jun 2018 10:04:30 -0700 Subject: [PATCH 2/2] [DOCS] Moved breaking change in release notes --- docs/reference/migration/migrate_6_3.asciidoc | 9 --------- docs/reference/release-notes/6.3.asciidoc | 6 +++--- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/docs/reference/migration/migrate_6_3.asciidoc b/docs/reference/migration/migrate_6_3.asciidoc index e1da3d06fc800..ddb5eb5f695ae 100644 --- a/docs/reference/migration/migrate_6_3.asciidoc +++ b/docs/reference/migration/migrate_6_3.asciidoc @@ -7,7 +7,6 @@ your application to Elasticsearch 6.3. * <> * <> * <> -* <> See also <> and <>. @@ -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. diff --git a/docs/reference/release-notes/6.3.asciidoc b/docs/reference/release-notes/6.3.asciidoc index 467f81f93384d..e47f59118a2bc 100644 --- a/docs/reference/release-notes/6.3.asciidoc +++ b/docs/reference/release-notes/6.3.asciidoc @@ -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 @@ -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])