8.5.3.asciidoc 1.4 KB

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