8.5.1.asciidoc 2.2 KB

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