Skip to content

Commit ed71c72

Browse files
elasticsearchmachineelasticsearchmachine
andauthored
Update docs for v8.18.5 release (#132610)
Co-authored-by: elasticsearchmachine <[email protected]>
1 parent ecd896f commit ed71c72

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

docs/reference/release-notes.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
This section summarizes the changes in each release.
88

9+
* <<release-notes-8.18.5>>
910
* <<release-notes-8.18.4>>
1011
* <<release-notes-8.18.3>>
1112
* <<release-notes-8.18.2>>
@@ -97,6 +98,7 @@ This section summarizes the changes in each release.
9798

9899
--
99100

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

0 commit comments

Comments
 (0)