Skip to content

Commit f1337bf

Browse files
Forward port release notes for v8.17.2 (elastic#122305)
Co-authored-by: Liam Thompson <[email protected]>
1 parent 43840fc commit f1337bf

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
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.2>>
1112
* <<release-notes-8.17.1>>
1213
* <<release-notes-8.17.0>>
1314
* <<release-notes-8.16.4>>
@@ -86,6 +87,7 @@ This section summarizes the changes in each release.
8687

8788
include::release-notes/8.19.0.asciidoc[]
8889
include::release-notes/8.18.0.asciidoc[]
90+
include::release-notes/8.17.2.asciidoc[]
8991
include::release-notes/8.17.1.asciidoc[]
9092
include::release-notes/8.17.0.asciidoc[]
9193
include::release-notes/8.16.4.asciidoc[]
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
[[release-notes-8.17.2]]
2+
== {es} version 8.17.2
3+
4+
Also see <<breaking-changes-8.17,Breaking changes in 8.17>>.
5+
6+
[[bug-8.17.2]]
7+
[float]
8+
=== Bug fixes
9+
10+
Authentication::
11+
* Fix NPE on disabled API auth key cache {es-pull}120483[#120483]
12+
13+
Data streams::
14+
* Map `scope.name` as a dimension {es-pull}120590[#120590]
15+
16+
ES|QL::
17+
* Use `field_caps` native nested fields filtering {es-pull}117201[#117201] (issue: {es-issue}117054[#117054])
18+
19+
Machine Learning::
20+
* Fix infer on and elasticsearch service endpoint created with a deployment id {es-pull}121428[#121428]
21+
* Fix inference update API calls with `task_type` in body or `deployment_id` defined {es-pull}121231[#121231]
22+
* Skip Usage stats update when ML is disabled {es-pull}121559[#121559] (issue: {es-issue}121532[#121532])
23+
24+
Mapping::
25+
* Fix synthetic source issue with deeply nested ignored source fields {es-pull}121715[#121715]
26+
* Lower `_source.mode` mapping attribute deprecation issue level {es-pull}120059[#120059]
27+
28+
Ranking::
29+
* Fix LTR rescorer throws 'local model reference is null' on multi-shards index when explained is enabled {es-pull}120717[#120717] (issue: {es-issue}120739[#120739])
30+
* LTR sometines throw `NullPointerException:` Cannot read field "approximation" because "top" is null {es-pull}120809[#120809]
31+
* Normalize negative scores for `text_similarity_reranker` retriever {es-pull}120930[#120930] (issue: {es-issue}120201[#120201])
32+
* Update Text Similarity Reranker to Properly Handle Aliases {es-pull}120062[#120062] (issue: {es-issue}119617[#119617])
33+
34+
Search::
35+
* Add back `keep_alive` to `async_search.submit` rest-api-spec {es-pull}120781[#120781]
36+
* Fix NPE caused by race condition in async search when minimise round trips is true {es-pull}117504[#117504]
37+
* Fix potential file leak in ES816BinaryQuantizedVectorsWriter {es-pull}120014[#120014] (issue: {es-issue}119981[#119981])
38+
* Use approximation to advance matched queries {es-pull}120133[#120133] (issue: {es-issue}120130[#120130])
39+
40+
Snapshot/Restore::
41+
* Cheaper snapshot-related `toString()` impls {es-pull}121283[#121283]
42+
* Issue S3 web identity token refresh call with sufficient permissions {es-pull}119748[#119748] (issue: {es-issue}119747[#119747])
43+
44+
[[enhancement-8.17.2]]
45+
[float]
46+
=== Enhancements
47+
48+
Ingest Node::
49+
* Improve memory aspects of enrich cache {es-pull}120256[#120256] (issues: {es-issue}96050[#96050], {es-issue}120021[#120021])
50+
51+

0 commit comments

Comments
 (0)