8.17.8.asciidoc 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. [[release-notes-8.17.8]]
  2. == {es} version 8.17.8
  3. Also see <<breaking-changes-8.17,Breaking changes in 8.17>>.
  4. [[bug-8.17.8]]
  5. [float]
  6. === Bug fixes
  7. Aggregations::
  8. * Aggs: Fix significant terms not finding background docuemnts for nested fields {es-pull}128472[#128472] (issue: {es-issue}101163[#101163])
  9. Authorization::
  10. * Prevent invalid privileges in manage roles privilege {es-pull}128532[#128532] (issue: {es-issue}127496[#127496])
  11. Codec::
  12. * Use new source loader when lower `docId` is accessed {es-pull}128320[#128320]
  13. Data streams::
  14. * Bump APM data resource version {es-pull}129539[#129539]
  15. Infra/Core::
  16. * Update AbstractXContentParser to support parsers that don't provide text characters {es-pull}129005[#129005]
  17. Infra/Scripting::
  18. * Register mustache size limit setting {es-pull}119291[#119291]
  19. Machine Learning::
  20. * Account for Java direct memory on machine learning nodes to prevent out-of-memory crashes. {es-pull}128742[#128742]
  21. * Ensure that anomaly detection job state update retries if master node is temoporarily unavailable {es-pull}129391[#129391] (issue: {es-issue}126148[#126148])
  22. Searchable Snapshots::
  23. * Adjust unpromotable shard refresh request validation to allow `RefreshResult.NO_REFRESH` {es-pull}129176[#129176] (issue: {es-issue}129036[#129036])
  24. Security::
  25. * Fix error message when changing the password for a user in the file realm {es-pull}127621[#127621]
  26. [[enhancement-8.17.8]]
  27. [float]
  28. === Enhancements
  29. Authorization::
  30. * Fix unsupported privileges error message during role and API key creation {es-pull}129158[#129158] (issue: {es-issue}128132[#128132])