8.5.3.asciidoc 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. [[release-notes-8.5.3]]
  2. == {es} version 8.5.3
  3. coming[8.5.3]
  4. Also see <<breaking-changes-8.5,Breaking changes in 8.5>>.
  5. [[bug-8.5.3]]
  6. [float]
  7. === Bug fixes
  8. Infra/Core::
  9. * Add `trace.id` to request trace logs {es-pull}91772[#91772] (issue: {es-issue}88174[#88174])
  10. * `DoPrivileged` in `ElasticsearchEncaughtExceptionHandler` and check modify thread {es-pull}91704[#91704] (issue: {es-issue}91650[#91650])
  11. Ingest Node::
  12. * Handle any exception thrown while generating source for an `IngestDocument` {es-pull}91981[#91981]
  13. Machine Learning::
  14. * ML stats failures should not stop the usage API working {es-pull}91917[#91917] (issue: {es-issue}91893[#91893])
  15. Stats::
  16. * Fix NPE in IndexService getNodeMappingStats {es-pull}91334[#91334] (issue: {es-issue}91259[#91259])
  17. Transform::
  18. * Fix failure when resolving indices from CCS {es-pull}91622[#91622] (issue: {es-issue}91550[#91550])
  19. [[enhancement-8.5.3]]
  20. [float]
  21. === Enhancements
  22. Ingest Node::
  23. * Refactor enrich maintenance coordination logic {es-pull}90931[#90931]
  24. TLS::
  25. * Support SAN/dnsName for restricted trust {es-pull}91946[#91946]
  26. [[upgrade-8.5.3]]
  27. [float]
  28. === Upgrades
  29. Engine::
  30. * Upgrade Lucene to version 9.4.2 {es-pull}91823[#91823]