Skip to content

Commit eaa1c7c

Browse files
author
elasticsearchmachine
committed
Forward port release notes for v8.18.4
1 parent e9e44ae commit eaa1c7c

File tree

3 files changed

+66
-0
lines changed

3 files changed

+66
-0
lines changed

docs/reference/release-notes.asciidoc

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

99
* <<release-notes-8.19.0>>
10+
* <<release-notes-8.18.4>>
1011
* <<release-notes-8.18.3>>
1112
* <<release-notes-8.18.2>>
1213
* <<release-notes-8.18.1>>
1314
* <<release-notes-8.18.0>>
15+
* <<release-notes-8.17.9>>
1416
* <<release-notes-8.17.8>>
1517
* <<release-notes-8.17.7>>
1618
* <<release-notes-8.17.6>>
@@ -97,10 +99,12 @@ This section summarizes the changes in each release.
9799
--
98100

99101
include::release-notes/8.19.0.asciidoc[]
102+
include::release-notes/8.18.4.asciidoc[]
100103
include::release-notes/8.18.3.asciidoc[]
101104
include::release-notes/8.18.2.asciidoc[]
102105
include::release-notes/8.18.1.asciidoc[]
103106
include::release-notes/8.18.0.asciidoc[]
107+
include::release-notes/8.17.9.asciidoc[]
104108
include::release-notes/8.17.8.asciidoc[]
105109
include::release-notes/8.17.7.asciidoc[]
106110
include::release-notes/8.17.6.asciidoc[]
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
[[release-notes-8.18.4]]
2+
== {es} version 8.18.4
3+
4+
Also see <<breaking-changes-8.18,Breaking changes in 8.18>>.
5+
6+
[[bug-8.18.4]]
7+
[float]
8+
=== Bug fixes
9+
10+
Aggregations::
11+
* Aggs: Add cancellation checks to `FilterByFilter` aggregator {es-pull}130452[#130452]
12+
13+
ES|QL::
14+
* Avoid O(N^2) in VALUES with ordinals grouping {es-pull}130576[#130576]
15+
* Avoid dropping aggregate groupings in local plans {es-pull}129370[#129370] (issues: {es-issue}129811[#129811], {es-issue}128054[#128054])
16+
* ESQL: Avoid unintended attribute removal {es-pull}127563[#127563] (issue: {es-issue}127468[#127468])
17+
* ESQL: Fix alias removal in regex extraction with JOIN {es-pull}127687[#127687] (issue: {es-issue}127467[#127467])
18+
* ESQL: Keep `DROP` attributes when resolving field names {es-pull}127009[#127009] (issue: {es-issue}126418[#126418])
19+
* Fix `BytesRef2BlockHash` {es-pull}130705[#130705]
20+
* Fix wildcard drop after lookup join {es-pull}130448[#130448] (issue: {es-issue}129561[#129561])
21+
22+
Infra/Core::
23+
* Reverse disordered-version warning message {es-pull}129904[#129904]
24+
25+
Machine Learning::
26+
* Check for model deployment in inference endpoints before stopping {es-pull}129325[#129325] (issue: {es-issue}128549[#128549])
27+
* Fix timeout bug in DBQ deletion of unused and orphan ML data {es-pull}130083[#130083]
28+
29+
Mapping::
30+
* Make flattened synthetic source concatenate object keys on scalar/object mismatch {es-pull}129600[#129600] (issue: {es-issue}122936[#122936])
31+
32+
Relevance::
33+
* Fix: `GET _synonyms` returns synonyms with empty rules {es-pull}131032[#131032]
34+
35+
Search::
36+
* Check field data type before casting when applying geo distance sort {es-pull}130924[#130924] (issue: {es-issue}129500[#129500])
37+
* Fix msearch request parsing when index expression is null {es-pull}130776[#130776] (issue: {es-issue}129631[#129631])
38+
* Fix text similarity reranker does not propagate min score correctly {es-pull}129223[#129223]
39+
* Trim to size lists created in source fetchers {es-pull}130521[#130521]
40+
41+
Vector Search::
42+
* Fix knn search error when dimensions are not set {es-pull}131081[#131081] (issue: {es-issue}129550[#129550])
43+
44+

docs/reference/release-notes/highlights.asciidoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,27 @@ POST _query
136136
* Fix IndexSortSortedNumericDocValuesRangeQuery for integer sorting
137137
* ValueSource.fromDoubleValuesSource(dvs).getSortField() would throw errors when used if the DoubleValuesSource needed scores
138138
* Disable connectedComponents logic in HNSW graph building.
139+
----
139140
140141
{es-pull}129555[#129555]
141142
143+
[discrete]
144+
[[es_ql_cross_cluster_querying_generally_available]]
145+
=== ES|QL cross-cluster querying is now generally available
146+
The ES|QL Cross-Cluster querying feature has been in technical preview since 8.13.
147+
As of releases 8.19.0 and 9.1.0 this is now generally available.
148+
This feature allows you to run ES|QL queries across multiple clusters.
149+
150+
{es-pull}130034[#130034]
151+
152+
[discrete]
153+
[[mark_token_pruning_for_sparse_vector_as_ga]]
154+
=== Mark Token Pruning for Sparse Vector as GA
155+
Token pruning for sparse_vector queries has been live since 8.13 as tech preview.
156+
As of 8.19.0 and 9.1.0, this is now generally available.
157+
158+
{es-pull}130212[#130212]
159+
142160
// end::notable-highlights[]
143161
144162

0 commit comments

Comments
 (0)