@@ -37,6 +37,9 @@ will prevent node from starting [#118366](https://github.com/elastic/elasticsear
3737Cluster Coordination:
3838* Remove unsupported legacy value for ` discovery.type ` [ #112903 ] ( https://github.com/elastic/elasticsearch/pull/112903 )
3939
40+ Discovery-Plugins:
41+ * Upgrade ` discovery-ec2 ` to AWS SDK v2 [ #122062 ] ( https://github.com/elastic/elasticsearch/pull/122062 )
42+
4043EQL:
4144* Set allow_partial_search_results=true by default [ #120267 ] ( https://github.com/elastic/elasticsearch/pull/120267 )
4245
@@ -60,6 +63,7 @@ Infra/Core:
6063
6164Infra/Logging:
6265* Change ` deprecation.elasticsearch ` keyword to ` elasticsearch.deprecation ` [ #117933 ] ( https://github.com/elastic/elasticsearch/pull/117933 ) (issue: {es-issue}83251[ #83251 ] )
66+ * Rename deprecation index template [ #125606 ] ( https://github.com/elastic/elasticsearch/pull/125606 ) (issue: {es-issue}125445[ #125445 ] )
6367
6468Infra/Metrics:
6569* Deprecated tracing.apm.* settings got removed. [ #119926 ] ( https://github.com/elastic/elasticsearch/pull/119926 )
@@ -90,6 +94,7 @@ Snapshot/Restore:
9094* Remove deprecated ` xpack.searchable.snapshot.allocate_on_rolling_restart ` setting [ #114202 ] ( https://github.com/elastic/elasticsearch/pull/114202 )
9195
9296TLS:
97+ * Drop ` TLS_RSA ` cipher support for JDK 24 [ #123600 ] ( https://github.com/elastic/elasticsearch/pull/123600 )
9398* Remove TLSv1.1 from default protocols [ #121731 ] ( https://github.com/elastic/elasticsearch/pull/121731 )
9499
95100Transform:
@@ -102,16 +107,3 @@ Watcher:
102107* Removing support for types field in watcher search [ #120748 ] ( https://github.com/elastic/elasticsearch/pull/120748 )
103108
104109
105-
106- ## 9.1.0 [ elasticsearch-910-breaking-changes]
107-
108- Discovery-Plugins:
109- * Upgrade ` discovery-ec2 ` to AWS SDK v2 [ #122062 ] ( https://github.com/elastic/elasticsearch/pull/122062 )
110-
111- Infra/Logging:
112- * Rename deprecation index template [ #125606 ] ( https://github.com/elastic/elasticsearch/pull/125606 ) (issue: {es-issue}125445[ #125445 ] )
113-
114- TLS:
115- * Drop ` TLS_RSA ` cipher support for JDK 24 [ #123600 ] ( https://github.com/elastic/elasticsearch/pull/123600 )
116-
117-
0 commit comments