浏览代码

[DOCS] [main] Add release notes for 8.6.1 (#93236) (#93404)

Forward ports the release notes from #93236
Artem Prigoda 2 年之前
父节点
当前提交
58c1bcc0f8
共有 2 个文件被更改,包括 35 次插入0 次删除
  1. 2 0
      docs/reference/release-notes.asciidoc
  2. 33 0
      docs/reference/release-notes/8.6.1.asciidoc

+ 2 - 0
docs/reference/release-notes.asciidoc

@@ -8,6 +8,7 @@ This section summarizes the changes in each release.
 
 
 * <<release-notes-8.7.0>>
+* <<release-notes-8.6.1>>
 * <<release-notes-8.6.0>>
 * <<release-notes-8.5.3>>
 * <<release-notes-8.5.2>>
@@ -40,6 +41,7 @@ This section summarizes the changes in each release.
 --
 
 include::release-notes/8.7.0.asciidoc[]
+include::release-notes/8.6.1.asciidoc[]
 include::release-notes/8.6.0.asciidoc[]
 include::release-notes/8.5.3.asciidoc[]
 include::release-notes/8.5.2.asciidoc[]

+ 33 - 0
docs/reference/release-notes/8.6.1.asciidoc

@@ -0,0 +1,33 @@
+[[release-notes-8.6.1]]
+== {es} version 8.6.1
+
+Also see <<breaking-changes-8.6,Breaking changes in 8.6>>.
+
+[[bug-8.6.1]]
+[float]
+=== Bug fixes
+
+Data streams::
+* Fix wildcard expansion for delete-by-query on data streams {es-pull}92891[#92891]
+* Fix wildcard expansion for update-by-query on data streams {es-pull}92717[#92717] (issue: {es-issue}90272[#90272])
+
+Distributed::
+* Fix `ByteArrayIndexInput` with nonzero offset {es-pull}93205[#93205]
+
+ILM+SLM::
+* Get repository metadata from the cluster state doesn't throw an exception if a repo is missing {es-pull}92914[#92914]
+
+Infra/Core::
+* Don't announce ready until file settings are applied {es-pull}92856[#92856] (issue: {es-issue}92812[#92812])
+
+Machine Learning::
+* Utilise parallel allocations where the inference request contains multiple documents {es-pull}92359[#92359]
+
+Mapping::
+* Fix `_bulk` api `dynamic_templates` and explicit `op_type` {es-pull}92687[#92687]
+
+Search::
+* Avoid doing I/O when fetching min and max for keyword fields {es-pull}92026[#92026]
+* Reduce memory required for search responses when many shards are unavailable {es-pull}91365[#91365] (issue: {es-issue}90622[#90622])
+
+