Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
15 changes: 11 additions & 4 deletions docs/release-notes/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,21 @@

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

```{applies_to}

Check notice on line 15 in docs/release-notes/breaking-changes.md

View workflow job for this annotation

GitHub Actions / docs-preview / build

The 'coming' lifecycle is deprecated and will be removed in a future release.
stack: coming 9.1.3
```
## 9.1.3 [elasticsearch-9.1.3-breaking-changes]

No breaking changes in this version.

## 9.1.2 [elasticsearch-9.1.2-breaking-changes]

No breaking changes in this version.

## 9.0.5 [elasticsearch-9.0.5-breaking-changes]

No breaking changes in this version.

## 9.1.1 [elasticsearch-9.1.1-breaking-changes]

No breaking changes in this version.
Expand Down Expand Up @@ -124,10 +135,6 @@
For more information, view [#126843](https://github.com/elastic/elasticsearch/pull/126843) (issue: [#120993](https://github.com/elastic/elasticsearch/issues/120993))
:::

## 9.0.5 [elasticsearch-9.0.5-breaking-changes]

No breaking changes in this version.

## 9.0.4 [elasticsearch-9.0.4-breaking-changes]

No breaking changes in this version.
Expand Down
94 changes: 94 additions & 0 deletions docs/release-notes/changelog-bundles/9.1.3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
version: 9.1.3
released: false
generated: 2025-08-25T12:09:52.381758857Z
changelogs:
- pr: 130336
summary: "[EIS] Rename the elser 2 default model and the default inference endpoint"
area: Machine Learning
type: bug
issues: []
- pr: 132546
summary: Improve EIS auth call logs and fix revocation bug
area: Machine Learning
type: bug
issues: []
- pr: 132638
summary: Better error message for sequences with only one clause plus UNTIL
area: EQL
type: bug
issues: []
- pr: 132646
summary: Update EIS sparse and dense embedding max batch size to 16
area: Machine Learning
type: bug
issues: []
- pr: 132766
summary: Change `reporting_user` role to leverage reserved kibana privileges
area: Authorization
type: deprecation
issues: []
deprecation:
area: Authorization
title: Deprecate the built-in `reporting_user` role.
details: The `reporting_user` role is deprecated. Administrators should manage access to Kibana's reporting features via custom roles which grant the necessary privileges.
impact: This role will be removed in a future version. Administrators should migrate to custom roles to avoid interruption.
notable: false
essSettingChange: false
- pr: 132922
summary: Change GeoIpCache and EnrichCache to LongAdder
area: Ingest Node
type: bug
issues: []
- pr: 132945
summary: Disable child span for streaming tasks
area: Machine Learning
type: bug
issues: []
- pr: 132973
summary: Preserve lost thread context in node inference action. A lost context causes a memory leak if APM tracing is enabled
area: Machine Learning
type: bug
issues: []
- pr: 133004
summary: Limit frequency of feature last-used time updates
area: License
type: bug
issues: []
- pr: 133021
summary: Fix update expiration for async query
area: ES|QL
type: bug
issues:
- 130619
- pr: 133113
summary: Limit the depth of a filter
area: Infra/REST API
type: enhancement
issues: []
- pr: 133119
summary: Update bundled JDK to Java 24.0.2+12
area: Packaging
type: upgrade
issues: []
- pr: 133134
summary: Fix sequences with conditions involving keys and non-keys
area: EQL
type: bug
issues: []
- pr: 133188
summary: Don't fail search if bottom doc can't be formatted
area: Search
type: bug
issues:
- 125321
- pr: 133347
summary: Force rollover on write to true when data stream indices list is empty
area: Data streams
type: bug
issues:
- 133176
- pr: 133410
summary: Upgrading to tika 3.2.2
area: Ingest Node
type: upgrade
issues: []
16 changes: 13 additions & 3 deletions docs/release-notes/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,29 @@

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

```{applies_to}

Check notice on line 19 in docs/release-notes/deprecations.md

View workflow job for this annotation

GitHub Actions / docs-preview / build

The 'coming' lifecycle is deprecated and will be removed in a future release.
stack: coming 9.1.3
```
## 9.1.3 [elasticsearch-9.1.3-deprecations]

Authorization:
* Change `reporting_user` role to leverage reserved kibana privileges [#132766](https://github.com/elastic/elasticsearch/pull/132766)



## 9.1.2 [elasticsearch-9.1.2-deprecations]

No deprecations in this version.

## 9.1.1 [elasticsearch-9.1.1-deprecations]
## 9.0.5 [elasticsearch-9.0.5-deprecations]

No deprecations in this version.

## 9.1.0 [elasticsearch-9.1.0-deprecations]
## 9.1.1 [elasticsearch-9.1.1-deprecations]

No deprecations in this version.

## 9.0.5 [elasticsearch-9.0.5-deprecations]
## 9.1.0 [elasticsearch-9.1.0-deprecations]

No deprecations in this version.

Expand Down
Loading
Loading