8.5.1.asciidoc 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. [[release-notes-8.5.1]]
  2. == {es} version 8.5.1
  3. Also see <<breaking-changes-8.5,Breaking changes in 8.5>>.
  4. [[known-issues-8.5.1]]
  5. [float]
  6. === Known issues
  7. include::8.4.0.asciidoc[tag=ml-pre-7-datafeeds-known-issue]
  8. [[bug-8.5.1]]
  9. [float]
  10. === Bug fixes
  11. Audit::
  12. * Fix NPE in auditing `authenticationSuccess` for non-existing run-as user {es-pull}91171[#91171]
  13. Authentication::
  14. * Ensure PKI's `delegated_by_realm` metadata respect run-as {es-pull}91173[#91173]
  15. Authorization::
  16. * Ensure `TermsEnum` action works correctly with API keys {es-pull}91170[#91170]
  17. Cluster Coordination::
  18. * Fix corrupted Metadata from index and alias having the same name {es-pull}91456[#91456]
  19. EQL::
  20. * Fix EQLSearchRequest serialization (bwc) {es-pull}91402[#91402]
  21. Geo::
  22. * Fix handling indexed envelopes crossing the dateline in mvt API {es-pull}91105[#91105] (issue: {es-issue}91060[#91060])
  23. Infra/CLI::
  24. * Fix carriage return removal when reading a long line from terminal {es-pull}91131[#91131] (issue: {es-issue}89227[#89227])
  25. Infra/Core::
  26. * Fix APM configuration file delete {es-pull}91058[#91058] (issue: {es-issue}89439[#89439])
  27. Machine Learning::
  28. * Allow NLP truncate option to be updated when span is set {es-pull}91224[#91224]
  29. * Interim buckets should not count towards the total bucket count {es-pull}91288[#91288]
  30. Network::
  31. * Fix `TransportActionProxy` for local execution {es-pull}91289[#91289]
  32. Transform::
  33. * Make transform `_preview` request cancellable {es-pull}91313[#91313] (issue: {es-issue}91286[#91286])
  34. [[enhancement-8.5.1]]
  35. [float]
  36. === Enhancements
  37. Authorization::
  38. * Add privileges for connectors index creation {es-pull}91026[#91026]
  39. * Add privileges for crawler logs indices in Enterprise Search service account {es-pull}91094[#91094]
  40. Infra/Core::
  41. * Allow legacy index settings on legacy indices {es-pull}90264[#90264] (issue: {es-issue}84992[#84992])
  42. * Check for unassigned shards on node shutdown {es-pull}91297[#91297] (issue: {es-issue}88635[#88635])
  43. [[upgrade-8.5.1]]
  44. [float]
  45. === Upgrades
  46. Packaging::
  47. * Update bundled JDK to Java 19.0.1 {es-pull}91025[#91025] (issue: {es-issue}91010[#91010])