8.6.1.asciidoc 1.1 KB

123456789101112131415161718192021222324252627282930313233
  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. [[bug-8.6.1]]
  5. [float]
  6. === Bug fixes
  7. Data streams::
  8. * Fix wildcard expansion for delete-by-query on data streams {es-pull}92891[#92891]
  9. * Fix wildcard expansion for update-by-query on data streams {es-pull}92717[#92717] (issue: {es-issue}90272[#90272])
  10. Distributed::
  11. * Fix `ByteArrayIndexInput` with nonzero offset {es-pull}93205[#93205]
  12. ILM+SLM::
  13. * Get repository metadata from the cluster state doesn't throw an exception if a repo is missing {es-pull}92914[#92914]
  14. Infra/Core::
  15. * Don't announce ready until file settings are applied {es-pull}92856[#92856] (issue: {es-issue}92812[#92812])
  16. Machine Learning::
  17. * Utilise parallel allocations where the inference request contains multiple documents {es-pull}92359[#92359]
  18. Mapping::
  19. * Fix `_bulk` api `dynamic_templates` and explicit `op_type` {es-pull}92687[#92687]
  20. Search::
  21. * Avoid doing I/O when fetching min and max for keyword fields {es-pull}92026[#92026]
  22. * Reduce memory required for search responses when many shards are unavailable {es-pull}91365[#91365] (issue: {es-issue}90622[#90622])