From 253a606f5dd2e6f303cc1b0c443a750cda1fca19 Mon Sep 17 00:00:00 2001 From: elasticsearchmachine Date: Tue, 12 Aug 2025 16:38:08 +0000 Subject: [PATCH 1/3] Forward port release notes for v8.18.5 --- docs/reference/release-notes.asciidoc | 6 +++ docs/reference/release-notes/8.18.5.asciidoc | 48 ++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 docs/reference/release-notes/8.18.5.asciidoc diff --git a/docs/reference/release-notes.asciidoc b/docs/reference/release-notes.asciidoc index f1a3157452a5e..117627b5f0169 100644 --- a/docs/reference/release-notes.asciidoc +++ b/docs/reference/release-notes.asciidoc @@ -6,14 +6,17 @@ This section summarizes the changes in each release. +* <> * <> * <> * <> +* <> * <> * <> * <> * <> * <> +* <> * <> * <> * <> @@ -100,14 +103,17 @@ This section summarizes the changes in each release. -- +include::release-notes/8.19.3.asciidoc[] include::release-notes/8.19.2.asciidoc[] include::release-notes/8.19.1.asciidoc[] include::release-notes/8.19.0.asciidoc[] +include::release-notes/8.18.5.asciidoc[] include::release-notes/8.18.4.asciidoc[] include::release-notes/8.18.3.asciidoc[] include::release-notes/8.18.2.asciidoc[] include::release-notes/8.18.1.asciidoc[] include::release-notes/8.18.0.asciidoc[] +include::release-notes/8.17.10.asciidoc[] include::release-notes/8.17.9.asciidoc[] include::release-notes/8.17.8.asciidoc[] include::release-notes/8.17.7.asciidoc[] diff --git a/docs/reference/release-notes/8.18.5.asciidoc b/docs/reference/release-notes/8.18.5.asciidoc new file mode 100644 index 0000000000000..f0ff4d7a79bdb --- /dev/null +++ b/docs/reference/release-notes/8.18.5.asciidoc @@ -0,0 +1,48 @@ +[[release-notes-8.18.5]] +== {es} version 8.18.5 + +Also see <>. + +[[bug-8.18.5]] +[float] +=== Bug fixes + +Aggregations:: +* Aggs: Add validation to Bucket script pipeline agg {es-pull}132320[#132320] (issue: {es-issue}132272[#132272]) + +CCS:: +* Do not look over `TaskCancelledException` when looking at failures while updating CCS info for clusters {es-pull}132334[#132334] + +Data streams:: +* Prevent auto-sharding for data streams in LOOKUP index mode {es-pull}131429[#131429] + +EQL:: +* Deal with internally created IN in a different way for EQL {es-pull}132167[#132167] (issue: {es-issue}118621[#118621]) + +ES|QL:: +* Disallow remote enrich after lu join {es-pull}131426[#131426] (issue: {es-issue}129372[#129372]) +* ESQL: Fix `mv_expand` inconsistent column order {es-pull}129745[#129745] (issue: {es-issue}129000[#129000]) +* FIx Driver creating status with a live list of operators {es-pull}132260[#132260] (issue: {es-issue}131564[#131564]) +* Fix NPE on empty to_lower/to_upper call {es-pull}131917[#131917] (issue: {es-issue}131913[#131913]) + +Infra/Core:: +* Grant server module read/write entitlements for deprecated path setting "path.shared_data" {es-pull}131680[#131680] + +Ingest Node:: +* Correctly handling `download_database_on_pipeline_creation` within a pipeline processor within a default or final pipeline {es-pull}131236[#131236] + +Machine Learning:: +* Prevent the trained model deployment memory estimation from double-counting allocations {es-pull}131990[#131990] + +Mapping:: +* Fix decoding of non-ascii field names in ignored source {es-pull}132018[#132018] + +Search:: +* Fix bug in point in time response {es-pull}131391[#131391] (issue: {es-issue}131026[#131026]) +* Fix missing removal of query cancellation callback in QueryPhase {es-pull}130279[#130279] (issue: {es-issue}130071[#130071]) +* Fix query rewrite logic to preserve `boosts` and `queryName` for `match`, `knn`, and `sparse_vector` queries on semantic_text fields {es-pull}129282[#129282] + +Snapshot/Restore:: +* Throw better exception if verifying empty repo {es-pull}131677[#131677] + + From 4903725272a91a8d816cc212442f492d2527de78 Mon Sep 17 00:00:00 2001 From: Charlotte Hoblik <116336412+charlotte-hoblik@users.noreply.github.com> Date: Wed, 13 Aug 2025 22:43:20 +0200 Subject: [PATCH 2/3] Update release-notes.asciidoc --- docs/reference/release-notes.asciidoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/reference/release-notes.asciidoc b/docs/reference/release-notes.asciidoc index 117627b5f0169..607223f096da2 100644 --- a/docs/reference/release-notes.asciidoc +++ b/docs/reference/release-notes.asciidoc @@ -6,7 +6,6 @@ This section summarizes the changes in each release. -* <> * <> * <> * <> From 3ca31954165ed40ee43ca01e7da741932f877ef5 Mon Sep 17 00:00:00 2001 From: Charlotte Hoblik <116336412+charlotte-hoblik@users.noreply.github.com> Date: Wed, 13 Aug 2025 22:44:24 +0200 Subject: [PATCH 3/3] Update release-notes.asciidoc --- docs/reference/release-notes.asciidoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/reference/release-notes.asciidoc b/docs/reference/release-notes.asciidoc index 607223f096da2..fdf815dacebdd 100644 --- a/docs/reference/release-notes.asciidoc +++ b/docs/reference/release-notes.asciidoc @@ -15,7 +15,6 @@ This section summarizes the changes in each release. * <> * <> * <> -* <> * <> * <> * <> @@ -102,7 +101,6 @@ This section summarizes the changes in each release. -- -include::release-notes/8.19.3.asciidoc[] include::release-notes/8.19.2.asciidoc[] include::release-notes/8.19.1.asciidoc[] include::release-notes/8.19.0.asciidoc[] @@ -112,7 +110,6 @@ include::release-notes/8.18.3.asciidoc[] include::release-notes/8.18.2.asciidoc[] include::release-notes/8.18.1.asciidoc[] include::release-notes/8.18.0.asciidoc[] -include::release-notes/8.17.10.asciidoc[] include::release-notes/8.17.9.asciidoc[] include::release-notes/8.17.8.asciidoc[] include::release-notes/8.17.7.asciidoc[]