You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: docs/release-notes/index.md
+45Lines changed: 45 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,51 @@ To check for security updates, go to [Security announcements for the Elastic sta
20
20
% ### Fixes [elasticsearch-next-fixes]
21
21
% *
22
22
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))
0 commit comments