8.5.2.asciidoc 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. [[release-notes-8.5.2]]
  2. == {es} version 8.5.2
  3. Also see <<breaking-changes-8.5,Breaking changes in 8.5>>.
  4. [[known-issues-8.5.2]]
  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. [[bug-8.5.2]]
  10. [float]
  11. === Bug fixes
  12. Authorization::
  13. * Avoid potential unsupported operation exception in doc bitset cache {es-pull}91490[#91490]
  14. EQL::
  15. * Refine bwc version checks on `EqlSearchRequest` {es-pull}91510[#91510]
  16. Health::
  17. * SLM uneahlthy policies diagnosis recommends correct URL in action {es-pull}91506[#91506]
  18. Ingest Node::
  19. * Refactor `DatabaseNodeService` as a cluster state listener {es-pull}91567[#91567] (issue: {es-issue}86999[#86999])
  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.2]]
  25. [float]
  26. === Enhancements
  27. EQL::
  28. * Remove version limitations for CCS {es-pull}91409[#91409]
  29. Ingest Node::
  30. * Refactor enrich maintenance coordination logic {es-pull}90931[#90931]