Skip to content

Commit ef8be5c

Browse files
elasticsearchmachineelasticsearchmachinecharlotte-hoblik
authored
Forward port release notes for v8.18.5 (#132758)
* Forward port release notes for v8.18.5 * Update release-notes.asciidoc * Update release-notes.asciidoc --------- Co-authored-by: elasticsearchmachine <[email protected]> Co-authored-by: Charlotte Hoblik <[email protected]>
1 parent 2e72a68 commit ef8be5c

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

docs/reference/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This section summarizes the changes in each release.
99
* <<release-notes-8.19.2>>
1010
* <<release-notes-8.19.1>>
1111
* <<release-notes-8.19.0>>
12+
* <<release-notes-8.18.5>>
1213
* <<release-notes-8.18.4>>
1314
* <<release-notes-8.18.3>>
1415
* <<release-notes-8.18.2>>
@@ -104,6 +105,7 @@ This section summarizes the changes in each release.
104105
include::release-notes/8.19.2.asciidoc[]
105106
include::release-notes/8.19.1.asciidoc[]
106107
include::release-notes/8.19.0.asciidoc[]
108+
include::release-notes/8.18.5.asciidoc[]
107109
include::release-notes/8.18.4.asciidoc[]
108110
include::release-notes/8.18.3.asciidoc[]
109111
include::release-notes/8.18.2.asciidoc[]
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
[[release-notes-8.18.5]]
2+
== {es} version 8.18.5
3+
4+
Also see <<breaking-changes-8.18,Breaking changes in 8.18>>.
5+
6+
[[bug-8.18.5]]
7+
[float]
8+
=== Bug fixes
9+
10+
Aggregations::
11+
* Aggs: Add validation to Bucket script pipeline agg {es-pull}132320[#132320] (issue: {es-issue}132272[#132272])
12+
13+
CCS::
14+
* Do not look over `TaskCancelledException` when looking at failures while updating CCS info for clusters {es-pull}132334[#132334]
15+
16+
Data streams::
17+
* Prevent auto-sharding for data streams in LOOKUP index mode {es-pull}131429[#131429]
18+
19+
EQL::
20+
* Deal with internally created IN in a different way for EQL {es-pull}132167[#132167] (issue: {es-issue}118621[#118621])
21+
22+
ES|QL::
23+
* Disallow remote enrich after lu join {es-pull}131426[#131426] (issue: {es-issue}129372[#129372])
24+
* ESQL: Fix `mv_expand` inconsistent column order {es-pull}129745[#129745] (issue: {es-issue}129000[#129000])
25+
* FIx Driver creating status with a live list of operators {es-pull}132260[#132260] (issue: {es-issue}131564[#131564])
26+
* Fix NPE on empty to_lower/to_upper call {es-pull}131917[#131917] (issue: {es-issue}131913[#131913])
27+
28+
Infra/Core::
29+
* Grant server module read/write entitlements for deprecated path setting "path.shared_data" {es-pull}131680[#131680]
30+
31+
Ingest Node::
32+
* Correctly handling `download_database_on_pipeline_creation` within a pipeline processor within a default or final pipeline {es-pull}131236[#131236]
33+
34+
Machine Learning::
35+
* Prevent the trained model deployment memory estimation from double-counting allocations {es-pull}131990[#131990]
36+
37+
Mapping::
38+
* Fix decoding of non-ascii field names in ignored source {es-pull}132018[#132018]
39+
40+
Search::
41+
* Fix bug in point in time response {es-pull}131391[#131391] (issue: {es-issue}131026[#131026])
42+
* Fix missing removal of query cancellation callback in QueryPhase {es-pull}130279[#130279] (issue: {es-issue}130071[#130071])
43+
* Fix query rewrite logic to preserve `boosts` and `queryName` for `match`, `knn`, and `sparse_vector` queries on semantic_text fields {es-pull}129282[#129282]
44+
45+
Snapshot/Restore::
46+
* Throw better exception if verifying empty repo {es-pull}131677[#131677]
47+
48+

0 commit comments

Comments
 (0)