We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90d27a0 commit 6a92ef5Copy full SHA for 6a92ef5
docs/reference/release-notes/6.7.asciidoc
@@ -207,6 +207,13 @@ will remain as `STOPPING` until all policies that do not exist are removed from
207
any indices by using the <<ilm-remove-policy,Remove Policy API>>.
208
(issue: {es-issue}/40824[#40824])
209
210
+Deprecation Logging::
211
+
212
+In a mixed cluster environment where one of the nodes is pre 6.7 but coordinating node is already upgraded to 6.7
213
+an exception will be thrown when a deprecation warning is emitted on pre 6.7 node.
214
+it was introduced by (PR: {es-pull}/37622[#37622]) in order to speed up the performance of header warning parsing.
215
+(issue: {es-issue}/60561[#60561])
216
217
[[breaking-6.7.0]]
218
[float]
219
=== Breaking changes
0 commit comments