Skip to content
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 @@ -6,6 +6,7 @@

This section summarizes the changes in each release.

* <<release-notes-8.15.5>>
* <<release-notes-8.15.4>>
* <<release-notes-8.15.3>>
* <<release-notes-8.15.2>>
Expand Down Expand Up @@ -74,6 +75,7 @@ This section summarizes the changes in each release.

--

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
31 changes: 31 additions & 0 deletions docs/reference/release-notes/8.15.5.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[[release-notes-8.15.5]]
== {es} version 8.15.5

coming[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]


Loading