8.6.1.asciidoc 1.5 KB

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