Skip to content

Commit cb38b50

Browse files
author
elasticsearchmachine
committed
Update docs for v9.1.8 release
1 parent f70dbb8 commit cb38b50

File tree

4 files changed

+229
-5
lines changed

4 files changed

+229
-5
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,21 @@ 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-
## 9.2.1 [elasticsearch-9.2.1-breaking-changes]
15+
```{applies_to}
16+
stack: ga 9.1.8
17+
```
18+
## 9.1.8 [elasticsearch-9.1.8-breaking-changes]
1619

1720
There are no breaking changes associated with this release.
1821

1922
## 9.1.7 [elasticsearch-9.1.7-breaking-changes]
2023

2124
There are no breaking changes associated with this release.
2225

26+
## 9.2.1 [elasticsearch-9.2.1-breaking-changes]
27+
28+
There are no breaking changes associated with this release.
29+
2330
## 9.1.6 [elasticsearch-9.1.6-breaking-changes]
2431

2532
There are no breaking changes associated with this release.
Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
version: 9.1.8
2+
released: false
3+
generated: 2025-11-29T00:20:34.256895665Z
4+
changelogs:
5+
- pr: 108875
6+
summary: Break on `FieldData` when building global ordinals
7+
area: Aggregations
8+
type: bug
9+
issues:
10+
- 97075
11+
- pr: 135873
12+
summary: Convert `BytesTransportResponse` when proxying response from/to local node
13+
area: Network
14+
type: bug
15+
issues: []
16+
- pr: 136886
17+
summary: Fix ML calendar event update scalability issues
18+
area: Machine Learning
19+
type: bug
20+
issues: []
21+
- pr: 137230
22+
summary: Principal Extraction from Certificate RDN Attribute Value in PKI Realm
23+
area: Security
24+
type: bug
25+
issues: []
26+
- pr: 137585
27+
summary: "Restore API: Fix file settings handling"
28+
area: Infra/Settings
29+
type: bug
30+
issues:
31+
- 122429
32+
- pr: 137637
33+
summary: Fix Bug in `RankDocRetrieverBuilder` when `from` is set to Default (-1)
34+
area: Search
35+
type: bug
36+
issues: []
37+
- pr: 137638
38+
summary: "ILM Explain: valid JSON on truncated step info"
39+
area: ILM+SLM
40+
type: bug
41+
issues:
42+
- 135458
43+
- pr: 137652
44+
summary: Fix default value for some settings when filtered
45+
area: Infra/Settings
46+
type: bug
47+
issues:
48+
- 136333
49+
- pr: 137660
50+
summary: Improve concurrency design of `GeoIpDownloader`
51+
area: Ingest Node
52+
type: bug
53+
issues:
54+
- 135158
55+
- 130681
56+
- 135132
57+
- 133597
58+
- pr: 137702
59+
summary: Handle index deletion while querying in ES|QL
60+
area: ES|QL
61+
type: bug
62+
issues:
63+
- 135863
64+
- pr: 137712
65+
summary: Add User Profile Size Limit Enforced During Profile Updates
66+
area: Security
67+
type: bug
68+
issues: []
69+
- pr: 137850
70+
summary: Serverless filtering create from
71+
area: Indices APIs
72+
type: bug
73+
issues: []
74+
- pr: 137859
75+
summary: Add length validation for `rename_replacement` parameter in snapshot restore request
76+
area: Snapshot/Restore
77+
type: bug
78+
issues: []
79+
- pr: 137862
80+
summary: "[Vector Search] Fix wrong vector docvalue_fields"
81+
area: Vector Search
82+
type: bug
83+
issues: []
84+
- pr: 137976
85+
summary: Fix for GET /_migration/deprecations doesn't check deprecated affix settings correctly
86+
area: Infra/Core
87+
type: bug
88+
issues:
89+
- 137008
90+
- pr: 138053
91+
summary: Upgrade UnboundID LDAP SDK to 7.0.3
92+
area: Security
93+
type: upgrade
94+
issues: []
95+
- pr: 138084
96+
summary: Handle Query Timeouts During Collector Initialization in `QueryPhase`
97+
area: Search
98+
type: bug
99+
issues: []
100+
- pr: 138094
101+
summary: "[IRONSCALES] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system`"
102+
area: Authorization
103+
type: enhancement
104+
issues:
105+
- 138093
106+
- pr: 138097
107+
summary: Bump anomalies index template version to install latest
108+
area: Machine Learning
109+
type: bug
110+
issues: []
111+
- pr: 138132
112+
summary: Fix integer overflow in block memory estimation
113+
area: ES|QL
114+
type: bug
115+
issues: []
116+
- pr: 138140
117+
summary: Fix semantic highlighting when using a `knn` query with minimum `similarity`
118+
area: Relevance
119+
type: bug
120+
issues: []
121+
- pr: 138228
122+
summary: "Fix: Downsample returns appropriate error when target index gets deleted unexpectedly."
123+
area: Downsampling
124+
type: bug
125+
issues: []
126+
- pr: 138308
127+
summary: Reject mappings that (eventually) set dimension and metric in the same field
128+
area: Mapping
129+
type: bug
130+
issues: []
131+
- pr: 138589
132+
summary: Upgrading commons-lang3 version for repository-hdfs plugin
133+
area: Snapshot/Restore
134+
type: upgrade
135+
issues: []

docs/release-notes/deprecations.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ To give you insight into what deprecated features you’re using, {{es}}:
1616

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

19+
```{applies_to}
20+
stack: ga 9.1.8
21+
```
22+
## 9.1.8 [elasticsearch-9.1.8-deprecations]
23+
24+
There are no deprecations associated with this release.
25+
1926
## 9.1.7 [elasticsearch-9.1.7-deprecations]
2027

2128
There are no deprecations associated with this release.

docs/release-notes/index.md

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

23+
## 9.1.8 [elasticsearch-9.1.8-release-notes]
24+
```{applies_to}
25+
stack: ga 9.1.8
26+
```
27+
28+
### Features and enhancements [elasticsearch-9.1.8-features-enhancements]
29+
30+
Authorization:
31+
* [IRONSCALES] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system` [#138094](https://github.com/elastic/elasticsearch/pull/138094) (issue: [#138093](https://github.com/elastic/elasticsearch/issues/138093))
32+
33+
Security:
34+
* Upgrade UnboundID LDAP SDK to 7.0.3 [#138053](https://github.com/elastic/elasticsearch/pull/138053)
35+
36+
Snapshot/Restore:
37+
* Upgrading commons-lang3 version for repository-hdfs plugin [#138589](https://github.com/elastic/elasticsearch/pull/138589)
38+
39+
40+
### Fixes [elasticsearch-9.1.8-fixes]
41+
42+
Aggregations:
43+
* Break on `FieldData` when building global ordinals [#108875](https://github.com/elastic/elasticsearch/pull/108875) (issue: [#97075](https://github.com/elastic/elasticsearch/issues/97075))
44+
45+
Downsampling:
46+
* Fix: Downsample returns appropriate error when target index gets deleted unexpectedly. [#138228](https://github.com/elastic/elasticsearch/pull/138228)
47+
48+
ES|QL:
49+
* Fix integer overflow in block memory estimation [#138132](https://github.com/elastic/elasticsearch/pull/138132)
50+
* Handle index deletion while querying in ES|QL [#137702](https://github.com/elastic/elasticsearch/pull/137702) (issue: [#135863](https://github.com/elastic/elasticsearch/issues/135863))
51+
52+
ILM+SLM:
53+
* ILM Explain: valid JSON on truncated step info [#137638](https://github.com/elastic/elasticsearch/pull/137638) (issue: [#135458](https://github.com/elastic/elasticsearch/issues/135458))
54+
55+
Indices APIs:
56+
* Serverless filtering create from [#137850](https://github.com/elastic/elasticsearch/pull/137850)
57+
58+
Infra/Core:
59+
* Fix for GET /_migration/deprecations doesn't check deprecated affix settings correctly [#137976](https://github.com/elastic/elasticsearch/pull/137976) (issue: [#137008](https://github.com/elastic/elasticsearch/issues/137008))
60+
61+
Infra/Settings:
62+
* Fix default value for some settings when filtered [#137652](https://github.com/elastic/elasticsearch/pull/137652) (issue: [#136333](https://github.com/elastic/elasticsearch/issues/136333))
63+
* Restore API: Fix file settings handling [#137585](https://github.com/elastic/elasticsearch/pull/137585) (issue: [#122429](https://github.com/elastic/elasticsearch/issues/122429))
64+
65+
Ingest Node:
66+
* Improve concurrency design of `GeoIpDownloader` [#137660](https://github.com/elastic/elasticsearch/pull/137660) (issues: [#135158](https://github.com/elastic/elasticsearch/issues/135158), [#130681](https://github.com/elastic/elasticsearch/issues/130681), [#135132](https://github.com/elastic/elasticsearch/issues/135132), [#133597](https://github.com/elastic/elasticsearch/issues/133597))
67+
68+
Machine Learning:
69+
* Bump anomalies index template version to install latest [#138097](https://github.com/elastic/elasticsearch/pull/138097)
70+
* Fix ML calendar event update scalability issues [#136886](https://github.com/elastic/elasticsearch/pull/136886)
71+
72+
Mapping:
73+
* Reject mappings that (eventually) set dimension and metric in the same field [#138308](https://github.com/elastic/elasticsearch/pull/138308)
74+
75+
Network:
76+
* Convert `BytesTransportResponse` when proxying response from/to local node [#135873](https://github.com/elastic/elasticsearch/pull/135873)
77+
78+
Relevance:
79+
* Fix semantic highlighting when using a `knn` query with minimum `similarity` [#138140](https://github.com/elastic/elasticsearch/pull/138140)
80+
81+
Search:
82+
* Fix Bug in `RankDocRetrieverBuilder` when `from` is set to Default (-1) [#137637](https://github.com/elastic/elasticsearch/pull/137637)
83+
* Handle Query Timeouts During Collector Initialization in `QueryPhase` [#138084](https://github.com/elastic/elasticsearch/pull/138084)
84+
85+
Security:
86+
* Add User Profile Size Limit Enforced During Profile Updates [#137712](https://github.com/elastic/elasticsearch/pull/137712)
87+
* Principal Extraction from Certificate RDN Attribute Value in PKI Realm [#137230](https://github.com/elastic/elasticsearch/pull/137230)
88+
89+
Snapshot/Restore:
90+
* Add length validation for `rename_replacement` parameter in snapshot restore request [#137859](https://github.com/elastic/elasticsearch/pull/137859)
91+
92+
Vector Search:
93+
* [Vector Search] Fix wrong vector docvalue_fields [#137862](https://github.com/elastic/elasticsearch/pull/137862)
94+
95+
96+
2397
## 9.1.7 [elasticsearch-9.1.7-release-notes]
2498

2599
### Features and enhancements [elasticsearch-9.1.7-features-enhancements]
@@ -75,6 +149,8 @@ Search:
75149
* Remove early phase failure in batched [#136889](https://github.com/elastic/elasticsearch/pull/136889) (issue: [#134151](https://github.com/elastic/elasticsearch/issues/134151))
76150
* [LTR] Fix feature display order when using explain [#137671](https://github.com/elastic/elasticsearch/pull/137671)
77151

152+
153+
78154
## 9.2.1 [elasticsearch-9.2.1-release-notes]
79155

80156
### Features and enhancements [elasticsearch-9.2.1-features-enhancements]
@@ -166,6 +242,8 @@ TSDB:
166242
Vector Search:
167243
* Use Suppliers To Get Inference Results In Semantic Queries [#136720](https://github.com/elastic/elasticsearch/pull/136720) (issue: [#136621](https://github.com/elastic/elasticsearch/issues/136621))
168244

245+
246+
169247
## 9.1.6 [elasticsearch-9.1.6-release-notes]
170248

171249
### Features and enhancements [elasticsearch-9.1.6-features-enhancements]
@@ -255,7 +333,7 @@ PUT vectors
255333
{
256334
"mappings": {
257335
"properties": {
258-
"vector": {"type": "dense_vector", "index_options": {"type": "bbq_disk"}
336+
"vector": {"type": "dense_vector", "index_options": {"type": "disk_bbq"}
259337
}
260338
}
261339
}
@@ -460,9 +538,6 @@ Machine Learning:
460538
* Track inference deployments [#131442](https://github.com/elastic/elasticsearch/pull/131442)
461539
* [ML] Add Azure AI Rerank support to the Inference Plugin [#129848](https://github.com/elastic/elasticsearch/pull/129848)
462540
* [ML] Add IBM watsonx Completion and Chat Completion support to the Inference Plugin [#129146](https://github.com/elastic/elasticsearch/pull/129146)
463-
* Update the PyTorch library to version 2.7.1 [#2863](https://github.com/elastic/ml-cpp/pull/2863)
464-
* Report the actual memory usage of the autodetect process [#2846](https://github.com/elastic/ml-cpp/pull/2846)
465-
* Improve adherence to memory limits for the bucket gatherer [#2848](https://github.com/elastic/ml-cpp/pull/2848)
466541

467542
Mapping:
468543
* Add new `pattern_text` field mapper in tech preview [#135370](https://github.com/elastic/elasticsearch/pull/135370)

0 commit comments

Comments
 (0)