Skip to content

Commit ce3d90d

Browse files
author
elasticsearchmachine
committed
Forward port release notes for v8.16.4
1 parent 68ab239 commit ce3d90d

File tree

4 files changed

+79
-6
lines changed

4 files changed

+79
-6
lines changed

docs/reference/migration/migrate_8_16.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ your application to {es} 8.16.
99

1010
See also <<release-highlights>> and <<es-release-notes>>.
1111

12+
coming::[8.16.0]
13+
14+
1215
[discrete]
1316
[[breaking-changes-8.16]]
1417
=== Breaking changes

docs/reference/release-notes.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ 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>>
14+
* <<release-notes-8.16.4>>
1315
* <<release-notes-8.16.3>>
1416
* <<release-notes-8.16.2>>
1517
* <<release-notes-8.16.1>>
@@ -85,8 +87,10 @@ This section summarizes the changes in each release.
8587

8688
include::release-notes/8.19.0.asciidoc[]
8789
include::release-notes/8.18.0.asciidoc[]
90+
include::release-notes/8.17.2.asciidoc[]
8891
include::release-notes/8.17.1.asciidoc[]
8992
include::release-notes/8.17.0.asciidoc[]
93+
include::release-notes/8.16.4.asciidoc[]
9094
include::release-notes/8.16.3.asciidoc[]
9195
include::release-notes/8.16.2.asciidoc[]
9296
include::release-notes/8.16.1.asciidoc[]
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[[release-notes-8.16.4]]
2+
== {es} version 8.16.4
3+
4+
Also see <<breaking-changes-8.16,Breaking changes in 8.16>>.
5+
6+
[[bug-8.16.4]]
7+
[float]
8+
=== Bug fixes
9+
10+
Aggregations::
11+
* Aggregations cancellation after collection {es-pull}120944[#120944] (issue: {es-issue}108701[#108701])
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+
Mapping::
20+
* Fix synthetic source issue with deeply nested ignored source fields {es-pull}121715[#121715]
21+
22+
Ranking::
23+
* 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])
24+
* LTR sometines throw `NullPointerException:` Cannot read field "approximation" because "top" is null {es-pull}120809[#120809]
25+
* Normalize negative scores for `text_similarity_reranker` retriever {es-pull}120930[#120930] (issue: {es-issue}120201[#120201])
26+
* Update Text Similarity Reranker to Properly Handle Aliases {es-pull}120062[#120062] (issue: {es-issue}119617[#119617])
27+
28+
Search::
29+
* Fix potential file leak in ES816BinaryQuantizedVectorsWriter {es-pull}120014[#120014] (issue: {es-issue}119981[#119981])
30+
31+
Snapshot/Restore::
32+
* Cheaper snapshot-related `toString()` impls {es-pull}121283[#121283]
33+
* Issue S3 web identity token refresh call with sufficient permissions {es-pull}119748[#119748] (issue: {es-issue}119747[#119747])
34+
35+
[[enhancement-8.16.4]]
36+
[float]
37+
=== Enhancements
38+
39+
Ingest Node::
40+
* Improve memory aspects of enrich cache {es-pull}120256[#120256] (issues: {es-issue}96050[#96050], {es-issue}120021[#120021])
41+
42+

docs/reference/release-notes/highlights.asciidoc

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,37 @@ Other versions:
3333

3434
endif::[]
3535

36-
// The notable-highlights tag marks entries that
37-
// should be featured in the Stack Installation and Upgrade Guide:
3836
// tag::notable-highlights[]
39-
// [discrete]
40-
// === Heading
41-
//
42-
// Description.
37+
38+
[discrete]
39+
[[add_new_experimental_rank_vectors_mapping_for_late_interaction_second_order_ranking]]
40+
=== Add new experimental `rank_vectors` mapping for late-interaction second order ranking
41+
Late-interaction models are powerful rerankers. While their size and overall cost doesn't lend itself for HNSW indexing, utilizing them as second order reranking can provide excellent boosts in relevance. The new `rank_vectors` mapping allows for rescoring over new and novel multi-vector late-interaction models like ColBERT or ColPali.
42+
43+
{es-pull}118804[#118804]
44+
45+
[discrete]
46+
[[8_x_add_new_experimental_rank_vectors_mapping_for_late_interaction_second_order_ranking]]
47+
=== [8.x] Add new experimental `rank_vectors` mapping for late-interaction second order ranking
48+
Backports the following commits to 8.x: - Add new experimental
49+
rank_vectors mapping for late-interaction second order ranking (#118804)
50+
51+
{es-pull}119601[#119601]
52+
53+
[discrete]
54+
[[enable_lookup_join_in_non_snapshot_builds]]
55+
=== Enable LOOKUP JOIN in non-snapshot builds
56+
This effectively releases LOOKUP JOIN into tech preview. Docs will
57+
follow in a separate PR.
58+
59+
- Enable the lexing/grammar for LOOKUP JOIN in non-snapshot builds.
60+
- Remove the grammar for the unsupported `| JOIN ...` command (without `LOOKUP` as first keyword). The way the lexer modes work, otherwise we'd also have to enable `| JOIN ...` syntax on non-snapshot builds and would have to add additional validation to provide appropriate error messages.
61+
- Remove grammar for `LOOKUP JOIN index AS ...` because qualifiers are not yet supported. Otherwise we'd have to put in additional validation as well to prevent such queries.
62+
63+
Also fix https://github.com/elastic/elasticsearch/issues/121185
64+
65+
{es-pull}121193[#121193]
66+
4367
// end::notable-highlights[]
4468

4569

0 commit comments

Comments
 (0)