File tree Expand file tree Collapse file tree 2 files changed +54
-0
lines changed Expand file tree Collapse file tree 2 files changed +54
-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.7>>
9
10
* <<release-notes-7.17.6>>
10
11
* <<release-notes-7.17.5>>
11
12
* <<release-notes-7.17.4>>
@@ -67,6 +68,7 @@ This section summarizes the changes in each release.
67
68
68
69
--
69
70
71
+ include::release-notes/7.17.7.asciidoc[]
70
72
include::release-notes/7.17.6.asciidoc[]
71
73
include::release-notes/7.17.5.asciidoc[]
72
74
include::release-notes/7.17.4.asciidoc[]
Original file line number Diff line number Diff line change
1
+ [[release-notes-7.17.7]]
2
+ == {es} version 7.17.7
3
+
4
+ coming[7.17.7]
5
+
6
+ Also see <<breaking-changes-7.17,Breaking changes in 7.17>>.
7
+
8
+ [[bug-7.17.7]]
9
+ [float]
10
+ === Bug fixes
11
+
12
+ Allocation::
13
+ * Fix debug mode in `MaxRetryAllocationDecider` {es-pull}89973[#89973]
14
+
15
+ Authentication::
16
+ * Fix double sending of response in `TransportOpenIdConnectPrepareAuthenticationAction` {es-pull}89930[#89930]
17
+
18
+ ILM+SLM::
19
+ * Copy `isHidden` during ILM alias swap {es-pull}89650[#89650] (issue: {es-issue}89604[#89604])
20
+
21
+ Infra/Core::
22
+ * Extend the date rounding logic to be conditional {es-pull}89693[#89693] (issues: {es-issue}89096[#89096], {es-issue}58986[#58986])
23
+ * Fix date rounding for date math parsing {es-pull}90458[#90458] (issue: {es-issue}90187[#90187])
24
+
25
+ Ingest Node::
26
+ * Fix pipeline id not being present in ingest metadata inside `on_failure` block {es-pull}89632[#89632]
27
+
28
+ Network::
29
+ * Fix memory leak when double invoking `RestChannel.sendResponse` {es-pull}89873[#89873]
30
+
31
+ Ranking::
32
+ * Avoid negative scores with `cross_fields` type {es-pull}89016[#89016] (issue: {es-issue}44700[#44700])
33
+
34
+ Rollup::
35
+ * Fork `TransportRollupCapsAction` to management threadpool {es-pull}89803[#89803]
36
+
37
+ Search::
38
+ * Safeguard `RegExp` use against `StackOverflowError` {es-pull}84624[#84624] (issue: {es-issue}82923[#82923])
39
+
40
+ Watcher::
41
+ * Allow `xpack.notification.email.account.domain_allowlist` to be set dynamically {es-pull}90426[#90426] (issue: {es-issue}89913[#89913])
42
+ * Handling timeout exceptions on watcher startup {es-pull}90421[#90421] (issue: {es-issue}44981[#44981])
43
+
44
+ [[upgrade-7.17.7]]
45
+ [float]
46
+ === Upgrades
47
+
48
+ Packaging::
49
+ * Update OpenJDK to 18.0.2.1 {es-pull}89535[#89535] (issue: {es-issue}89531[#89531])
50
+ * Upgrade bundled JDK to Java 19 {es-pull}90571[#90571]
51
+
52
+
You can’t perform that action at this time.
0 commit comments