File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
This section summarizes the changes in each release.
8
8
9
+ * <<release-notes-8.17.9>>
9
10
* <<release-notes-8.17.8>>
10
11
* <<release-notes-8.17.7>>
11
12
* <<release-notes-8.17.6>>
@@ -91,6 +92,7 @@ This section summarizes the changes in each release.
91
92
92
93
--
93
94
95
+ include::release-notes/8.17.9.asciidoc[]
94
96
include::release-notes/8.17.8.asciidoc[]
95
97
include::release-notes/8.17.7.asciidoc[]
96
98
include::release-notes/8.17.6.asciidoc[]
Original file line number Diff line number Diff line change
1
+ [[release-notes-8.17.9]]
2
+ == {es} version 8.17.9
3
+
4
+ coming[8.17.9]
5
+
6
+ Also see <<breaking-changes-8.17,Breaking changes in 8.17>>.
7
+
8
+ [[bug-8.17.9]]
9
+ [float]
10
+ === Bug fixes
11
+
12
+ Aggregations::
13
+ * Aggs: Add cancellation checks to `FilterByFilter` aggregator {es-pull}130452[#130452]
14
+
15
+ ES|QL::
16
+ * Avoid O(N^2) in VALUES with ordinals grouping {es-pull}130576[#130576]
17
+ * Avoid dropping aggregate groupings in local plans {es-pull}129370[#129370] (issues: {es-issue}129811[#129811], {es-issue}128054[#128054])
18
+ * Fix `BytesRef2BlockHash` {es-pull}130705[#130705]
19
+
20
+ Search::
21
+ * Fix msearch request parsing when index expression is null {es-pull}130776[#130776] (issue: {es-issue}129631[#129631])
22
+
23
+ [[upgrade-8.17.9]]
24
+ [float]
25
+ === Upgrades
26
+
27
+ Packaging::
28
+ * Update default docker base image to Ubuntu 24.04 {es-pull}130277[#130277]
29
+
30
+
You can’t perform that action at this time.
0 commit comments