8.13.1.asciidoc 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. [[release-notes-8.13.1]]
  2. == {es} version 8.13.1
  3. Also see <<breaking-changes-8.13,Breaking changes in 8.13>>.
  4. [[bug-8.13.1]]
  5. [float]
  6. === Bug fixes
  7. Aggregations::
  8. * Add test to exercise reduction of terms aggregation order by key {es-pull}106799[#106799]
  9. Downsampling::
  10. * Gate reading of optional string array for bwc {es-pull}106878[#106878]
  11. Machine Learning::
  12. * Fix Array out of bounds exception in the XLM Roberta tokenizer {es-pull}106655[#106655]
  13. Search::
  14. * Fix concurrency bug in `AbstractStringScriptFieldAutomatonQuery` {es-pull}106678[#106678] (issue: {es-issue}105911[#105911])
  15. * Fix the background set of significant terms aggregations in case the data is in different shards than the foreground set {es-pull}106564[#106564]
  16. Transform::
  17. * Fail checkpoint on missing clusters {es-pull}106793[#106793] (issues: {es-issue}104533[#104533], {es-issue}106790[#106790])
  18. [[enhancement-8.13.1]]
  19. [float]
  20. === Enhancements
  21. Transform::
  22. * Raise loglevel of events related to transform lifecycle from DEBUG to INFO {es-pull}106602[#106602]