File tree Expand file tree Collapse file tree 2 files changed +55
-0
lines changed Expand file tree Collapse file tree 2 files changed +55
-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.8>>
9
10
* <<release-notes-7.17.7>>
10
11
* <<release-notes-7.17.6>>
11
12
* <<release-notes-7.17.5>>
@@ -68,6 +69,7 @@ This section summarizes the changes in each release.
68
69
69
70
--
70
71
72
+ include::release-notes/7.17.8.asciidoc[]
71
73
include::release-notes/7.17.7.asciidoc[]
72
74
include::release-notes/7.17.6.asciidoc[]
73
75
include::release-notes/7.17.5.asciidoc[]
Original file line number Diff line number Diff line change
1
+ [[release-notes-7.17.8]]
2
+ == {es} version 7.17.8
3
+
4
+ coming[7.17.8]
5
+
6
+ Also see <<breaking-changes-7.17,Breaking changes in 7.17>>.
7
+
8
+ [[bug-7.17.8]]
9
+ [float]
10
+ === Bug fixes
11
+
12
+ EQL::
13
+ * Fix serialization of `resultPosition` in `EqlSearchRequest` {es-pull}91497[#91497]
14
+ * Limit CCS to v 7.15 {es-pull}91834[#91834] (issue: {es-issue}91762[#91762])
15
+
16
+ Infra/Core::
17
+ * Add `trace.id` to request trace logs {es-pull}91772[#91772] (issue: {es-issue}88174[#88174])
18
+ * `DoPrivileged` in `ElasticsearchEncaughtExceptionHandler` and check modify thread {es-pull}91704[#91704] (issue: {es-issue}91650[#91650])
19
+
20
+ Ingest Node::
21
+ * Set the enrich maintenance cluster lifecycle listener only once {es-pull}90486[#90486]
22
+
23
+ Machine Learning::
24
+ * ML stats failures should not stop the usage API working {es-pull}91917[#91917] (issue: {es-issue}91893[#91893])
25
+
26
+ Search::
27
+ * Fix integer overflow in `AsyncTaskIndexService` {es-pull}91044[#91044]
28
+
29
+ Transform::
30
+ * Make transform `_preview` request cancellable {es-pull}91313[#91313] (issue: {es-issue}91286[#91286])
31
+
32
+ [[enhancement-7.17.8]]
33
+ [float]
34
+ === Enhancements
35
+
36
+ Infra/Core::
37
+ * Check for unassigned shards on node shutdown {es-pull}91297[#91297] (issue: {es-issue}88635[#88635])
38
+ * Extend systemd startup timeout to 900s {es-pull}91338[#91338]
39
+
40
+ Snapshot/Restore::
41
+ * Update HDFS Repository to HDFS 3.3.3 {es-pull}88039[#88039]
42
+
43
+ TLS::
44
+ * Support SAN/dnsName for restricted trust {es-pull}91946[#91946]
45
+
46
+ [[upgrade-7.17.8]]
47
+ [float]
48
+ === Upgrades
49
+
50
+ Packaging::
51
+ * Update bundled JDK to Java 19.0.1 {es-pull}91025[#91025] (issue: {es-issue}91010[#91010])
52
+
53
+
You can’t perform that action at this time.
0 commit comments