File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 66
77This section summarizes the changes in each release.
88
9+ * <<release-notes-8.17.9>>
910* <<release-notes-8.17.8>>
1011* <<release-notes-8.17.7>>
1112* <<release-notes-8.17.6>>
@@ -91,6 +92,7 @@ This section summarizes the changes in each release.
9192
9293--
9394
95+ include::release-notes/8.17.9.asciidoc[]
9496include::release-notes/8.17.8.asciidoc[]
9597include::release-notes/8.17.7.asciidoc[]
9698include::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+ [[upgrade-8.17.9]]
21+ [float]
22+ === Upgrades
23+
24+ Packaging::
25+ * Update default docker base image to Ubuntu 24.04 {es-pull}130277[#130277]
26+
27+
You can’t perform that action at this time.
0 commit comments