Przeglądaj źródła

[main] Add 8.11.4 release notes (#104276) (#104282)

Brian Seeders 1 rok temu
rodzic
commit
10a84cbee9

+ 2 - 0
docs/reference/release-notes.asciidoc

@@ -8,6 +8,7 @@ This section summarizes the changes in each release.
 
 * <<release-notes-8.13.0>>
 * <<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>>
@@ -60,6 +61,7 @@ This section summarizes the changes in each release.
 
 include::release-notes/8.13.0.asciidoc[]
 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[]

+ 31 - 0
docs/reference/release-notes/8.11.4.asciidoc

@@ -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])
+
+