From f49354b7d754ad4e3d24cedd00c034a553a78215 Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Wed, 15 Apr 2020 11:38:05 +1000 Subject: [PATCH] Add migration notes for deprecating local parameter of get field mapping API (#55194) This is a follow-up for #55099 to add migration notes about the deprecation of local parameter for get field mappings API. --- docs/reference/migration/migrate_7_8.asciidoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/reference/migration/migrate_7_8.asciidoc b/docs/reference/migration/migrate_7_8.asciidoc index 9de24cab9e5..566caa5f065 100644 --- a/docs/reference/migration/migrate_7_8.asciidoc +++ b/docs/reference/migration/migrate_7_8.asciidoc @@ -18,6 +18,16 @@ coming[7.8.0] //end::notable-breaking-changes[] +[discrete] +[[breaking_78_api_changes]] +=== API changes + +[discrete] +==== Deprecation of `local` parameter for get field mapping API + +The `local` parameter is a no-op and field mappings are always retrieved locally. +As of 7.8, this parameter is deprecated and will be removed in next major version. + [discrete] [[breaking_78_mappings_changes]] === Mappings changes