8.6.1.asciidoc 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [[release-notes-8.6.1]]
  2. == {es} version 8.6.1
  3. Also see <<breaking-changes-8.6,Breaking changes in 8.6>>.
  4. [[known-issues-8.6.1]]
  5. [float]
  6. === Known issues
  7. include::8.6.0.asciidoc[tag=reconciliation-imbalance-known-issue]
  8. [[bug-8.6.1]]
  9. [float]
  10. === Bug fixes
  11. Data streams::
  12. * Fix wildcard expansion for delete-by-query on data streams {es-pull}92891[#92891]
  13. * Fix wildcard expansion for update-by-query on data streams {es-pull}92717[#92717] (issue: {es-issue}90272[#90272])
  14. * Patch jackson-core with locally modified class #92984
  15. This fixes an issue in jackson parsing (issue: {es-issue}92480[#92480])
  16. Distributed::
  17. * Fix `ByteArrayIndexInput` with nonzero offset {es-pull}93205[#93205]
  18. ILM+SLM::
  19. * Get repository metadata from the cluster state doesn't throw an exception if a repo is missing {es-pull}92914[#92914]
  20. Infra/Core::
  21. * Don't announce ready until file settings are applied {es-pull}92856[#92856] (issue: {es-issue}92812[#92812])
  22. Machine Learning::
  23. * Utilise parallel allocations where the inference request contains multiple documents {es-pull}92359[#92359]
  24. Mapping::
  25. * Fix `_bulk` api `dynamic_templates` and explicit `op_type` {es-pull}92687[#92687]
  26. Search::
  27. * Avoid doing I/O when fetching min and max for keyword fields {es-pull}92026[#92026]
  28. * Reduce memory required for search responses when many shards are unavailable {es-pull}91365[#91365] (issue: {es-issue}90622[#90622])