Skip to content
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

Forward port release notes for v8.15.5 #117560

Merged
merged 1 commit into from
Nov 26, 2024
Merged
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 @@ -10,6 +10,7 @@ This section summarizes the changes in each release.
* <<release-notes-8.17.0>>
* <<release-notes-8.16.1>>
* <<release-notes-8.16.0>>
* <<release-notes-8.15.5>>
* <<release-notes-8.15.4>>
* <<release-notes-8.15.3>>
* <<release-notes-8.15.2>>
Expand Down Expand Up @@ -82,6 +83,7 @@ include::release-notes/8.18.0.asciidoc[]
include::release-notes/8.17.0.asciidoc[]
include::release-notes/8.16.1.asciidoc[]
include::release-notes/8.16.0.asciidoc[]
include::release-notes/8.15.5.asciidoc[]
include::release-notes/8.15.4.asciidoc[]
include::release-notes/8.15.3.asciidoc[]
include::release-notes/8.15.2.asciidoc[]
Expand Down
29 changes: 29 additions & 0 deletions docs/reference/release-notes/8.15.5.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[[release-notes-8.15.5]]
== {es} version 8.15.5

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

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

Machine Learning::
* Fix bug in ML autoscaling when some node info is unavailable {es-pull}116650[#116650]

Mapping::
* Change synthetic source logic for `constant_keyword` {es-pull}117182[#117182] (issue: {es-issue}117083[#117083])

Relevance::
* Fix handling of bulk requests with semantic text fields and delete ops {es-pull}116942[#116942]

Vector Search::
* Update Semantic Query To Handle Zero Size Responses {es-pull}116277[#116277] (issue: {es-issue}116083[#116083])

[[enhancement-8.15.5]]
[float]
=== Enhancements

Data streams::
* Apm-data: disable date_detection for all apm data streams {es-pull}116995[#116995]