8.9.1.asciidoc 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. [[release-notes-8.9.1]]
  2. == {es} version 8.9.1
  3. Also see <<breaking-changes-8.9,Breaking changes in 8.9>>.
  4. [[known-issues-8.9.1]]
  5. [float]
  6. === Known issues
  7. include::8.7.1.asciidoc[tag=no-preventive-gc-issue]
  8. [[bug-8.9.1]]
  9. [float]
  10. === Bug fixes
  11. Aggregations::
  12. * `GlobalAggregator` should call rewrite() before `createWeight()` {es-pull}98091[#98091] (issue: {es-issue}98076[#98076])
  13. Cluster Coordination::
  14. * Improve exception handling in Coordinator#publish {es-pull}97840[#97840] (issue: {es-issue}97798[#97798])
  15. EQL::
  16. * Backport fix for async missing events and re-enable the feature {es-pull}98130[#98130]
  17. ILM+SLM::
  18. * Ignore the `total_shards_per_node` setting on searchable snapshots in frozen {es-pull}97979[#97979]
  19. * Migrate to data tiers routing configures correct default for mounted indices {es-pull}97936[#97936] (issue: {es-issue}97898[#97898])
  20. Infra/Core::
  21. * Fix APM trace start time {es-pull}98113[#98113]
  22. Infra/Logging::
  23. * Add Configuration to `PatternLayout` {es-pull}97679[#97679]
  24. Machine Learning::
  25. * Fix failure processing Question Answering model output where the input has been spanned over multiple sequences {es-pull}98167[#98167] (issue: {es-issue}97917[#97917])
  26. Search::
  27. * `UnmappedFieldFetcher` should ignore nested fields {es-pull}97987[#97987] (issue: {es-issue}97684[#97684])
  28. [[enhancement-8.9.1]]
  29. [float]
  30. === Enhancements
  31. Authentication::
  32. * Upgrade xmlsec to 2.1.8 {es-pull}97741[#97741]
  33. Infra/Core::
  34. * Enhance regex performance with duplicate wildcards {es-pull}98176[#98176]
  35. Machine Learning::
  36. * Add setting to scale the processor count used in the model assignment planner {es-pull}98296[#98296]
  37. Search::
  38. * Refactor nested field handling in `FieldFetcher` {es-pull}97683[#97683]