Skip to content

Commit b111bf6

Browse files
Forward port release notes for v8.17.5 (elastic#127020)
* Forward port release notes for v8.17.5 * delete 8.18.1 includes --------- Co-authored-by: Liam Thompson <[email protected]>
1 parent 8e0980e commit b111bf6

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

docs/reference/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
This section summarizes the changes in each release.
88

99
* <<release-notes-8.18.0>>
10+
* <<release-notes-8.17.5>>
1011
* <<release-notes-8.17.4>>
1112
* <<release-notes-8.17.3>>
1213
* <<release-notes-8.17.2>>
@@ -89,6 +90,7 @@ This section summarizes the changes in each release.
8990
--
9091

9192
include::release-notes/8.18.0.asciidoc[]
93+
include::release-notes/8.17.5.asciidoc[]
9294
include::release-notes/8.17.4.asciidoc[]
9395
include::release-notes/8.17.3.asciidoc[]
9496
include::release-notes/8.17.2.asciidoc[]
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[[release-notes-8.17.5]]
2+
== {es} version 8.17.5
3+
4+
Also see <<breaking-changes-8.17,Breaking changes in 8.17>>.
5+
6+
[[bug-8.17.5]]
7+
[float]
8+
=== Bug fixes
9+
10+
Authentication::
11+
* Fix NPE for missing Content Type header in OIDC Authenticator {es-pull}126191[#126191]
12+
13+
ES|QL::
14+
* Fix `ReplaceMissingFieldsWithNull` {es-pull}125764[#125764] (issues: {es-issue}126036[#126036], {es-issue}121754[#121754], {es-issue}126030[#126030])
15+
* Fix usage of already released null block in `ValueSourceReaderOperator` {es-pull}126411[#126411] (issue: {es-issue}125850[#125850])
16+
17+
Machine Learning::
18+
* Fixing bedrock event executor terminated cache issue {es-pull}118177[#118177] (issue: {es-issue}117916[#117916])
19+
20+
Search::
21+
* Re-enable parallel collection for field sorted top hits {es-pull}125916[#125916]
22+
* Support indices created in ESv6 and updated in ESV7 using different LuceneCodecs as archive in current version. {es-pull}125389[#125389]
23+
24+
TLS::
25+
* Set `keyUsage` for generated HTTP certificates and self-signed CA {es-pull}126376[#126376] (issue: {es-issue}117769[#117769])
26+
27+

0 commit comments

Comments
 (0)