diff --git a/docs/reference/migration/migrate_7_11.asciidoc b/docs/reference/migration/migrate_7_11.asciidoc index 6a54620d8d5ae..6ca9bb883e4d0 100644 --- a/docs/reference/migration/migrate_7_11.asciidoc +++ b/docs/reference/migration/migrate_7_11.asciidoc @@ -13,6 +13,7 @@ See also <> and <>. * <> * <> * <> +* <> //NOTE: The notable-breaking-changes tagged regions are re-used in the //Installation and Upgrade Guide @@ -120,7 +121,6 @@ settings of the transform. ==== //end::notable-breaking-changes[] -//// [discrete] [[deprecated-7.11]] === Deprecations @@ -136,4 +136,26 @@ the old behavior is supported until the next major release. To find out if you are using any deprecated functionality, enable <>. -//// +[discrete] +[[breaking_711_transport_deprecations]] +==== Transport deprecations + +//tag::notable-breaking-changes[] +[[deprecate-unsafely_permit_handshake_from_incompatible_builds]] +.The `es.unsafely_permit_handshake_from_incompatible_builds` system property is deprecated. +[%collapsible] +==== +*Details* + +The `es.unsafely_permit_handshake_from_incompatible_builds` system property is +now deprecated. + +{es} verifies that communicating pairs of nodes of the same version are running +the same build and using the same wire format. You can bypass this check by +setting `es.unsafely_permit_handshake_from_incompatible_builds` to `true`. +Skipping this check is unsafe and not recommended. + +*Impact* + +To avoid deprecation warnings, discontinue use of the system property. Instead +ensure that all nodes of the same version are running the same build. +==== +//end::notable-breaking-changes[]