-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
[[release-notes-7.17.7]] | ||
== {es} version 7.17.7 | ||
|
||
coming[7.17.7] | ||
|
||
Also see <<breaking-changes-7.17,Breaking changes in 7.17>>. | ||
|
||
[[bug-7.17.7]] | ||
[float] | ||
=== Bug fixes | ||
|
||
Allocation:: | ||
* Fix debug mode in `MaxRetryAllocationDecider` {es-pull}89973[#89973] | ||
|
||
Authentication:: | ||
* Fix double sending of response in `TransportOpenIdConnectPrepareAuthenticationAction` {es-pull}89930[#89930] | ||
|
||
ILM+SLM:: | ||
* Copy `isHidden` during ILM alias swap {es-pull}89650[#89650] (issue: {es-issue}89604[#89604]) | ||
|
||
Infra/Core:: | ||
* Extend the date rounding logic to be conditional {es-pull}89693[#89693] (issues: {es-issue}89096[#89096], {es-issue}58986[#58986]) | ||
* Fix date rounding for date math parsing {es-pull}90458[#90458] (issue: {es-issue}90187[#90187]) | ||
|
||
Ingest Node:: | ||
* Fix pipeline id not being present in ingest metadata inside `on_failure` block {es-pull}89632[#89632] | ||
|
||
Network:: | ||
* Fix memory leak when double invoking `RestChannel.sendResponse` {es-pull}89873[#89873] | ||
|
||
Ranking:: | ||
* Avoid negative scores with `cross_fields` type {es-pull}89016[#89016] (issue: {es-issue}44700[#44700]) | ||
|
||
Rollup:: | ||
* Fork `TransportRollupCapsAction` to management threadpool {es-pull}89803[#89803] | ||
|
||
Search:: | ||
* Safeguard `RegExp` use against `StackOverflowError` {es-pull}84624[#84624] (issue: {es-issue}82923[#82923]) | ||
|
||
Watcher:: | ||
* Allow `xpack.notification.email.account.domain_allowlist` to be set dynamically {es-pull}90426[#90426] (issue: {es-issue}89913[#89913]) | ||
* Handling timeout exceptions on watcher startup {es-pull}90421[#90421] (issue: {es-issue}44981[#44981]) | ||
|
||
[[upgrade-7.17.7]] | ||
[float] | ||
=== Upgrades | ||
|
||
Packaging:: | ||
* Update OpenJDK to 18.0.2.1 {es-pull}89535[#89535] (issue: {es-issue}89531[#89531]) | ||
* Upgrade bundled JDK to Java 19 {es-pull}90571[#90571] | ||
|
||
|