Skip to content

Commit 1bc1136

Browse files
Finalize release notes for v9.2.1 release (elastic#137945)
1 parent 2ee5ac4 commit 1bc1136

File tree

4 files changed

+48
-61
lines changed

4 files changed

+48
-61
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ If you are migrating from a version prior to version 9.0, you must first upgrade
1313
% ## Next version [elasticsearch-nextversion-breaking-changes]
1414

1515
## 9.2.1 [elasticsearch-9.2.1-breaking-changes]
16-
```{applies_to}
17-
stack: ga 9.2.1
18-
```
1916

2017
There are no breaking changes associated with this release.
2118

docs/release-notes/changelog-bundles/9.2.1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 9.2.1
2-
released: false
3-
generated: 2025-11-10T15:18:39.428584800Z
2+
released: true
3+
generated: 2025-11-12T09:34:48.318619163Z
44
changelogs:
55
- pr: 132455
66
summary: "Make equals include ids for Alias, `TypedAttribute`"

docs/release-notes/deprecations.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,11 @@ To give you insight into what deprecated features you’re using, {{es}}:
1616

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

19-
## 9.2.1 [elasticsearch-9.2.1-deprecations]
20-
```{applies_to}
21-
stack: ga 9.2.1
22-
```
19+
## 9.1.7 [elasticsearch-9.1.7-deprecations]
2320

2421
There are no deprecations associated with this release.
2522

26-
## 9.1.7 [elasticsearch-9.1.7-deprecations]
23+
## 9.2.1 [elasticsearch-9.2.1-deprecations]
2724

2825
There are no deprecations associated with this release.
2926

docs/release-notes/index.md

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

23-
## 9.2.1 [elasticsearch-9.2.1-release-notes]
24-
```{applies_to}
25-
stack: ga 9.2.1
26-
```
23+
## 9.1.7 [elasticsearch-9.1.7-release-notes]
2724

28-
### Features and enhancements [elasticsearch-9.2.1-features-enhancements]
25+
### Features and enhancements [elasticsearch-9.1.7-features-enhancements]
2926

3027
Authorization:
28+
* [Cyera] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system` [#134894](https://github.com/elastic/elasticsearch/pull/134894) (issue: [#134183](https://github.com/elastic/elasticsearch/issues/134183))
3129
* [Sentinel One] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third-party agent indices in the `Kibana system` to support the threat event data stream. [#137222](https://github.com/elastic/elasticsearch/pull/137222) (issue: [#240901](https://github.com/elastic/elasticsearch/issues/240901))
3230

33-
ES|QL:
34-
* Enable new data types with created version [#136327](https://github.com/elastic/elasticsearch/pull/136327)
35-
36-
ILM+SLM:
37-
* Allow opting out of force-merging on a cloned index in ILM's searchable snapshot action [#137375](https://github.com/elastic/elasticsearch/pull/137375)
38-
3931
Infra/Core:
4032
* Upgrade ASM to 9.9 [#136963](https://github.com/elastic/elasticsearch/pull/136963)
4133

@@ -45,51 +37,26 @@ Infra/Plugins:
4537
Packaging:
4638
* Update bundled JDK to Java 25.0.1+8 [#137640](https://github.com/elastic/elasticsearch/pull/137640)
4739

48-
Search:
49-
* Adjust GPU graph building params [#137074](https://github.com/elastic/elasticsearch/pull/137074)
50-
51-
52-
### Fixes [elasticsearch-9.2.1-fixes]
53-
54-
Aggregations:
55-
* Reject invalid `reverse_nested` aggs [#137047](https://github.com/elastic/elasticsearch/pull/137047)
5640

57-
Allocation:
58-
* Allow allocating clones over low watermark [#137399](https://github.com/elastic/elasticsearch/pull/137399)
59-
* Handle indices with zero/missing uptime correctly in write-load calculation [#136929](https://github.com/elastic/elasticsearch/pull/136929)
41+
### Fixes [elasticsearch-9.1.7-fixes]
6042

6143
Authorization:
6244
* Grants `kibana_system` the ability to forcemerge certain indices [#135795](https://github.com/elastic/elasticsearch/pull/135795)
6345
* Handle ._original stored fields with fls [#137442](https://github.com/elastic/elasticsearch/pull/137442)
6446

65-
Data streams:
66-
* Taking additional settings providers into account for data stream effective settings [#137407](https://github.com/elastic/elasticsearch/pull/137407) (issue: [#137381](https://github.com/elastic/elasticsearch/issues/137381))
67-
6847
ES|QL:
69-
* ESQL: Fix double release in inline stats when `LocalRelation` is reused [#136467](https://github.com/elastic/elasticsearch/pull/136467) (issue: [#135679](https://github.com/elastic/elasticsearch/issues/135679))
70-
* ESQL: Fix lookup join filter pushdown to use semantic equality [#136818](https://github.com/elastic/elasticsearch/pull/136818) (issue: [#136599](https://github.com/elastic/elasticsearch/issues/136599))
71-
* Extends constant MVs handling with warnings to general binary comparisons [#137387](https://github.com/elastic/elasticsearch/pull/137387)
7248
* Fix `ReplaceAliasingEvalWithProject` in case of shadowing [#137025](https://github.com/elastic/elasticsearch/pull/137025) (issue: [#137019](https://github.com/elastic/elasticsearch/issues/137019))
73-
* Fix handling equality with MV constants properly [#137032](https://github.com/elastic/elasticsearch/pull/137032) (issues: [#136998](https://github.com/elastic/elasticsearch/issues/136998), [#136939](https://github.com/elastic/elasticsearch/issues/136939))
74-
* Make equals include ids for Alias, `TypedAttribute` [#132455](https://github.com/elastic/elasticsearch/pull/132455) (issues: [#131509](https://github.com/elastic/elasticsearch/issues/131509), [#132634](https://github.com/elastic/elasticsearch/issues/132634))
75-
* Return `ConstNullBlock` in `FromAggMetricDouble` [#136773](https://github.com/elastic/elasticsearch/pull/136773)
76-
* Return a better error message when Timestamp is renamed in TS queries [#136231](https://github.com/elastic/elasticsearch/pull/136231) (issue: [#134994](https://github.com/elastic/elasticsearch/issues/134994))
7749

7850
Geo:
7951
* Fix `ignore_unmapped` setting when using `geo_shape` query with a pre-indexed shape [#136961](https://github.com/elastic/elasticsearch/pull/136961) (issue: [#136954](https://github.com/elastic/elasticsearch/issues/136954))
8052

81-
ILM+SLM:
82-
* Remove `auto_expand_replicas` setting during index clone in `searchable_snapshot` [#137111](https://github.com/elastic/elasticsearch/pull/137111)
83-
8453
Indices APIs:
85-
* Fix mapping conflicts in clone/split/shrink APIs [#137096](https://github.com/elastic/elasticsearch/pull/137096)
8654
* Reindex-from-remote: Fail on manual slicing param [#137275](https://github.com/elastic/elasticsearch/pull/137275) (issue: [#136269](https://github.com/elastic/elasticsearch/issues/136269))
8755

8856
Infra/Node Lifecycle:
8957
* Start readiness service after http is started [#136729](https://github.com/elastic/elasticsearch/pull/136729)
9058

9159
Ingest Node:
92-
* Fix illegal_access_exception: class com.maxmind.db.Decoder from `ip_location` processor [#137479](https://github.com/elastic/elasticsearch/pull/137479)
9360
* Improve concurrency design of `EnterpriseGeoIpDownloader` [#134223](https://github.com/elastic/elasticsearch/pull/134223) (issue: [#126124](https://github.com/elastic/elasticsearch/issues/126124))
9461

9562
Machine Learning:
@@ -104,26 +71,23 @@ Recovery:
10471
* Catch exceptions from `mapperService` in `StoreRecovery.recoverFromLocalShards` [#137077](https://github.com/elastic/elasticsearch/pull/137077)
10572

10673
Search:
107-
* Disallow `max_inner_product`, swap `dot_product` for `cosine` for int8_hnsw GPU type [#136881](https://github.com/elastic/elasticsearch/pull/136881)
10874
* Make `MutableSearchResponse` ref-counted to prevent use-after-close in async search [#134359](https://github.com/elastic/elasticsearch/pull/134359)
10975
* Remove early phase failure in batched [#136889](https://github.com/elastic/elasticsearch/pull/136889) (issue: [#134151](https://github.com/elastic/elasticsearch/issues/134151))
76+
* [LTR] Fix feature display order when using explain [#137671](https://github.com/elastic/elasticsearch/pull/137671)
11077

111-
TSDB:
112-
* Enable `_otlp` usage with `create_doc`, `auto_configure` privileges [#137325](https://github.com/elastic/elasticsearch/pull/137325)
113-
114-
Vector Search:
115-
* 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))
116-
117-
118-
119-
## 9.1.7 [elasticsearch-9.1.7-release-notes]
78+
## 9.2.1 [elasticsearch-9.2.1-release-notes]
12079

121-
### Features and enhancements [elasticsearch-9.1.7-features-enhancements]
80+
### Features and enhancements [elasticsearch-9.2.1-features-enhancements]
12281

12382
Authorization:
124-
* [Cyera] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system` [#134894](https://github.com/elastic/elasticsearch/pull/134894) (issue: [#134183](https://github.com/elastic/elasticsearch/issues/134183))
12583
* [Sentinel One] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third-party agent indices in the `Kibana system` to support the threat event data stream. [#137222](https://github.com/elastic/elasticsearch/pull/137222) (issue: [#240901](https://github.com/elastic/elasticsearch/issues/240901))
12684

85+
ES|QL:
86+
* Enable new data types with created version [#136327](https://github.com/elastic/elasticsearch/pull/136327)
87+
88+
ILM+SLM:
89+
* Allow opting out of force-merging on a cloned index in ILM's searchable snapshot action [#137375](https://github.com/elastic/elasticsearch/pull/137375)
90+
12791
Infra/Core:
12892
* Upgrade ASM to 9.9 [#136963](https://github.com/elastic/elasticsearch/pull/136963)
12993

@@ -133,26 +97,51 @@ Infra/Plugins:
13397
Packaging:
13498
* Update bundled JDK to Java 25.0.1+8 [#137640](https://github.com/elastic/elasticsearch/pull/137640)
13599

100+
Search:
101+
* Adjust GPU graph building params [#137074](https://github.com/elastic/elasticsearch/pull/137074)
102+
136103

137-
### Fixes [elasticsearch-9.1.7-fixes]
104+
### Fixes [elasticsearch-9.2.1-fixes]
105+
106+
Aggregations:
107+
* Reject invalid `reverse_nested` aggs [#137047](https://github.com/elastic/elasticsearch/pull/137047)
108+
109+
Allocation:
110+
* Allow allocating clones over low watermark [#137399](https://github.com/elastic/elasticsearch/pull/137399)
111+
* Handle indices with zero/missing uptime correctly in write-load calculation [#136929](https://github.com/elastic/elasticsearch/pull/136929)
138112

139113
Authorization:
140114
* Grants `kibana_system` the ability to forcemerge certain indices [#135795](https://github.com/elastic/elasticsearch/pull/135795)
141115
* Handle ._original stored fields with fls [#137442](https://github.com/elastic/elasticsearch/pull/137442)
142116

117+
Data streams:
118+
* Taking additional settings providers into account for data stream effective settings [#137407](https://github.com/elastic/elasticsearch/pull/137407) (issue: [#137381](https://github.com/elastic/elasticsearch/issues/137381))
119+
143120
ES|QL:
121+
* ESQL: Fix double release in inline stats when `LocalRelation` is reused [#136467](https://github.com/elastic/elasticsearch/pull/136467) (issue: [#135679](https://github.com/elastic/elasticsearch/issues/135679))
122+
* ESQL: Fix lookup join filter pushdown to use semantic equality [#136818](https://github.com/elastic/elasticsearch/pull/136818) (issue: [#136599](https://github.com/elastic/elasticsearch/issues/136599))
123+
* Extends constant MVs handling with warnings to general binary comparisons [#137387](https://github.com/elastic/elasticsearch/pull/137387)
144124
* Fix `ReplaceAliasingEvalWithProject` in case of shadowing [#137025](https://github.com/elastic/elasticsearch/pull/137025) (issue: [#137019](https://github.com/elastic/elasticsearch/issues/137019))
125+
* Fix handling equality with MV constants properly [#137032](https://github.com/elastic/elasticsearch/pull/137032) (issues: [#136998](https://github.com/elastic/elasticsearch/issues/136998), [#136939](https://github.com/elastic/elasticsearch/issues/136939))
126+
* Make equals include ids for Alias, `TypedAttribute` [#132455](https://github.com/elastic/elasticsearch/pull/132455) (issues: [#131509](https://github.com/elastic/elasticsearch/issues/131509), [#132634](https://github.com/elastic/elasticsearch/issues/132634))
127+
* Return `ConstNullBlock` in `FromAggMetricDouble` [#136773](https://github.com/elastic/elasticsearch/pull/136773)
128+
* Return a better error message when Timestamp is renamed in TS queries [#136231](https://github.com/elastic/elasticsearch/pull/136231) (issue: [#134994](https://github.com/elastic/elasticsearch/issues/134994))
145129

146130
Geo:
147131
* Fix `ignore_unmapped` setting when using `geo_shape` query with a pre-indexed shape [#136961](https://github.com/elastic/elasticsearch/pull/136961) (issue: [#136954](https://github.com/elastic/elasticsearch/issues/136954))
148132

133+
ILM+SLM:
134+
* Remove `auto_expand_replicas` setting during index clone in `searchable_snapshot` [#137111](https://github.com/elastic/elasticsearch/pull/137111)
135+
149136
Indices APIs:
137+
* Fix mapping conflicts in clone/split/shrink APIs [#137096](https://github.com/elastic/elasticsearch/pull/137096)
150138
* Reindex-from-remote: Fail on manual slicing param [#137275](https://github.com/elastic/elasticsearch/pull/137275) (issue: [#136269](https://github.com/elastic/elasticsearch/issues/136269))
151139

152140
Infra/Node Lifecycle:
153141
* Start readiness service after http is started [#136729](https://github.com/elastic/elasticsearch/pull/136729)
154142

155143
Ingest Node:
144+
* Fix illegal_access_exception: class com.maxmind.db.Decoder from `ip_location` processor [#137479](https://github.com/elastic/elasticsearch/pull/137479)
156145
* Improve concurrency design of `EnterpriseGeoIpDownloader` [#134223](https://github.com/elastic/elasticsearch/pull/134223) (issue: [#126124](https://github.com/elastic/elasticsearch/issues/126124))
157146

158147
Machine Learning:
@@ -167,11 +156,15 @@ Recovery:
167156
* Catch exceptions from `mapperService` in `StoreRecovery.recoverFromLocalShards` [#137077](https://github.com/elastic/elasticsearch/pull/137077)
168157

169158
Search:
159+
* Disallow `max_inner_product`, swap `dot_product` for `cosine` for int8_hnsw GPU type [#136881](https://github.com/elastic/elasticsearch/pull/136881)
170160
* Make `MutableSearchResponse` ref-counted to prevent use-after-close in async search [#134359](https://github.com/elastic/elasticsearch/pull/134359)
171161
* Remove early phase failure in batched [#136889](https://github.com/elastic/elasticsearch/pull/136889) (issue: [#134151](https://github.com/elastic/elasticsearch/issues/134151))
172-
* [LTR] Fix feature display order when using explain [#137671](https://github.com/elastic/elasticsearch/pull/137671)
173162

163+
TSDB:
164+
* Enable `_otlp` usage with `create_doc`, `auto_configure` privileges [#137325](https://github.com/elastic/elasticsearch/pull/137325)
174165

166+
Vector Search:
167+
* 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))
175168

176169
## 9.1.6 [elasticsearch-9.1.6-release-notes]
177170

0 commit comments

Comments
 (0)