3737
3838Cluster Coordination::
3939* Add `master_timeout` support to voting config exclusions APIs {es-pull}86670[#86670]
40+ * Small fixes to clear voting config excls API {es-pull}87828[#87828]
4041
4142Discovery-Plugins::
4243* [discovery-gce] Fix initialisation of transport in FIPS mode {es-pull}85817[#85817] (issue: {es-issue}85803[#85803])
@@ -66,6 +67,9 @@ ILM+SLM::
6667Indices APIs::
6768* Make `GetIndexAction` cancellable {es-pull}87681[#87681]
6869
70+ Infra/Circuit Breakers::
71+ * Make CBE message creation more robust {es-pull}87881[#87881]
72+
6973Infra/Core::
7074* Adjust osprobe assertion for burst cpu {es-pull}86990[#86990]
7175* Clean up `DeflateCompressor` after exception {es-pull}87163[#87163] (issue: {es-issue}87160[#87160])
@@ -133,6 +137,7 @@ Search::
133137* Fields API to allow fetching values when `_source` is disabled {es-pull}87267[#87267] (issue: {es-issue}87072[#87072])
134138* Fix `_terms_enum` on unconfigured `constant_keyword` {es-pull}86191[#86191] (issues: {es-issue}86187[#86187], {es-issue}86267[#86267])
135139* Fix status code when open point in time without `keep_alive` {es-pull}87011[#87011] (issue: {es-issue}87003[#87003])
140+ * Handle empty point values in `DiskUsage` API {es-pull}87826[#87826] (issue: {es-issue}87761[#87761])
136141* Make sure to rewrite explain query on coordinator {es-pull}87013[#87013] (issue: {es-issue}64281[#64281])
137142
138143Security::
@@ -144,6 +149,7 @@ Snapshot/Restore::
144149* Distinguish missing and invalid repositories {es-pull}85551[#85551] (issue: {es-issue}85550[#85550])
145150* Fork after calling `getRepositoryData` from `StoreRecovery` {es-pull}87264[#87264] (issue: {es-issue}87237[#87237])
146151* Fork after calling `getRepositoryData` from `StoreRecovery` {es-pull}87254[#87254] (issue: {es-issue}87237[#87237])
152+ * Throw exception on illegal `RepositoryData` updates {es-pull}87654[#87654]
147153* Upgrade Azure SDK to 12.16.0 {es-pull}86135[#86135]
148154
149155TSDB::
@@ -288,6 +294,7 @@ TSDB::
288294
289295Transform::
290296* Prefer secondary auth headers for transforms {es-pull}86757[#86757]
297+ * Support `range` aggregation in transform {es-pull}86501[#86501]
291298
292299[[feature-8.3.0]]
293300[float]
@@ -345,4 +352,7 @@ SQL::
345352Search::
346353* Update to public lucene 9.2.0 release {es-pull}87162[#87162]
347354
355+ Snapshot/Restore::
356+ * Upgrade GCS Plugin to 1.118.1 {es-pull}87800[#87800]
357+
348358
0 commit comments