diff --git a/docs/release-notes/breaking-changes.md b/docs/release-notes/breaking-changes.md index 35a03318964e9..7177b40b12407 100644 --- a/docs/release-notes/breaking-changes.md +++ b/docs/release-notes/breaking-changes.md @@ -13,9 +13,6 @@ If you are migrating from a version prior to version 9.0, you must first upgrade % ## Next version [elasticsearch-nextversion-breaking-changes] ## 9.1.5 [elasticsearch-9.1.5-breaking-changes] -```{applies_to} -stack: ga 9.1.5 -``` There are no breaking changes associated with this release. diff --git a/docs/release-notes/changelog-bundles/9.1.5.yml b/docs/release-notes/changelog-bundles/9.1.5.yml index cc9ff86a4e313..4c07b9dbc2cd9 100644 --- a/docs/release-notes/changelog-bundles/9.1.5.yml +++ b/docs/release-notes/changelog-bundles/9.1.5.yml @@ -1,6 +1,6 @@ version: 9.1.5 -released: false -generated: 2025-10-03T13:40:06.241618847Z +released: true +generated: 2025-10-06T15:09:28.901349022Z changelogs: - pr: 134461 summary: Propagates filter() to aggregation functions' surrogates @@ -74,11 +74,10 @@ changelogs: body: |- Queries using LIMIT followed by MV_EXPAND before a remote ENRICH can produce incorrect results due to distributed execution semantics. These queries are now unsupported and produce an error. Example: - - ```yaml + [source,yaml] + ---------------------------- FROM *:events | SORT @timestamp | LIMIT 2 | MV_EXPAND ip | ENRICH _remote:clientip_policy ON ip - ``` - + ---------------------------- To avoid this error, reorder your query, for example by moving ENRICH earlier in the pipeline. pr: 135051 - pr: 135078 diff --git a/docs/release-notes/deprecations.md b/docs/release-notes/deprecations.md index 8550edf740539..cc6e198e2d24d 100644 --- a/docs/release-notes/deprecations.md +++ b/docs/release-notes/deprecations.md @@ -17,9 +17,6 @@ To give you insight into what deprecated features you’re using, {{es}}: % ## Next version [elasticsearch-nextversion-deprecations] ## 9.1.5 [elasticsearch-9.1.5-deprecations] -```{applies_to} -stack: ga 9.1.5 -``` There are no deprecations associated with this release. diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index a5c5afc4c2159..9eb04a7f059a0 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -21,9 +21,6 @@ To check for security updates, go to [Security announcements for the Elastic sta % * ## 9.1.5 [elasticsearch-9.1.5-release-notes] -```{applies_to} -stack: ga 9.1.5 -``` ### Highlights [elasticsearch-9.1.5-highlights]