Skip to content

Add release notes for v8.17.9 release #131142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: 8.17
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/reference/release-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

This section summarizes the changes in each release.

* <<release-notes-8.17.9>>
* <<release-notes-8.17.8>>
* <<release-notes-8.17.7>>
* <<release-notes-8.17.6>>
Expand Down Expand Up @@ -91,6 +92,7 @@ This section summarizes the changes in each release.

--

include::release-notes/8.17.9.asciidoc[]
include::release-notes/8.17.8.asciidoc[]
include::release-notes/8.17.7.asciidoc[]
include::release-notes/8.17.6.asciidoc[]
Expand Down
27 changes: 27 additions & 0 deletions docs/reference/release-notes/8.17.9.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[[release-notes-8.17.9]]
== {es} version 8.17.9

coming[8.17.9]

Also see <<breaking-changes-8.17,Breaking changes in 8.17>>.

[[bug-8.17.9]]
[float]
=== Bug fixes

Aggregations::
* Aggs: Add cancellation checks to `FilterByFilter` aggregator {es-pull}130452[#130452]

ES|QL::
* Avoid O(N^2) in VALUES with ordinals grouping {es-pull}130576[#130576]
* Avoid dropping aggregate groupings in local plans {es-pull}129370[#129370] (issues: {es-issue}129811[#129811], {es-issue}128054[#128054])
* Fix `BytesRef2BlockHash` {es-pull}130705[#130705]

[[upgrade-8.17.9]]
[float]
=== Upgrades

Packaging::
* Update default docker base image to Ubuntu 24.04 {es-pull}130277[#130277]