File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Expand file tree Collapse file tree 2 files changed +46
-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.17>>
9
10
* <<release-notes-7.17.16>>
10
11
* <<release-notes-7.17.15>>
11
12
* <<release-notes-7.17.14>>
@@ -77,6 +78,7 @@ This section summarizes the changes in each release.
77
78
78
79
--
79
80
81
+ include::release-notes/7.17.17.asciidoc[]
80
82
include::release-notes/7.17.16.asciidoc[]
81
83
include::release-notes/7.17.15.asciidoc[]
82
84
include::release-notes/7.17.14.asciidoc[]
Original file line number Diff line number Diff line change
1
+ [[release-notes-7.17.17]]
2
+ == {es} version 7.17.17
3
+
4
+ coming[7.17.17]
5
+
6
+ Also see <<breaking-changes-7.17,Breaking changes in 7.17>>.
7
+
8
+ [[bug-7.17.17]]
9
+ [float]
10
+ === Bug fixes
11
+
12
+ Distributed::
13
+ * Dispatch `ClusterStateAction#buildResponse` to executor {es-pull}103435[#103435]
14
+
15
+ Infra/Scripting::
16
+ * Wrap painless explain error {es-pull}103151[#103151] (issue: {es-issue}103018[#103018])
17
+
18
+ Snapshot/Restore::
19
+ * Fix cancellation order in `CancellableRateLimitedFluxIterator` {es-pull}104259[#104259] (issue: {es-issue}103054[#103054])
20
+ * Fix snapshot version in `createSnapshotLegacy` {es-pull}104354[#104354] (issue: {es-issue}86889[#86889])
21
+
22
+ [[upgrade-7.17.17]]
23
+ [float]
24
+ === Upgrades
25
+
26
+ Discovery-Plugins::
27
+ * [7.x] Sync `discovery_gce` versions with main {es-pull}104086[#104086]
28
+ * [7x] bump dependency in discovery azure classic plugin {es-pull}104171[#104171]
29
+
30
+ Ingest Node::
31
+ * [7x] ingest attachment dependency version bumps {es-pull}104169[#104169]
32
+
33
+ Packaging::
34
+ * Upgrade bundled JDK to 21.0.2 {es-pull}104481[#104481] (issue: {es-issue}4449[#4449])
35
+
36
+ Security::
37
+ * Upgrade Bouncy Castle jars (except for the FIPS jars) {es-pull}103818[#103818]
38
+ * Upgrade Bouncy Castle jars for plugin cli {es-pull}103801[#103801]
39
+ * [7.x] Bump commons codec version {es-pull}104106[#104106]
40
+
41
+ Snapshot/Restore::
42
+ * [7.x] Bump protobuf version {es-pull}104076[#104076]
43
+
44
+
You can’t perform that action at this time.
0 commit comments