File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
This section summarizes the changes in each release.
8
8
9
+ * <<release-notes-7.17.11>>
9
10
* <<release-notes-7.17.10>>
10
11
* <<release-notes-7.17.9>>
11
12
* <<release-notes-7.17.8>>
@@ -71,6 +72,7 @@ This section summarizes the changes in each release.
71
72
72
73
--
73
74
75
+ include::release-notes/7.17.11.asciidoc[]
74
76
include::release-notes/7.17.10.asciidoc[]
75
77
include::release-notes/7.17.9.asciidoc[]
76
78
include::release-notes/7.17.8.asciidoc[]
Original file line number Diff line number Diff line change
1
+ [[release-notes-7.17.11]]
2
+ == {es} version 7.17.11
3
+
4
+ coming[7.17.11]
5
+
6
+ Also see <<breaking-changes-7.17,Breaking changes in 7.17>>.
7
+
8
+ [[bug-7.17.11]]
9
+ [float]
10
+ === Bug fixes
11
+
12
+ Distributed::
13
+ * Make cluster health API cancellable {es-pull}96551[#96551]
14
+
15
+ Geo::
16
+ * Port lucene tessellator fix github-12352 to Elasticsearch 7.17 {es-pull}96721[#96721]
17
+
18
+ ILM+SLM::
19
+ * [ILM] Fix the migrate to tiers service and migrate action tiers configuration {es-pull}95934[#95934]
20
+
21
+ Search::
22
+ * Increase concurrent request of opening point-in-time {es-pull}96782[#96782]
23
+
24
+ Snapshot/Restore::
25
+ * Fix Azure `InputStream#read` method {es-pull}96034[#96034]
26
+
27
+ Watcher::
28
+ * Avoiding running IO on scheduler thread in `ResourceWatcherService` {es-pull}96251[#96251]
29
+
30
+ [[upgrade-7.17.11]]
31
+ [float]
32
+ === Upgrades
33
+
34
+ Network::
35
+ * Upgrade Netty to 4.1.89 {es-pull}95559[#95559]
36
+
37
+
You can’t perform that action at this time.
0 commit comments