Skip to content

Commit

Permalink
Add 8.11.4 release notes (elastic#104276)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7f6b3d9)

# Conflicts:
#	docs/reference/release-notes.asciidoc
  • Loading branch information
brianseeders committed Jan 11, 2024
1 parent 51fc483 commit 8b7b0da
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/release-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
This section summarizes the changes in each release.

* <<release-notes-8.12.0>>
* <<release-notes-8.11.4>>
* <<release-notes-8.11.3>>
* <<release-notes-8.11.2>>
* <<release-notes-8.11.1>>
Expand Down Expand Up @@ -58,6 +59,7 @@ This section summarizes the changes in each release.
--

include::release-notes/8.12.0.asciidoc[]
include::release-notes/8.11.4.asciidoc[]
include::release-notes/8.11.3.asciidoc[]
include::release-notes/8.11.2.asciidoc[]
include::release-notes/8.11.1.asciidoc[]
Expand Down
31 changes: 31 additions & 0 deletions docs/reference/release-notes/8.11.4.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[[release-notes-8.11.4]]
== {es} version 8.11.4

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

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

EQL::
* Fix NPE on missing event queries {es-pull}103611[#103611] (issue: {es-issue}103608[#103608])

ES|QL::
* Fix now in millis for ESQL search contexts {es-pull}103474[#103474] (issue: {es-issue}103455[#103455])
* Fix the transport version of `PlanStreamOutput` {es-pull}103758[#103758]
* `AsyncOperator#isFinished` must never return true on failure {es-pull}104029[#104029]

Infra/Scripting::
* Wrap painless explain error {es-pull}103151[#103151] (issue: {es-issue}103018[#103018])

Mapping::
* Revert change {es-pull}103865[#103865]

Snapshot/Restore::
* Decref `SharedBytes.IO` after read is done not before {es-pull}102848[#102848]
* Restore `SharedBytes.IO` refcounting on reads & writes {es-pull}102843[#102843]

Watcher::
* Fix: Watcher REST API `GET /_watcher/settings` now includes product header {es-pull}103003[#103003] (issue: {es-issue}102928[#102928])


0 comments on commit 8b7b0da

Please sign in to comment.