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
9 changes: 3 additions & 6 deletions docs/release-notes/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,14 @@ If you are migrating from a version prior to version 9.0, you must first upgrade

% ## Next version [elasticsearch-nextversion-breaking-changes]

## 9.0.8 [elasticsearch-9.0.8-breaking-changes]
## 9.1.5 [elasticsearch-9.1.5-breaking-changes]
```{applies_to}
stack: ga 9.0.8
stack: ga 9.1.5
```

There are no breaking changes associated with this release.

## 9.1.5 [elasticsearch-9.1.5-breaking-changes]
```{applies_to}
stack: ga 9.1.5
```
## 9.0.8 [elasticsearch-9.0.8-breaking-changes]

There are no breaking changes associated with this release.

Expand Down
10 changes: 8 additions & 2 deletions docs/release-notes/changelog-bundles/9.0.8.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 9.0.8
released: false
generated: 2025-10-03T13:09:24.707151330Z
released: true
generated: 2025-10-06T17:16:19.803933724Z
changelogs:
- pr: 134134
summary: Prevent field caps from failing due to can match failure
Expand All @@ -20,6 +20,12 @@ changelogs:
type: enhancement
issues:
- 134136
highlight:
notable: true
title: Security advisory
body: |-
The 9.0.8 release contains fixes for potential security vulnerabilities. Please see our [security advisory](https://discuss.elastic.co/c/announcements/security-announcements/31) for more details.
pr: 134136
- pr: 134656
summary: Fix deadlock in `ThreadPoolMergeScheduler` when a failing merge closes the `IndexWriter`
area: Engine
Expand Down
6 changes: 6 additions & 0 deletions docs/release-notes/changelog-bundles/9.1.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ changelogs:
type: enhancement
issues:
- 134136
highlight:
notable: true
title: Security advisory
body: |-
The 9.1.5 release contains fixes for potential security vulnerabilities. Please see our [security advisory](https://discuss.elastic.co/c/announcements/security-announcements/31) for more details.
pr: 134136
- pr: 134656
summary: Fix deadlock in `ThreadPoolMergeScheduler` when a failing merge closes the `IndexWriter`
area: Engine
Expand Down
9 changes: 3 additions & 6 deletions docs/release-notes/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,14 @@ To give you insight into what deprecated features you’re using, {{es}}:

% ## Next version [elasticsearch-nextversion-deprecations]

## 9.0.8 [elasticsearch-9.0.8-deprecations]
## 9.1.5 [elasticsearch-9.1.5-deprecations]
```{applies_to}
stack: ga 9.0.8
stack: ga 9.1.5
```

There are no deprecations associated with this release.

## 9.1.5 [elasticsearch-9.1.5-deprecations]
```{applies_to}
stack: ga 9.1.5
```
## 9.0.8 [elasticsearch-9.0.8-deprecations]

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 @@ -99,9 +99,6 @@ Transform:
* Prevent Transform from queuing too many PIT close requests by waiting for PIT to close before finishing the checkpoint [#134955](https://github.com/elastic/elasticsearch/pull/134955) (issue: [#134925](https://github.com/elastic/elasticsearch/issues/134925))

## 9.0.8 [elasticsearch-9.0.8-release-notes]
```{applies_to}
stack: ga 9.0.8
```

### Highlights [elasticsearch-9.0.8-highlights]

Expand Down
Loading