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.
This commit is contained in:
parent
5243295788
commit
f49354b7d7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue