File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ This section summarizes the changes in each release.
8
8
9
9
* <<release-notes-8.12.0>>
10
10
* <<release-notes-8.11.0>>
11
+ * <<release-notes-8.10.4>>
11
12
* <<release-notes-8.10.3>>
12
13
* <<release-notes-8.10.2>>
13
14
* <<release-notes-8.10.1>>
@@ -55,6 +56,7 @@ This section summarizes the changes in each release.
55
56
56
57
include::release-notes/8.12.0.asciidoc[]
57
58
include::release-notes/8.11.0.asciidoc[]
59
+ include::release-notes/8.10.4.asciidoc[]
58
60
include::release-notes/8.10.3.asciidoc[]
59
61
include::release-notes/8.10.2.asciidoc[]
60
62
include::release-notes/8.10.1.asciidoc[]
Original file line number Diff line number Diff line change
1
+ [[release-notes-8.10.4]]
2
+ == {es} version 8.10.4
3
+
4
+ coming[8.10.4]
5
+
6
+ Also see <<breaking-changes-8.10,Breaking changes in 8.10>>.
7
+
8
+ [[bug-8.10.4]]
9
+ [float]
10
+ === Bug fixes
11
+
12
+ Search::
13
+ * Search of remote clusters with no shards results in successful status {es-pull}100354[#100354]
14
+
15
+ Snapshot/Restore::
16
+ * Improve `RepositoryData` BwC {es-pull}100401[#100401]
17
+
18
+ Transform::
19
+ * Shutdown the task immediately when `force` == `true` {es-pull}100203[#100203]
20
+
21
+
You can’t perform that action at this time.
0 commit comments