8.6.1.asciidoc 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  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. * Patch jackson-core with locally modified class #92984
  11. This fixes an issue in jackson parsing (issue: {es-issue}92480[#92480])
  12. Distributed::
  13. * Fix `ByteArrayIndexInput` with nonzero offset {es-pull}93205[#93205]
  14. ILM+SLM::
  15. * Get repository metadata from the cluster state doesn't throw an exception if a repo is missing {es-pull}92914[#92914]
  16. Infra/Core::
  17. * Don't announce ready until file settings are applied {es-pull}92856[#92856] (issue: {es-issue}92812[#92812])
  18. Machine Learning::
  19. * Utilise parallel allocations where the inference request contains multiple documents {es-pull}92359[#92359]
  20. Mapping::
  21. * Fix `_bulk` api `dynamic_templates` and explicit `op_type` {es-pull}92687[#92687]
  22. Search::
  23. * Avoid doing I/O when fetching min and max for keyword fields {es-pull}92026[#92026]
  24. * Reduce memory required for search responses when many shards are unavailable {es-pull}91365[#91365] (issue: {es-issue}90622[#90622])