forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 8.11.4 release notes (elastic#104276)
(cherry picked from commit 7f6b3d9) # Conflicts: # docs/reference/release-notes.asciidoc
- Loading branch information
1 parent
51fc483
commit 8b7b0da
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]) | ||
|
||
|