Skip to content

Commit 23703ca

Browse files
authored
Add release notes for 7.17.11 release (#97057)
* Add release notes for 7.17.11 release * Add release notes for 7.17.11 release * Revert "Add release notes for 7.17.11 release" This reverts commit 924cc16.
1 parent e1c90fa commit 23703ca

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

docs/reference/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
This section summarizes the changes in each release.
88

9+
* <<release-notes-7.17.11>>
910
* <<release-notes-7.17.10>>
1011
* <<release-notes-7.17.9>>
1112
* <<release-notes-7.17.8>>
@@ -71,6 +72,7 @@ This section summarizes the changes in each release.
7172

7273
--
7374

75+
include::release-notes/7.17.11.asciidoc[]
7476
include::release-notes/7.17.10.asciidoc[]
7577
include::release-notes/7.17.9.asciidoc[]
7678
include::release-notes/7.17.8.asciidoc[]
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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+

0 commit comments

Comments
 (0)