Skip to content

Commit 5fe614e

Browse files
authored
Add warning about versions to Deprecation API docs (elastic#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.
1 parent def1c83 commit 5fe614e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/reference/migration/apis/deprecation.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
<titleabbrev>Deprecation info</titleabbrev>
77
++++
88

9+
IMPORTANT: Use this API to check for deprecated configuration before performing
10+
a major version upgrade. You should run it on the the last minor version of the
11+
major version you are upgrading from, as earlier minor versions may not include
12+
all deprecations.
13+
914
The deprecation API is to be used to retrieve information about different
1015
cluster, node, and index level settings that use deprecated features that will
1116
be removed or changed in the next major version.

0 commit comments

Comments
 (0)