From 5890e4842116f31b2584c863e0d0827b511ec0ea Mon Sep 17 00:00:00 2001 From: lcawl Date: Wed, 20 May 2026 14:41:56 -0700 Subject: [PATCH 1/2] Add May 20 serverless release notes --- .../_snippets/2026-05-20/breaking-changes.md | 2 + .../_snippets/2026-05-20/deprecations.md | 2 + .../_snippets/2026-05-20/index.md | 66 +++++++++++++++++++ .../_snippets/2026-05-20/known-issues.md | 2 + .../elastic-cloud-serverless/index.md | 3 + 5 files changed, 75 insertions(+) create mode 100644 release-notes/elastic-cloud-serverless/_snippets/2026-05-20/breaking-changes.md create mode 100644 release-notes/elastic-cloud-serverless/_snippets/2026-05-20/deprecations.md create mode 100644 release-notes/elastic-cloud-serverless/_snippets/2026-05-20/index.md create mode 100644 release-notes/elastic-cloud-serverless/_snippets/2026-05-20/known-issues.md diff --git a/release-notes/elastic-cloud-serverless/_snippets/2026-05-20/breaking-changes.md b/release-notes/elastic-cloud-serverless/_snippets/2026-05-20/breaking-changes.md new file mode 100644 index 0000000000..a8f09647ef --- /dev/null +++ b/release-notes/elastic-cloud-serverless/_snippets/2026-05-20/breaking-changes.md @@ -0,0 +1,2 @@ +## May 20, 2026 [elastic-2026-05-20-breaking-changes] +_There are no breaking changes associated with this release._ diff --git a/release-notes/elastic-cloud-serverless/_snippets/2026-05-20/deprecations.md b/release-notes/elastic-cloud-serverless/_snippets/2026-05-20/deprecations.md new file mode 100644 index 0000000000..bb22794591 --- /dev/null +++ b/release-notes/elastic-cloud-serverless/_snippets/2026-05-20/deprecations.md @@ -0,0 +1,2 @@ +## May 20, 2026 [elastic-2026-05-20-deprecations] +_There are no deprecations associated with this release._ diff --git a/release-notes/elastic-cloud-serverless/_snippets/2026-05-20/index.md b/release-notes/elastic-cloud-serverless/_snippets/2026-05-20/index.md new file mode 100644 index 0000000000..798d6d802d --- /dev/null +++ b/release-notes/elastic-cloud-serverless/_snippets/2026-05-20/index.md @@ -0,0 +1,66 @@ +## May 20, 2026 [elastic-release-notes-2026-05-20] +### Features and enhancements [elastic-2026-05-20-features-enhancements] +* Add per-tier `deletion_costs` to autoscaling metrics API. +* Reserve circuit breaker memory for automaton construction. [#148722](https://github.com/elastic/elasticsearch/pull/148722) [#147428](https://github.com/elastic/elasticsearch/issues/147428) +* Improve ES|QL field extraction on flattened fields. [#148891](https://github.com/elastic/elasticsearch/pull/148891) +* Add query approximation support for ES|QL queries containing FORK. [#148412](https://github.com/elastic/elasticsearch/pull/148412) +* Implement bucket metadata. [#146077](https://github.com/elastic/elasticsearch/pull/146077) +* Add default schema resolution to UNION_BY_NAME. [#149176](https://github.com/elastic/elasticsearch/pull/149176) +* Speed up REPLACE on constant regex. [#149033](https://github.com/elastic/elasticsearch/pull/149033) +* Cut S3 download + Snappy copies on hot path. [#149248](https://github.com/elastic/elasticsearch/pull/149248) +* Improve ES|QL Parquet footer cache reliability. [#149045](https://github.com/elastic/elasticsearch/pull/149045) +* Add logging tracking to _xpack/usage. [#148087](https://github.com/elastic/elasticsearch/pull/148087) +* Improve ES|QL packed-values grouping performance. [#148681](https://github.com/elastic/elasticsearch/pull/148681) +* Improve S3 receive buffer pooling for ES|QL external sources. [#149023](https://github.com/elastic/elasticsearch/pull/149023) +* Improve ES|QL TopN field extraction for external sources. [#149185](https://github.com/elastic/elasticsearch/pull/149185) +* Improve ES|QL Parquet and ORC footer caching. [#149018](https://github.com/elastic/elasticsearch/pull/149018) +* Improve performance of REPLACE fast-path in ES|QL. [#149167](https://github.com/elastic/elasticsearch/pull/149167) +* Improve ES|QL TopN UTF-8 string encoding performance. [#149022](https://github.com/elastic/elasticsearch/pull/149022) +* Improve performance of Parquet datasource with nested-And short-circuit and filter eval cleanups. [#148935](https://github.com/elastic/elasticsearch/pull/148935) +* Improve reporting of external source rows in ES|QL metrics. [#148410](https://github.com/elastic/elasticsearch/pull/148410) +* Improve performance of pushed-down filter evaluation in the ES|QL Parquet datasource. [#148918](https://github.com/elastic/elasticsearch/pull/148918) +* Add SIMD contains for literal LIKE patterns in ES|QL. [#149026](https://github.com/elastic/elasticsearch/pull/149026) +* Add an ES|QL optimizer rule that rewrites `SUM(X+c)` to `SUM(X) + c*COUNT(X)`. [#145510](https://github.com/elastic/elasticsearch/pull/145510) [#140470](https://github.com/elastic/elasticsearch/issues/140470) +* Add generic byte matchers for pushdown predicates in ES|QL. [#149030](https://github.com/elastic/elasticsearch/pull/149030) +* Reduce memory used by translog blob replication. [#148881](https://github.com/elastic/elasticsearch/pull/148881) +* Reduce translog memory when active shards have zero operations. [#148992](https://github.com/elastic/elasticsearch/pull/148992) +* Add S3 storage class tracking in object storage tests. [#149069](https://github.com/elastic/elasticsearch/pull/149069) +* Add TS_COLLAPSE command. [#148690](https://github.com/elastic/elasticsearch/pull/148690) +* Reindex parse exception has document index and ID. [#145146](https://github.com/elastic/elasticsearch/pull/145146) [#48432](https://github.com/elastic/elasticsearch/issues/48432) +* Enable stateless snapshots and allow relocation. +* Reject reindexes with wrong parameters. [#145290](https://github.com/elastic/elasticsearch/pull/145290) [#37855](https://github.com/elastic/elasticsearch/issues/37855) +* Decrease tsdb `look_ahead_time` to 9 minutes. [#145552](https://github.com/elastic/elasticsearch/pull/145552) [#142602](https://github.com/elastic/elasticsearch/issues/142602) +* Support jina-embeddings-v5-omni input format for Jina integration. [#148551](https://github.com/elastic/elasticsearch/pull/148551) +* Add product use case and origin to APM telemetry. [#148140](https://github.com/elastic/elasticsearch/pull/148140) +* Add AI bots to user-agent regex. [#148665](https://github.com/elastic/elasticsearch/pull/148665) +* Improve field metadata caching per shard for mapping. [#148865](https://github.com/elastic/elasticsearch/pull/148865) +* Assign downsampling to least loaded eligible node. [#148220](https://github.com/elastic/elasticsearch/pull/148220) + +### Fixes [elastic-2026-05-20-fixes] +* Fix missing deprecation warnings in transform create and preview APIs. [#147934](https://github.com/elastic/elasticsearch/pull/147934) [#82936](https://github.com/elastic/elasticsearch/issues/82936) [#82935](https://github.com/elastic/elasticsearch/issues/82935) +* Fix centroid grouping failures in ES|QL aggregations. [#148815](https://github.com/elastic/elasticsearch/pull/148815) [#141318](https://github.com/elastic/elasticsearch/issues/141318) +* Fix wrong warning in ES|QL STATS for unrolled multivalued fields. [#145968](https://github.com/elastic/elasticsearch/pull/145968) +* Fix ES|QL "optimized incorrectly" error from project reorder. [#149053](https://github.com/elastic/elasticsearch/pull/149053) [#148612](https://github.com/elastic/elasticsearch/issues/148612) +* Fix ES|QL Parquet pushdown for non-DOUBLE physical columns. [#149100](https://github.com/elastic/elasticsearch/pull/149100) +* Fix stalled ES|QL reads from CSV and TSV sources. [#149189](https://github.com/elastic/elasticsearch/pull/149189) +* Fix ES|QL histogram errors when filtering null values. [#148983](https://github.com/elastic/elasticsearch/pull/148983) [#147854](https://github.com/elastic/elasticsearch/issues/147854) +* Fix UNION BY NAME COUNT/MIN/MAX pushdown for absent columns. [#149279](https://github.com/elastic/elasticsearch/pull/149279) +* Fix unclear ES|QL error for SPARKLINE after TS command. [#149015](https://github.com/elastic/elasticsearch/pull/149015) +* Fix ES|QL type errors on multi-file CSV and NDJSON data sources. [#148756](https://github.com/elastic/elasticsearch/pull/148756) +* Fix ES|QL coordination thread pool usage. [#149034](https://github.com/elastic/elasticsearch/pull/149034) +* Fix premature release of ES|QL search contexts on failures. [#145960](https://github.com/elastic/elasticsearch/pull/145960) [#145509](https://github.com/elastic/elasticsearch/issues/145509) +* Fix ES|QL hangs on multi-file compressed external data sources. [#148797](https://github.com/elastic/elasticsearch/pull/148797) +* Fix ES|QL Parquet NaN handling in column-index statistics. [#149094](https://github.com/elastic/elasticsearch/pull/149094) +* Fix ES|QL null handling after JVM workaround. [#149050](https://github.com/elastic/elasticsearch/pull/149050) +* Fix ES|QL sorting on histogram and tsid fields. [#149085](https://github.com/elastic/elasticsearch/pull/149085) +* Fix ? wildcard matching in `constant_keyword` wildcard queries. [#148585](https://github.com/elastic/elasticsearch/pull/148585) [#141785](https://github.com/elastic/elasticsearch/issues/141785) +* Fix reindex task status when a child task is banned. [#148199](https://github.com/elastic/elasticsearch/pull/148199) [#146314](https://github.com/elastic/elasticsearch/issues/146314) +* Fix inference errors when rerank context is missing. [#148921](https://github.com/elastic/elasticsearch/pull/148921) +* Fix rerank validation for updated inference code path. [#149202](https://github.com/elastic/elasticsearch/pull/149202) +* Fix chunked inference validation for multiple grouped inputs. [#148660](https://github.com/elastic/elasticsearch/pull/148660) +* Fix analyzer reload for search-as-you-type and wrapped analyzers. [#147695](https://github.com/elastic/elasticsearch/pull/147695) [#146914](https://github.com/elastic/elasticsearch/issues/146914) +* Fix `_timeseries` JSON format in ES|QL stored source. [#148716](https://github.com/elastic/elasticsearch/pull/148716) [#148414](https://github.com/elastic/elasticsearch/issues/148414) +* Align workflows system data stream mappings with Kibana schema. [#148886](https://github.com/elastic/elasticsearch/pull/148886) [#148871](https://github.com/elastic/elasticsearch/issues/148871) +* Add optional `num_candidates` parameter to kNN retriever. [#148672](https://github.com/elastic/elasticsearch/pull/148672) +* Fix inner hits overwrite when collapse and nested query both set inner hits. [#148915](https://github.com/elastic/elasticsearch/pull/148915) [#148905](https://github.com/elastic/elasticsearch/issues/148905) +* Fix `ArrayIndexOutOfBoundsException` in `date_histogram` with `hard_bounds` outside data. [#148765](https://github.com/elastic/elasticsearch/pull/148765) [#148763](https://github.com/elastic/elasticsearch/issues/148763) diff --git a/release-notes/elastic-cloud-serverless/_snippets/2026-05-20/known-issues.md b/release-notes/elastic-cloud-serverless/_snippets/2026-05-20/known-issues.md new file mode 100644 index 0000000000..ec3a4b5f6a --- /dev/null +++ b/release-notes/elastic-cloud-serverless/_snippets/2026-05-20/known-issues.md @@ -0,0 +1,2 @@ +## May 20, 2026 [elastic-2026-05-20-known-issues] +_There are no known issues associated with this release._ diff --git a/release-notes/elastic-cloud-serverless/index.md b/release-notes/elastic-cloud-serverless/index.md index 5c6daf2df4..0e9345f246 100644 --- a/release-notes/elastic-cloud-serverless/index.md +++ b/release-notes/elastic-cloud-serverless/index.md @@ -12,6 +12,9 @@ Review the changes, fixes, and more to {{serverless-full}}. +:::{include} _snippets/2026-05-20/index.md +::: + :::{include} _snippets/2026-05-19/index.md ::: From e305beb7321c7a5e6c3fb7209b6e9ef4a22e0378 Mon Sep 17 00:00:00 2001 From: lcawl Date: Thu, 21 May 2026 18:59:09 -0700 Subject: [PATCH 2/2] Regenerate files --- .../breaking-changes.md | 2 +- .../deprecations.md | 2 +- .../{2026-05-20 => 2026-05-21}/index.md | 38 +++++++++---------- .../known-issues.md | 2 +- .../elastic-cloud-serverless/index.md | 2 +- 5 files changed, 23 insertions(+), 23 deletions(-) rename release-notes/elastic-cloud-serverless/_snippets/{2026-05-20 => 2026-05-21}/breaking-changes.md (52%) rename release-notes/elastic-cloud-serverless/_snippets/{2026-05-20 => 2026-05-21}/deprecations.md (52%) rename release-notes/elastic-cloud-serverless/_snippets/{2026-05-20 => 2026-05-21}/index.md (75%) rename release-notes/elastic-cloud-serverless/_snippets/{2026-05-20 => 2026-05-21}/known-issues.md (52%) diff --git a/release-notes/elastic-cloud-serverless/_snippets/2026-05-20/breaking-changes.md b/release-notes/elastic-cloud-serverless/_snippets/2026-05-21/breaking-changes.md similarity index 52% rename from release-notes/elastic-cloud-serverless/_snippets/2026-05-20/breaking-changes.md rename to release-notes/elastic-cloud-serverless/_snippets/2026-05-21/breaking-changes.md index a8f09647ef..081887845f 100644 --- a/release-notes/elastic-cloud-serverless/_snippets/2026-05-20/breaking-changes.md +++ b/release-notes/elastic-cloud-serverless/_snippets/2026-05-21/breaking-changes.md @@ -1,2 +1,2 @@ -## May 20, 2026 [elastic-2026-05-20-breaking-changes] +## May 21, 2026 [elastic-2026-05-21-breaking-changes] _There are no breaking changes associated with this release._ diff --git a/release-notes/elastic-cloud-serverless/_snippets/2026-05-20/deprecations.md b/release-notes/elastic-cloud-serverless/_snippets/2026-05-21/deprecations.md similarity index 52% rename from release-notes/elastic-cloud-serverless/_snippets/2026-05-20/deprecations.md rename to release-notes/elastic-cloud-serverless/_snippets/2026-05-21/deprecations.md index bb22794591..854487b838 100644 --- a/release-notes/elastic-cloud-serverless/_snippets/2026-05-20/deprecations.md +++ b/release-notes/elastic-cloud-serverless/_snippets/2026-05-21/deprecations.md @@ -1,2 +1,2 @@ -## May 20, 2026 [elastic-2026-05-20-deprecations] +## May 21, 2026 [elastic-2026-05-21-deprecations] _There are no deprecations associated with this release._ diff --git a/release-notes/elastic-cloud-serverless/_snippets/2026-05-20/index.md b/release-notes/elastic-cloud-serverless/_snippets/2026-05-21/index.md similarity index 75% rename from release-notes/elastic-cloud-serverless/_snippets/2026-05-20/index.md rename to release-notes/elastic-cloud-serverless/_snippets/2026-05-21/index.md index 798d6d802d..a336223631 100644 --- a/release-notes/elastic-cloud-serverless/_snippets/2026-05-20/index.md +++ b/release-notes/elastic-cloud-serverless/_snippets/2026-05-21/index.md @@ -1,59 +1,59 @@ -## May 20, 2026 [elastic-release-notes-2026-05-20] -### Features and enhancements [elastic-2026-05-20-features-enhancements] +## May 21, 2026 [elastic-release-notes-2026-05-21] +### Features and enhancements [elastic-2026-05-21-features-enhancements] * Add per-tier `deletion_costs` to autoscaling metrics API. * Reserve circuit breaker memory for automaton construction. [#148722](https://github.com/elastic/elasticsearch/pull/148722) [#147428](https://github.com/elastic/elasticsearch/issues/147428) * Improve ES|QL field extraction on flattened fields. [#148891](https://github.com/elastic/elasticsearch/pull/148891) -* Add query approximation support for ES|QL queries containing FORK. [#148412](https://github.com/elastic/elasticsearch/pull/148412) +* Add query approximation support for ES|QL queries containing `FORK` command. [#148412](https://github.com/elastic/elasticsearch/pull/148412) * Implement bucket metadata. [#146077](https://github.com/elastic/elasticsearch/pull/146077) -* Add default schema resolution to UNION_BY_NAME. [#149176](https://github.com/elastic/elasticsearch/pull/149176) -* Speed up REPLACE on constant regex. [#149033](https://github.com/elastic/elasticsearch/pull/149033) +* Add default schema resolution to `UNION_BY_NAME`. [#149176](https://github.com/elastic/elasticsearch/pull/149176) +* Speed up `REPLACE` on constant regex. [#149033](https://github.com/elastic/elasticsearch/pull/149033) * Cut S3 download + Snappy copies on hot path. [#149248](https://github.com/elastic/elasticsearch/pull/149248) * Improve ES|QL Parquet footer cache reliability. [#149045](https://github.com/elastic/elasticsearch/pull/149045) -* Add logging tracking to _xpack/usage. [#148087](https://github.com/elastic/elasticsearch/pull/148087) +* Add logging tracking to the `_xpack/usage` endpoint. [#148087](https://github.com/elastic/elasticsearch/pull/148087) * Improve ES|QL packed-values grouping performance. [#148681](https://github.com/elastic/elasticsearch/pull/148681) * Improve S3 receive buffer pooling for ES|QL external sources. [#149023](https://github.com/elastic/elasticsearch/pull/149023) * Improve ES|QL TopN field extraction for external sources. [#149185](https://github.com/elastic/elasticsearch/pull/149185) * Improve ES|QL Parquet and ORC footer caching. [#149018](https://github.com/elastic/elasticsearch/pull/149018) -* Improve performance of REPLACE fast-path in ES|QL. [#149167](https://github.com/elastic/elasticsearch/pull/149167) +* Improve performance of the `REPLACE` fast-path in ES|QL. [#149167](https://github.com/elastic/elasticsearch/pull/149167) * Improve ES|QL TopN UTF-8 string encoding performance. [#149022](https://github.com/elastic/elasticsearch/pull/149022) -* Improve performance of Parquet datasource with nested-And short-circuit and filter eval cleanups. [#148935](https://github.com/elastic/elasticsearch/pull/148935) +* Improve performance of Parquet datasource with nested-And short-circuit and clean up filter evaluation. [#148935](https://github.com/elastic/elasticsearch/pull/148935) * Improve reporting of external source rows in ES|QL metrics. [#148410](https://github.com/elastic/elasticsearch/pull/148410) * Improve performance of pushed-down filter evaluation in the ES|QL Parquet datasource. [#148918](https://github.com/elastic/elasticsearch/pull/148918) -* Add SIMD contains for literal LIKE patterns in ES|QL. [#149026](https://github.com/elastic/elasticsearch/pull/149026) +* Add SIMD `contains` for literal `LIKE` patterns in ES|QL. [#149026](https://github.com/elastic/elasticsearch/pull/149026) * Add an ES|QL optimizer rule that rewrites `SUM(X+c)` to `SUM(X) + c*COUNT(X)`. [#145510](https://github.com/elastic/elasticsearch/pull/145510) [#140470](https://github.com/elastic/elasticsearch/issues/140470) * Add generic byte matchers for pushdown predicates in ES|QL. [#149030](https://github.com/elastic/elasticsearch/pull/149030) * Reduce memory used by translog blob replication. [#148881](https://github.com/elastic/elasticsearch/pull/148881) * Reduce translog memory when active shards have zero operations. [#148992](https://github.com/elastic/elasticsearch/pull/148992) * Add S3 storage class tracking in object storage tests. [#149069](https://github.com/elastic/elasticsearch/pull/149069) -* Add TS_COLLAPSE command. [#148690](https://github.com/elastic/elasticsearch/pull/148690) -* Reindex parse exception has document index and ID. [#145146](https://github.com/elastic/elasticsearch/pull/145146) [#48432](https://github.com/elastic/elasticsearch/issues/48432) +* Add `TS_COLLAPSE` command. [#148690](https://github.com/elastic/elasticsearch/pull/148690) +* Add document index and ID to reindex parse exception messages. [#145146](https://github.com/elastic/elasticsearch/pull/145146) [#48432](https://github.com/elastic/elasticsearch/issues/48432) * Enable stateless snapshots and allow relocation. * Reject reindexes with wrong parameters. [#145290](https://github.com/elastic/elasticsearch/pull/145290) [#37855](https://github.com/elastic/elasticsearch/issues/37855) -* Decrease tsdb `look_ahead_time` to 9 minutes. [#145552](https://github.com/elastic/elasticsearch/pull/145552) [#142602](https://github.com/elastic/elasticsearch/issues/142602) -* Support jina-embeddings-v5-omni input format for Jina integration. [#148551](https://github.com/elastic/elasticsearch/pull/148551) +* Decrease TSDB `look_ahead_time` to 9 minutes. [#145552](https://github.com/elastic/elasticsearch/pull/145552) [#142602](https://github.com/elastic/elasticsearch/issues/142602) +* Support `jina-embeddings-v5-omni` input format for Jina integration. [#148551](https://github.com/elastic/elasticsearch/pull/148551) * Add product use case and origin to APM telemetry. [#148140](https://github.com/elastic/elasticsearch/pull/148140) * Add AI bots to user-agent regex. [#148665](https://github.com/elastic/elasticsearch/pull/148665) * Improve field metadata caching per shard for mapping. [#148865](https://github.com/elastic/elasticsearch/pull/148865) * Assign downsampling to least loaded eligible node. [#148220](https://github.com/elastic/elasticsearch/pull/148220) -### Fixes [elastic-2026-05-20-fixes] +### Fixes [elastic-2026-05-21-fixes] * Fix missing deprecation warnings in transform create and preview APIs. [#147934](https://github.com/elastic/elasticsearch/pull/147934) [#82936](https://github.com/elastic/elasticsearch/issues/82936) [#82935](https://github.com/elastic/elasticsearch/issues/82935) * Fix centroid grouping failures in ES|QL aggregations. [#148815](https://github.com/elastic/elasticsearch/pull/148815) [#141318](https://github.com/elastic/elasticsearch/issues/141318) -* Fix wrong warning in ES|QL STATS for unrolled multivalued fields. [#145968](https://github.com/elastic/elasticsearch/pull/145968) +* Fix wrong warning in ES|QL `STATS` for unrolled multivalued fields. [#145968](https://github.com/elastic/elasticsearch/pull/145968) * Fix ES|QL "optimized incorrectly" error from project reorder. [#149053](https://github.com/elastic/elasticsearch/pull/149053) [#148612](https://github.com/elastic/elasticsearch/issues/148612) * Fix ES|QL Parquet pushdown for non-DOUBLE physical columns. [#149100](https://github.com/elastic/elasticsearch/pull/149100) * Fix stalled ES|QL reads from CSV and TSV sources. [#149189](https://github.com/elastic/elasticsearch/pull/149189) * Fix ES|QL histogram errors when filtering null values. [#148983](https://github.com/elastic/elasticsearch/pull/148983) [#147854](https://github.com/elastic/elasticsearch/issues/147854) -* Fix UNION BY NAME COUNT/MIN/MAX pushdown for absent columns. [#149279](https://github.com/elastic/elasticsearch/pull/149279) -* Fix unclear ES|QL error for SPARKLINE after TS command. [#149015](https://github.com/elastic/elasticsearch/pull/149015) +* Fix `UNION_BY_NAME` COUNT/MIN/MAX pushdown for absent columns. [#149279](https://github.com/elastic/elasticsearch/pull/149279) +* Fix unclear ES|QL error for `SPARKLINE` after `TS` command. [#149015](https://github.com/elastic/elasticsearch/pull/149015) * Fix ES|QL type errors on multi-file CSV and NDJSON data sources. [#148756](https://github.com/elastic/elasticsearch/pull/148756) * Fix ES|QL coordination thread pool usage. [#149034](https://github.com/elastic/elasticsearch/pull/149034) * Fix premature release of ES|QL search contexts on failures. [#145960](https://github.com/elastic/elasticsearch/pull/145960) [#145509](https://github.com/elastic/elasticsearch/issues/145509) * Fix ES|QL hangs on multi-file compressed external data sources. [#148797](https://github.com/elastic/elasticsearch/pull/148797) * Fix ES|QL Parquet NaN handling in column-index statistics. [#149094](https://github.com/elastic/elasticsearch/pull/149094) * Fix ES|QL null handling after JVM workaround. [#149050](https://github.com/elastic/elasticsearch/pull/149050) -* Fix ES|QL sorting on histogram and tsid fields. [#149085](https://github.com/elastic/elasticsearch/pull/149085) -* Fix ? wildcard matching in `constant_keyword` wildcard queries. [#148585](https://github.com/elastic/elasticsearch/pull/148585) [#141785](https://github.com/elastic/elasticsearch/issues/141785) +* Fix ES|QL sorting on `histogram` and `_tsid` fields. [#149085](https://github.com/elastic/elasticsearch/pull/149085) +* Fix `?` wildcard matching in `constant_keyword` wildcard queries. [#148585](https://github.com/elastic/elasticsearch/pull/148585) [#141785](https://github.com/elastic/elasticsearch/issues/141785) * Fix reindex task status when a child task is banned. [#148199](https://github.com/elastic/elasticsearch/pull/148199) [#146314](https://github.com/elastic/elasticsearch/issues/146314) * Fix inference errors when rerank context is missing. [#148921](https://github.com/elastic/elasticsearch/pull/148921) * Fix rerank validation for updated inference code path. [#149202](https://github.com/elastic/elasticsearch/pull/149202) diff --git a/release-notes/elastic-cloud-serverless/_snippets/2026-05-20/known-issues.md b/release-notes/elastic-cloud-serverless/_snippets/2026-05-21/known-issues.md similarity index 52% rename from release-notes/elastic-cloud-serverless/_snippets/2026-05-20/known-issues.md rename to release-notes/elastic-cloud-serverless/_snippets/2026-05-21/known-issues.md index ec3a4b5f6a..60b7978656 100644 --- a/release-notes/elastic-cloud-serverless/_snippets/2026-05-20/known-issues.md +++ b/release-notes/elastic-cloud-serverless/_snippets/2026-05-21/known-issues.md @@ -1,2 +1,2 @@ -## May 20, 2026 [elastic-2026-05-20-known-issues] +## May 21, 2026 [elastic-2026-05-21-known-issues] _There are no known issues associated with this release._ diff --git a/release-notes/elastic-cloud-serverless/index.md b/release-notes/elastic-cloud-serverless/index.md index 0e9345f246..3bab88a1af 100644 --- a/release-notes/elastic-cloud-serverless/index.md +++ b/release-notes/elastic-cloud-serverless/index.md @@ -12,7 +12,7 @@ Review the changes, fixes, and more to {{serverless-full}}. -:::{include} _snippets/2026-05-20/index.md +:::{include} _snippets/2026-05-21/index.md ::: :::{include} _snippets/2026-05-19/index.md