8.11.4.asciidoc 1021 B

12345678910111213141516171819202122232425262728293031
  1. [[release-notes-8.11.4]]
  2. == {es} version 8.11.4
  3. Also see <<breaking-changes-8.11,Breaking changes in 8.11>>.
  4. [[bug-8.11.4]]
  5. [float]
  6. === Bug fixes
  7. EQL::
  8. * Fix NPE on missing event queries {es-pull}103611[#103611] (issue: {es-issue}103608[#103608])
  9. ES|QL::
  10. * Fix now in millis for ESQL search contexts {es-pull}103474[#103474] (issue: {es-issue}103455[#103455])
  11. * Fix the transport version of `PlanStreamOutput` {es-pull}103758[#103758]
  12. * `AsyncOperator#isFinished` must never return true on failure {es-pull}104029[#104029]
  13. Infra/Scripting::
  14. * Wrap painless explain error {es-pull}103151[#103151] (issue: {es-issue}103018[#103018])
  15. Mapping::
  16. * Revert change {es-pull}103865[#103865]
  17. Snapshot/Restore::
  18. * Decref `SharedBytes.IO` after read is done not before {es-pull}102848[#102848]
  19. * Restore `SharedBytes.IO` refcounting on reads & writes {es-pull}102843[#102843]
  20. Watcher::
  21. * Fix: Watcher REST API `GET /_watcher/settings` now includes product header {es-pull}103003[#103003] (issue: {es-issue}102928[#102928])