File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 7
7
This section summarizes the changes in each release.
8
8
9
9
* <<release-notes-8.19.0>>
10
+ * <<release-notes-8.18.4>>
10
11
* <<release-notes-8.18.3>>
11
12
* <<release-notes-8.18.2>>
12
13
* <<release-notes-8.18.1>>
@@ -98,6 +99,7 @@ This section summarizes the changes in each release.
98
99
--
99
100
100
101
include::release-notes/8.19.0.asciidoc[]
102
+ include::release-notes/8.18.4.asciidoc[]
101
103
include::release-notes/8.18.3.asciidoc[]
102
104
include::release-notes/8.18.2.asciidoc[]
103
105
include::release-notes/8.18.1.asciidoc[]
Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments