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 @@ -12,9 +12,6 @@ If you are migrating from a version prior to version 9.0, you must first upgrade

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

```{applies_to}
stack: coming 9.0.4
```
## 9.0.4 [elasticsearch-9.0.4-breaking-changes]

No breaking changes in this version.
Expand Down
9 changes: 7 additions & 2 deletions docs/release-notes/changelog-bundles/9.0.4.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 9.0.4
released: false
generated: 2025-07-14T17:07:39.875346517Z
released: true
generated: 2025-07-22T14:06:39.720484275Z
changelogs:
- pr: 129223
summary: Fix text similarity reranker does not propagate min score correctly
Expand Down Expand Up @@ -95,3 +95,8 @@ changelogs:
type: bug
issues:
- 129550
- pr: 131113
summary: Including `max_tokens` through the Service API for Anthropic
area: Machine Learning
type: bug
issues: []
3 changes: 0 additions & 3 deletions docs/release-notes/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ To give you insight into what deprecated features you’re using, {{es}}:

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

```{applies_to}
stack: coming 9.0.4
```
## 9.0.4 [elasticsearch-9.0.4-deprecations]

No deprecations in this version.
Expand Down
4 changes: 1 addition & 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.0.4 [elasticsearch-9.0.4-release-notes]
```{applies_to}
stack: coming 9.0.4
```

### Fixes [elasticsearch-9.0.4-fixes]

Expand All @@ -45,6 +42,7 @@ Infra/Core:
Machine Learning:
* Check for model deployment in inference endpoints before stopping [#129325](https://github.com/elastic/elasticsearch/pull/129325) (issue: [#128549](https://github.com/elastic/elasticsearch/issues/128549))
* Fix timeout bug in DBQ deletion of unused and orphan ML data [#130083](https://github.com/elastic/elasticsearch/pull/130083)
* Including `max_tokens` through the Service API for Anthropic [#131113](https://github.com/elastic/elasticsearch/pull/131113)

Mapping:
* Make flattened synthetic source concatenate object keys on scalar/object mismatch [#129600](https://github.com/elastic/elasticsearch/pull/129600) (issue: [#122936](https://github.com/elastic/elasticsearch/issues/122936))
Expand Down
Loading