-
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.16 release (#103086)
- Loading branch information
1 parent
08ffe30
commit 2b23fa0
Showing
2 changed files
with
33 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,31 @@ | ||
[[release-notes-7.17.16]] | ||
== {es} version 7.17.16 | ||
|
||
Also see <<breaking-changes-7.17,Breaking changes in 7.17>>. | ||
|
||
[[known-issues-7.17.16]] | ||
[discrete] | ||
=== Known issues | ||
include::7.17.14.asciidoc[tag=no-preventive-gc-issue] | ||
|
||
[[bug-7.17.16]] | ||
[float] | ||
=== Bug fixes | ||
|
||
Infra/Circuit Breakers:: | ||
* Add more logging to the real memory circuit breaker and lower minimum interval {es-pull}102396[#102396] | ||
|
||
Infra/Scripting:: | ||
* Improve painless error wrapping {es-pull}100872[#100872] | ||
|
||
Transform:: | ||
* Ensure transform updates only modify the expected transform task {es-pull}102934[#102934] (issue: {es-issue}102933[#102933]) | ||
|
||
[[upgrade-7.17.16]] | ||
[float] | ||
=== Upgrades | ||
|
||
Snapshot/Restore:: | ||
* Upgrade reactor netty http to v1.0.39 and reactor core to v3.4.34 {es-pull}102629[#102629] | ||
|
||
|