@@ -54,10 +54,26 @@ If a failure occurs during a rolling upgrade and older nodes cannot rejoin the
5454cluster then you must upgrade the affected nodes. Once upgraded, they will join
5555the cluster again.
5656====
57+ // end::notable-breaking-changes[]
5758
59+ [discrete]
60+ [[deprecated-7.14]]
61+ === Deprecations
62+
63+ The following functionality has been deprecated in {es} 7.14 and will be removed
64+ in 8.0. While this won't have an immediate impact on your applications, we
65+ strongly encourage you take the described steps to update your code after
66+ upgrading to 7.14.
67+
68+ NOTE: Significant changes in behavior are deprecated in a minor release and the
69+ old behavior is supported until the next major release. To find out if you are
70+ using any deprecated functionality, enable <<deprecation-logging, deprecation
71+ logging>>.
72+
73+ // tag::notable-breaking-changes[]
5874[discrete]
5975[[breaking_714_core_deprecations]]
60- === Core deprecations
76+ ==== Core deprecations
6177
6278[discrete]
6379[[deprecate-single-data-node-watermark]]
@@ -82,22 +98,20 @@ If your cluster has multiple data nodes then the
8298has no effect and you should discontinue its use.
8399====
84100
85- // end::notable-breaking-changes[]
86-
87101[discrete]
88- [[deprecated-7.14 ]]
89- === Deprecations
102+ [[breaking_714_search_deprecations ]]
103+ ==== Search deprecations
90104
91- The following functionality has been deprecated in {es} 7.14
92- and will be removed in 8.0.
93- While this won't have an immediate impact on your applications,
94- we strongly encourage you take the described steps to update your code
95- after upgrading to 7.14.
105+ .The `geo_bounding_box` query's `type` parameter is deprecated.
106+ [%collapsible]
107+ ====
108+ *Details* +
109+ The `geo_bounding_box` query's `type` parameter has been deprecated in 7.14.0.
110+ This parameter is a no-op and has no effect on the query.
96111
97- NOTE: Significant changes in behavior are deprecated in a minor release and
98- the old behavior is supported until the next major release.
99- To find out if you are using any deprecated functionality,
100- enable <<deprecation-logging, deprecation logging>>.
112+ *Impact* +
113+ Discontinue use of the `type` parameter in `geo_bounding_box` queries.
114+ ====
101115
102116[discrete]
103117[[breaking_714_security_changes]]
@@ -118,3 +132,4 @@ Configuring a realm name with a leading underscore is deprecated. In a future re
118132it will result in an error on startup if any user configured realm has a name
119133with a leading underscore.
120134====
135+ // end::notable-breaking-changes[]
0 commit comments