8.5.2.asciidoc 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. [[bug-8.5.2]]
  9. [float]
  10. === Bug fixes
  11. Authorization::
  12. * Avoid potential unsupported operation exception in doc bitset cache {es-pull}91490[#91490]
  13. EQL::
  14. * Refine bwc version checks on `EqlSearchRequest` {es-pull}91510[#91510]
  15. Health::
  16. * SLM uneahlthy policies diagnosis recommends correct URL in action {es-pull}91506[#91506]
  17. Ingest Node::
  18. * Refactor `DatabaseNodeService` as a cluster state listener {es-pull}91567[#91567] (issue: {es-issue}86999[#86999])
  19. Stats::
  20. * Fix NPE in IndexService getNodeMappingStats {es-pull}91334[#91334] (issue: {es-issue}91259[#91259])
  21. Transform::
  22. * Fix failure when resolving indices from CCS {es-pull}91622[#91622] (issue: {es-issue}91550[#91550])
  23. [[enhancement-8.5.2]]
  24. [float]
  25. === Enhancements
  26. EQL::
  27. * Remove version limitations for CCS {es-pull}91409[#91409]
  28. Ingest Node::
  29. * Refactor enrich maintenance coordination logic {es-pull}90931[#90931]