Skip to content

Commit 3b70858

Browse files
elasticsearchmachineelasticsearchmachinecharlotte-hoblik
authored
Add release notes for v9.1.3 release (#133465)
* Update docs for v9.1.3 release * edit breaking changes * edit release notes --------- Co-authored-by: elasticsearchmachine <[email protected]> Co-authored-by: Charlotte Hoblik <[email protected]> Co-authored-by: Charlotte Hoblik <[email protected]>
1 parent 2e461e2 commit 3b70858

File tree

4 files changed

+154
-2
lines changed

4 files changed

+154
-2
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ If you are migrating from a version prior to version 9.0, you must first upgrade
1212

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

15+
```{applies_to}
16+
stack: coming 9.1.3
17+
```
18+
## 9.1.3 [elasticsearch-9.1.3-breaking-changes]
19+
20+
No breaking changes in this version.
21+
1522
```{applies_to}
1623
stack: coming 9.0.6
1724
```
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
version: 9.1.3
2+
released: false
3+
generated: 2025-08-25T12:09:52.381758857Z
4+
changelogs:
5+
- pr: 130336
6+
summary: "[EIS] Rename the elser 2 default model and the default inference endpoint"
7+
area: Machine Learning
8+
type: bug
9+
issues: []
10+
- pr: 132546
11+
summary: Improve EIS auth call logs and fix revocation bug
12+
area: Machine Learning
13+
type: bug
14+
issues: []
15+
- pr: 132638
16+
summary: Better error message for sequences with only one clause plus UNTIL
17+
area: EQL
18+
type: bug
19+
issues: []
20+
- pr: 132646
21+
summary: Update EIS sparse and dense embedding max batch size to 16
22+
area: Machine Learning
23+
type: bug
24+
issues: []
25+
- pr: 132766
26+
summary: Change `reporting_user` role to leverage reserved kibana privileges
27+
area: Authorization
28+
type: deprecation
29+
issues: []
30+
deprecation:
31+
area: Authorization
32+
title: Deprecate the built-in `reporting_user` role.
33+
details: The `reporting_user` role is deprecated. Administrators should manage access to Kibana's reporting features via custom roles which grant the necessary privileges.
34+
impact: This role will be removed in a future version. Administrators should migrate to custom roles to avoid interruption.
35+
notable: false
36+
essSettingChange: false
37+
- pr: 132922
38+
summary: Change GeoIpCache and EnrichCache to LongAdder
39+
area: Ingest Node
40+
type: bug
41+
issues: []
42+
- pr: 132945
43+
summary: Disable child span for streaming tasks
44+
area: Machine Learning
45+
type: bug
46+
issues: []
47+
- pr: 132973
48+
summary: Preserve lost thread context in node inference action. A lost context causes a memory leak if APM tracing is enabled
49+
area: Machine Learning
50+
type: bug
51+
issues: []
52+
- pr: 133004
53+
summary: Limit frequency of feature last-used time updates
54+
area: License
55+
type: bug
56+
issues: []
57+
- pr: 133021
58+
summary: Fix update expiration for async query
59+
area: ES|QL
60+
type: bug
61+
issues:
62+
- 130619
63+
- pr: 133113
64+
summary: Limit the depth of a filter
65+
area: Infra/REST API
66+
type: enhancement
67+
issues: []
68+
- pr: 133119
69+
summary: Update bundled JDK to Java 24.0.2+12
70+
area: Packaging
71+
type: upgrade
72+
issues: []
73+
- pr: 133134
74+
summary: Fix sequences with conditions involving keys and non-keys
75+
area: EQL
76+
type: bug
77+
issues: []
78+
- pr: 133188
79+
summary: Don't fail search if bottom doc can't be formatted
80+
area: Search
81+
type: bug
82+
issues:
83+
- 125321
84+
- pr: 133347
85+
summary: Force rollover on write to true when data stream indices list is empty
86+
area: Data streams
87+
type: bug
88+
issues:
89+
- 133176
90+
- pr: 133410
91+
summary: Upgrading to tika 3.2.2
92+
area: Ingest Node
93+
type: upgrade
94+
issues: []

docs/release-notes/deprecations.md

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

1919
```{applies_to}
20-
stack: coming 9.0.6
20+
stack: coming 9.1.3
2121
```
22-
## 9.0.6 [elasticsearch-9.0.6-deprecations]
22+
## 9.1.3 [elasticsearch-9.1.3-deprecations]
2323

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

27+
```{applies_to}
28+
stack: coming 9.0.6
29+
```
30+
## 9.0.6 [elasticsearch-9.0.6-deprecations]
2731

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

2935
## 9.1.2 [elasticsearch-9.1.2-deprecations]
3036

docs/release-notes/index.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,51 @@ To check for security updates, go to [Security announcements for the Elastic sta
2020
% ### Fixes [elasticsearch-next-fixes]
2121
% *
2222

23+
## 9.1.3 [elasticsearch-9.1.3-release-notes]
24+
```{applies_to}
25+
stack: coming 9.1.3
26+
```
27+
28+
### Features and enhancements [elasticsearch-9.1.3-features-enhancements]
29+
30+
Infra/REST API:
31+
* Limit the depth of a filter [#133113](https://github.com/elastic/elasticsearch/pull/133113)
32+
33+
Ingest Node:
34+
* Upgrading to tika 3.2.2 [#133410](https://github.com/elastic/elasticsearch/pull/133410)
35+
36+
Packaging:
37+
* Update bundled JDK to Java 24.0.2+12 [#133119](https://github.com/elastic/elasticsearch/pull/133119)
38+
39+
### Fixes [elasticsearch-9.1.3-fixes]
40+
41+
Data streams:
42+
* Force rollover on write to true when data stream indices list is empty [#133347](https://github.com/elastic/elasticsearch/pull/133347) (issue: [#133176](https://github.com/elastic/elasticsearch/issues/133176))
43+
44+
EQL:
45+
* Better error message for sequences with only one clause plus UNTIL [#132638](https://github.com/elastic/elasticsearch/pull/132638)
46+
* Fix sequences with conditions involving keys and non-keys [#133134](https://github.com/elastic/elasticsearch/pull/133134)
47+
48+
ES|QL:
49+
* Fix update expiration for async query [#133021](https://github.com/elastic/elasticsearch/pull/133021) (issue: [#130619](https://github.com/elastic/elasticsearch/issues/130619))
50+
51+
Ingest Node:
52+
* Change GeoIpCache and EnrichCache to LongAdder [#132922](https://github.com/elastic/elasticsearch/pull/132922)
53+
54+
License:
55+
* Limit frequency of feature last-used time updates [#133004](https://github.com/elastic/elasticsearch/pull/133004)
56+
57+
Machine Learning:
58+
* Disable child span for streaming tasks [#132945](https://github.com/elastic/elasticsearch/pull/132945)
59+
* Improve EIS auth call logs and fix revocation bug [#132546](https://github.com/elastic/elasticsearch/pull/132546)
60+
* Preserve lost thread context in node inference action. A lost context causes a memory leak if APM tracing is enabled [#132973](https://github.com/elastic/elasticsearch/pull/132973)
61+
* Update EIS sparse and dense embedding max batch size to 16 [#132646](https://github.com/elastic/elasticsearch/pull/132646)
62+
* [EIS] Rename the elser 2 default model and the default inference endpoint [#130336](https://github.com/elastic/elasticsearch/pull/130336)
63+
64+
Search:
65+
* Don't fail search if bottom doc can't be formatted [#133188](https://github.com/elastic/elasticsearch/pull/133188) (issue: [#125321](https://github.com/elastic/elasticsearch/issues/125321))
66+
67+
2368
## 9.0.6 [elasticsearch-9.0.6-release-notes]
2469
```{applies_to}
2570
stack: coming 9.0.6

0 commit comments

Comments
 (0)