Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docs/release-notes/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
11 changes: 5 additions & 6 deletions docs/release-notes/changelog-bundles/9.1.5.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions docs/release-notes/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 0 additions & 3 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
Loading