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: Add Issuer to failed SAML Signature validation logs when available
16
+
area: Security
17
+
type: enhancement
18
+
issues:
19
+
- 111022
20
+
- pr: 126342
21
+
summary: Enable sort optimization on float and `half_float`
22
+
area: Search
23
+
type: enhancement
24
+
issues: []
25
+
- pr: 126583
26
+
summary: Cancel expired async search task when a remote returns its results
27
+
area: CCS
28
+
type: bug
29
+
issues: []
30
+
- pr: 126605
31
+
summary: Fix equality bug in `WaitForIndexColorStep`
32
+
area: ILM+SLM
33
+
type: bug
34
+
issues: []
35
+
- pr: 126614
36
+
summary: Fix join masking eval
37
+
area: ES|QL
38
+
type: bug
39
+
issues: []
40
+
- pr: 126637
41
+
summary: Improve resiliency of `UpdateTimeSeriesRangeService`
42
+
area: TSDB
43
+
type: bug
44
+
issues: []
45
+
- pr: 126686
46
+
summary: Fix race condition in `RestCancellableNodeClient`
47
+
area: Task Management
48
+
type: bug
49
+
issues:
50
+
- 88201
51
+
- pr: 126729
52
+
summary: Use terminal reader in keystore add command
53
+
area: Infra/CLI
54
+
type: bug
55
+
issues:
56
+
- 98115
57
+
- pr: 126778
58
+
summary: Fix bbq quantization algorithm but for differently distributed components
59
+
area: Vector Search
60
+
type: bug
61
+
issues: []
62
+
- pr: 126783
63
+
summary: Fix shard size of initializing restored shard
64
+
area: Allocation
65
+
type: bug
66
+
issues:
67
+
- 105331
68
+
- pr: 126806
69
+
summary: Workaround max name limit imposed by Jackson 2.17
70
+
area: Infra/Core
71
+
type: bug
72
+
issues: []
73
+
- pr: 126850
74
+
summary: "[otel-data] Bump plugin version to release _metric_names_hash changes"
75
+
area: Data streams
76
+
type: bug
77
+
issues: []
78
+
- pr: 126852
79
+
summary: "Validation checks on paths allowed for 'files' entitlements. Restrict the paths we allow access to, forbidding plugins to specify/request entitlements for reading or writing to specific protected directories."
80
+
area: Infra/Core
81
+
type: enhancement
82
+
issues: []
83
+
- pr: 126858
84
+
summary: Leverage threadpool schedule for inference api to avoid long running thread
Copy file name to clipboardExpand all lines: docs/release-notes/index.md
+65Lines changed: 65 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,71 @@ To check for security updates, go to [Security announcements for the Elastic sta
21
21
% ### Fixes [elasticsearch-next-fixes]
22
22
% *
23
23
24
+
## 9.0.1 [elasticsearch-901-release-notes]
25
+
26
+
### Features and enhancements [elasticsearch-901-features-enhancements]
27
+
28
+
Infra/Core:
29
+
* Validation checks on paths allowed for 'files' entitlements. Restrict the paths we allow access to, forbidding plugins to specify/request entitlements for reading or writing to specific protected directories. [#126852](https://github.com/elastic/elasticsearch/pull/126852)
30
+
31
+
Ingest Node:
32
+
* Updating tika to 2.9.3 [#127353](https://github.com/elastic/elasticsearch/pull/127353)
33
+
34
+
Search:
35
+
* Enable sort optimization on float and `half_float`[#126342](https://github.com/elastic/elasticsearch/pull/126342)
36
+
37
+
Security:
38
+
* Add Issuer to failed SAML Signature validation logs when available [#126310](https://github.com/elastic/elasticsearch/pull/126310) (issue: [#111022](https://github.com/elastic/elasticsearch/issues/111022))
* Fix sneaky bug in single value query [#127146](https://github.com/elastic/elasticsearch/pull/127146)
58
+
59
+
ILM+SLM:
60
+
* Fix equality bug in `WaitForIndexColorStep`[#126605](https://github.com/elastic/elasticsearch/pull/126605)
61
+
62
+
Infra/CLI:
63
+
* Use terminal reader in keystore add command [#126729](https://github.com/elastic/elasticsearch/pull/126729) (issue: [#98115](https://github.com/elastic/elasticsearch/issues/98115))
64
+
65
+
Infra/Core:
66
+
* Fix: consider case sensitiveness differences in Windows/Unix-like filesystems for files entitlements [#126990](https://github.com/elastic/elasticsearch/pull/126990) (issue: [#127047](https://github.com/elastic/elasticsearch/issues/127047))
67
+
* Rework uniquify to not use iterators [#126889](https://github.com/elastic/elasticsearch/pull/126889) (issue: [#126883](https://github.com/elastic/elasticsearch/issues/126883))
68
+
* Workaround max name limit imposed by Jackson 2.17 [#126806](https://github.com/elastic/elasticsearch/pull/126806)
69
+
70
+
Machine Learning:
71
+
* Adding missing `onFailure` call for Inference API start model request [#126930](https://github.com/elastic/elasticsearch/pull/126930)
72
+
* Leverage threadpool schedule for inference api to avoid long running thread [#126858](https://github.com/elastic/elasticsearch/pull/126858) (issue: [#126853](https://github.com/elastic/elasticsearch/issues/126853))
73
+
74
+
Ranking:
75
+
* Fix LTR rescorer with model alias [#126273](https://github.com/elastic/elasticsearch/pull/126273)
* Improve resiliency of `UpdateTimeSeriesRangeService`[#126637](https://github.com/elastic/elasticsearch/pull/126637)
80
+
81
+
Task Management:
82
+
* Fix race condition in `RestCancellableNodeClient`[#126686](https://github.com/elastic/elasticsearch/pull/126686) (issue: [#88201](https://github.com/elastic/elasticsearch/issues/88201))
83
+
84
+
Vector Search:
85
+
* Fix `vec_caps` to test for OS support too (on x64) [#126911](https://github.com/elastic/elasticsearch/pull/126911) (issue: [#126809](https://github.com/elastic/elasticsearch/issues/126809))
86
+
* Fix bbq quantization algorithm but for differently distributed components [#126778](https://github.com/elastic/elasticsearch/pull/126778)
0 commit comments