Skip to content

Commit 036f5f9

Browse files
Forward port release notes for v8.17.6 (elastic#127765)
* Forward port release notes for v8.17.6 * delete erroneous highlights update * restore comments to highlights * Update highlights.asciidoc * delete unincluded file --------- Co-authored-by: Liam Thompson <[email protected]>
1 parent 237eab0 commit 036f5f9

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed

docs/reference/release-notes.asciidoc

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

99
* <<release-notes-8.19.0>>
1010
* <<release-notes-8.18.0>>
11+
* <<release-notes-8.17.6>>
1112
* <<release-notes-8.17.5>>
1213
* <<release-notes-8.17.4>>
1314
* <<release-notes-8.17.3>>
@@ -92,6 +93,7 @@ This section summarizes the changes in each release.
9293

9394
include::release-notes/8.19.0.asciidoc[]
9495
include::release-notes/8.18.0.asciidoc[]
96+
include::release-notes/8.17.6.asciidoc[]
9597
include::release-notes/8.17.5.asciidoc[]
9698
include::release-notes/8.17.4.asciidoc[]
9799
include::release-notes/8.17.3.asciidoc[]
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
[[release-notes-8.17.6]]
2+
== {es} version 8.17.6
3+
4+
Also see <<breaking-changes-8.17,Breaking changes in 8.17>>.
5+
6+
[[bug-8.17.6]]
7+
[float]
8+
=== Bug fixes
9+
10+
CCS::
11+
* Cancel expired async search task when a remote returns its results {es-pull}126583[#126583]
12+
13+
Data streams::
14+
* [otel-data] Bump plugin version to release _metric_names_hash changes {es-pull}126850[#126850]
15+
16+
ES|QL::
17+
* Fix count optimization with pushable union types {es-pull}127225[#127225] (issue: {es-issue}127200[#127200])
18+
19+
Infra/Core::
20+
* Rework uniquify to not use iterators {es-pull}126889[#126889] (issue: {es-issue}126883[#126883])
21+
* Workaround max name limit imposed by Jackson 2.17 {es-pull}126806[#126806]
22+
23+
Machine Learning::
24+
* Adding missing `onFailure` call for Inference API start model request {es-pull}126930[#126930]
25+
* Fix text structure NPE when fields in list have null value {es-pull}125922[#125922]
26+
* Leverage threadpool schedule for inference api to avoid long running thread {es-pull}126858[#126858] (issue: {es-issue}126853[#126853])
27+
28+
Ranking::
29+
* Fix LTR rescorer with model alias {es-pull}126273[#126273]
30+
31+
Task Management::
32+
* Fix race condition in `RestCancellableNodeClient` {es-pull}126686[#126686] (issue: {es-issue}88201[#88201])
33+
34+
Vector Search::
35+
* Fix `vec_caps` to test for OS support too (on x64) {es-pull}126911[#126911] (issue: {es-issue}126809[#126809])
36+
37+
[[enhancement-8.17.6]]
38+
[float]
39+
=== Enhancements
40+
41+
Security::
42+
* Add Issuer to failed SAML Signature validation logs when available {es-pull}126310[#126310] (issue: {es-issue}111022[#111022])
43+
44+

docs/reference/release-notes/highlights.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,3 @@ endif::[]
4141
//
4242
// Description.
4343
// end::notable-highlights[]
44-
45-

0 commit comments

Comments
 (0)