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:
Gordon Brown 2019-08-07 14:11:05 -06:00 committed by GitHub
parent 89861d0884
commit e3599fded7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@
<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
cluster, node, and index level settings that use deprecated features that will
be removed or changed in the next major version.