Add warning about versions to Deprecation API docs (#36624)
Add a note that the Deprecation API may not be up to date with all breaking changes until the last minor version in a major version series.
This commit is contained in:
parent
89861d0884
commit
e3599fded7
|
@ -6,6 +6,11 @@
|
||||||
<titleabbrev>Deprecation info</titleabbrev>
|
<titleabbrev>Deprecation info</titleabbrev>
|
||||||
++++
|
++++
|
||||||
|
|
||||||
|
IMPORTANT: Use this API to check for deprecated configuration before performing
|
||||||
|
a major version upgrade. You should run it on the the last minor version of the
|
||||||
|
major version you are upgrading from, as earlier minor versions may not include
|
||||||
|
all deprecations.
|
||||||
|
|
||||||
The deprecation API is to be used to retrieve information about different
|
The deprecation API is to be used to retrieve information about different
|
||||||
cluster, node, and index level settings that use deprecated features that will
|
cluster, node, and index level settings that use deprecated features that will
|
||||||
be removed or changed in the next major version.
|
be removed or changed in the next major version.
|
||||||
|
|
Loading…
Reference in New Issue