8.19.3.asciidoc 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. [[release-notes-8.19.3]]
  2. == {es} version 8.19.3
  3. Also see <<breaking-changes-8.19,Breaking changes in 8.19>>.
  4. [IMPORTANT]
  5. ====
  6. The 8.19.3 release contains fixes for potential security vulnerabilities.
  7. Please see our https://discuss.elastic.co/c/announcements/security-announcements/31[security advisory] for more details.
  8. ====
  9. [[bug-8.19.3]]
  10. [float]
  11. === Bug fixes
  12. Data streams::
  13. * Force rollover on write to true when data stream indices list is empty {es-pull}133347[#133347] (issue: {es-issue}133176[#133176])
  14. EQL::
  15. * Fix sequences with conditions involving keys and non-keys {es-pull}133134[#133134]
  16. ES|QL::
  17. * Fix update expiration for async query {es-pull}133021[#133021] (issue: {es-issue}130619[#130619])
  18. Infra/Plugins::
  19. * Add complete attribute to .fleet-agents docs {es-pull}127651[#127651]
  20. Ingest Node::
  21. * Change GeoIpCache and EnrichCache to LongAdder {es-pull}132922[#132922]
  22. License::
  23. * Limit frequency of feature last-used time updates {es-pull}133004[#133004]
  24. Machine Learning::
  25. * Disable child span for streaming tasks {es-pull}132945[#132945]
  26. * Improve EIS auth call logs and fix revocation bug {es-pull}132546[#132546]
  27. * Preserve lost thread context in node inference action. A lost context causes a memory leak if APM tracing is enabled {es-pull}132973[#132973]
  28. Search::
  29. * Don't fail search if bottom doc can't be formatted {es-pull}133188[#133188] (issue: {es-issue}125321[#125321])
  30. [[enhancement-8.19.3]]
  31. [float]
  32. === Enhancements
  33. ES|QL::
  34. * Do not run on transport thread {es-pull}133313[#133313]
  35. Infra/CLI::
  36. * Use logs dir as working directory {es-pull}124966[#124966]
  37. Infra/REST API::
  38. * Limit the depth of a filter {es-pull}133113[#133113]
  39. [[upgrade-8.19.3]]
  40. [float]
  41. === Upgrades
  42. Ingest Node::
  43. * Upgrading to tika 3.2.2 {es-pull}133410[#133410]
  44. Packaging::
  45. * Update bundled JDK to Java 24.0.2+12 {es-pull}133119[#133119]