Skip to content

Commit 78dcaaa

Browse files
benwtrentAdam Locke
andauthored
Update docs for v7.17.7 release (#90878)
* Update docs for v7.17.7 release * Apply suggestions from code review Co-authored-by: Adam Locke <[email protected]> Co-authored-by: Adam Locke <[email protected]>
1 parent 9d7860b commit 78dcaaa

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-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.7>>
910
* <<release-notes-7.17.6>>
1011
* <<release-notes-7.17.5>>
1112
* <<release-notes-7.17.4>>
@@ -67,6 +68,7 @@ This section summarizes the changes in each release.
6768

6869
--
6970

71+
include::release-notes/7.17.7.asciidoc[]
7072
include::release-notes/7.17.6.asciidoc[]
7173
include::release-notes/7.17.5.asciidoc[]
7274
include::release-notes/7.17.4.asciidoc[]
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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+

0 commit comments

Comments
 (0)