Skip to content

Commit 1dd1cf9

Browse files
Finalize release notes for v9.1.5 release (#136032)
1 parent b730620 commit 1dd1cf9

File tree

4 files changed

+5
-15
lines changed

4 files changed

+5
-15
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ If you are migrating from a version prior to version 9.0, you must first upgrade
1313
% ## Next version [elasticsearch-nextversion-breaking-changes]
1414

1515
## 9.1.5 [elasticsearch-9.1.5-breaking-changes]
16-
```{applies_to}
17-
stack: ga 9.1.5
18-
```
1916

2017
There are no breaking changes associated with this release.
2118

docs/release-notes/changelog-bundles/9.1.5.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 9.1.5
2-
released: false
3-
generated: 2025-10-03T13:40:06.241618847Z
2+
released: true
3+
generated: 2025-10-06T15:09:28.901349022Z
44
changelogs:
55
- pr: 134461
66
summary: Propagates filter() to aggregation functions' surrogates
@@ -74,11 +74,10 @@ changelogs:
7474
body: |-
7575
Queries using LIMIT followed by MV_EXPAND before a remote ENRICH can produce incorrect results due to distributed execution semantics.
7676
These queries are now unsupported and produce an error. Example:
77-
78-
```yaml
77+
[source,yaml]
78+
----------------------------
7979
FROM *:events | SORT @timestamp | LIMIT 2 | MV_EXPAND ip | ENRICH _remote:clientip_policy ON ip
80-
```
81-
80+
----------------------------
8281
To avoid this error, reorder your query, for example by moving ENRICH earlier in the pipeline.
8382
pr: 135051
8483
- pr: 135078

docs/release-notes/deprecations.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ To give you insight into what deprecated features you’re using, {{es}}:
1717
% ## Next version [elasticsearch-nextversion-deprecations]
1818

1919
## 9.1.5 [elasticsearch-9.1.5-deprecations]
20-
```{applies_to}
21-
stack: ga 9.1.5
22-
```
2320

2421
There are no deprecations associated with this release.
2522

docs/release-notes/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ To check for security updates, go to [Security announcements for the Elastic sta
2121
% *
2222

2323
## 9.1.5 [elasticsearch-9.1.5-release-notes]
24-
```{applies_to}
25-
stack: ga 9.1.5
26-
```
2724

2825
### Highlights [elasticsearch-9.1.5-highlights]
2926

0 commit comments

Comments
 (0)