Skip to content

Commit e780755

Browse files
author
elasticsearchmachine
committed
Finalize docs for v9.3.2 release
1 parent 3874506 commit e780755

File tree

4 files changed

+276
-67
lines changed

4 files changed

+276
-67
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,32 @@ 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.3.2 [elasticsearch-9.3.2-breaking-changes]
1615
```{applies_to}
17-
stack: ga 9.3.2
16+
stack: ga 9.2.7
1817
```
18+
## 9.2.7 [elasticsearch-9.2.7-breaking-changes]
19+
1920
There are no breaking changes associated with this release.
2021

21-
## 9.2.7 [elasticsearch-9.2.7-breaking-changes]
2222
```{applies_to}
23-
stack: ga 9.2.7
23+
stack: ga 9.3.2
2424
```
25+
## 9.3.2 [elasticsearch-9.3.2-breaking-changes]
26+
2527
There are no breaking changes associated with this release.
2628

27-
## 9.3.1 [elasticsearch-9.3.1-breaking-changes]
29+
## 9.3.3 [elasticsearch-9.3.3-breaking-changes]
2830

2931
There are no breaking changes associated with this release.
3032

3133
## 9.2.6 [elasticsearch-9.2.6-breaking-changes]
3234

3335
There are no breaking changes associated with this release.
3436

37+
## 9.3.1 [elasticsearch-9.3.1-breaking-changes]
38+
39+
There are no breaking changes associated with this release.
40+
3541
## 9.3.0 [elasticsearch-9.3.0-breaking-changes]
3642

3743
Mapping:
Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
version: 9.3.3
2+
released: true
3+
generated: 2026-03-21T16:35:30.169239651Z
4+
changelogs:
5+
- pr: 140049
6+
summary: "[JupiterOne] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system`"
7+
area: Authorization
8+
type: enhancement
9+
- pr: 140700
10+
summary: "Apm-server: update monitor mappings to include new TBS metrics"
11+
area: Monitoring
12+
type: enhancement
13+
issues: []
14+
- pr: 141340
15+
summary: Skip nullifying aliases for Aggregate groups.
16+
area: ES|QL
17+
type: bug
18+
issues: []
19+
- pr: 141919
20+
summary: Fix `ClassCastException` when merging `TopHits` with mixed sort field types
21+
area: Aggregations
22+
type: bug
23+
issues:
24+
- 141714
25+
- pr: 141974
26+
summary: Fix cancellation race in `CancellableRateLimitedFluxIterator`
27+
area: Snapshot/Restore
28+
type: bug
29+
issues: []
30+
- pr: 142150
31+
summary: Add circuit breaker for query construction to prevent OOM from automaton-based queries
32+
area: Search
33+
type: bug
34+
issues: []
35+
- pr: 142300
36+
summary: Fix incorrect nullify with unmapped fields
37+
area: ES|QL
38+
type: bug
39+
issues:
40+
- 141870
41+
- pr: 142452
42+
summary: Skip checkpoint query filter when `runtime_mappings` are present
43+
area: Transform
44+
type: enhancement
45+
issues: []
46+
- pr: 142648
47+
summary: "[Sentinel One] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third-party agent indices in the `Kibana system` to support the unified alert data stream."
48+
area: Authorization
49+
type: enhancement
50+
- pr: 142848
51+
summary: Disable CAE in microsoft-graph-authz plugin
52+
area: Security
53+
type: bug
54+
issues:
55+
- 142743
56+
- pr: 142856
57+
summary: "[ML]Fix latest transforms disregarding updates when sort and sync fields are non-monotonic"
58+
area: Transform
59+
type: bug
60+
issues:
61+
- 90643
62+
- pr: 142872
63+
summary: Fix Duplicate ML Model Allocations on Same Node
64+
area: Machine Learning
65+
type: bug
66+
issues: []
67+
- pr: 142882
68+
summary: Account for missing `StubRelation` due to `SurrogateExpressions` replacement
69+
area: ES|QL
70+
type: bug
71+
issues:
72+
- 142219
73+
- pr: 142925
74+
summary: Add timeout support for KNN searches in the DFS phase
75+
area: Search
76+
type: bug
77+
issues: []
78+
- pr: 143077
79+
summary: Fixed stats API to use correct allocation count for `required_native_memory_bytes` calculation
80+
area: Machine Learning
81+
type: bug
82+
issues:
83+
- 107831
84+
- pr: 143134
85+
summary: Fix use-after-free in `SearchApplicationIndexService` buffer lifecycle
86+
area: Security
87+
type: bug
88+
issues: []
89+
- pr: 143159
90+
summary: "Fix: `_resolve/index API` should be able to accept an empty body"
91+
area: CCS
92+
type: bug
93+
issues: []
94+
- pr: 143173
95+
summary: "Apm-data: explicit map of `timestamp.us` to long"
96+
area: Data streams
97+
type: bug
98+
issues: []
99+
- pr: 143210
100+
summary: Fix unresolved name pattern
101+
area: ES|QL
102+
type: bug
103+
issues: []
104+
- pr: 143325
105+
summary: Promptly clean up CCS exchange sinks
106+
area: ES|QL
107+
type: bug
108+
issues: []
109+
- pr: 143399
110+
summary: Fix KQL/QSTR with unmapped fields in NULLIFY mode
111+
area: ES|QL
112+
type: bug
113+
issues:
114+
- 142968
115+
- 142959
116+
- pr: 143489
117+
summary: TS command ignores aliases in BY
118+
area: ES|QL
119+
type: bug
120+
issues: []
121+
- pr: 143531
122+
summary: Fix GPU merge `ClassCastException` with wrapped directories
123+
area: Vector Search
124+
type: bug
125+
issues: []
126+
- pr: 143556
127+
summary: Bump Kiota Libs
128+
area: Authentication
129+
type: upgrade
130+
issues: []
131+
- pr: 143668
132+
summary: ESQL - enable zero_terms_query option in MATCH function
133+
area: ES|QL
134+
type: bug
135+
issues:
136+
- 143070
137+
- pr: 143680
138+
summary: 'Fix `UnsupportedOperationException` when using a `plain` highlighter with a query on a field used for index sorting (`index.sort.*`). '
139+
area: Highlighting
140+
type: bug
141+
issues: []
142+
- pr: 143726
143+
summary: Apply the source filter on metadata field mappers when loading from synthetic source
144+
area: Mapping
145+
type: bug
146+
issues:
147+
- 143464
148+
- pr: 143733
149+
summary: Fix nested object float arrays being mapped to dense vectors when they are mapped in dynamic template mappings
150+
area: Search
151+
type: enhancement
152+
issues:
153+
- 143732
154+
- pr: 143958
155+
summary: Expand DLM user to allow interaction with .workflows-events
156+
area: Data streams
157+
type: bug
158+
issues: []
159+
- pr: 144029
160+
summary: Fix nullify where in stats
161+
area: ES|QL
162+
type: bug
163+
issues:
164+
- 143991

docs/release-notes/deprecations.md

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

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

19-
## 9.3.2 [elasticsearch-9.3.2-deprecations]
2019
```{applies_to}
21-
stack: ga 9.3.2
20+
stack: ga 9.2.7
2221
```
22+
## 9.2.7 [elasticsearch-9.2.7-deprecations]
23+
2324
There are no deprecations associated with this release.
2425

25-
## 9.2.7 [elasticsearch-9.2.7-deprecations]
2626
```{applies_to}
27-
stack: ga 9.2.7
27+
stack: ga 9.3.2
2828
```
29+
## 9.3.2 [elasticsearch-9.3.2-deprecations]
30+
2931
There are no deprecations associated with this release.
3032

31-
## 9.3.1 [elasticsearch-9.3.1-deprecations]
33+
## 9.3.3 [elasticsearch-9.3.3-deprecations]
3234

3335
There are no deprecations associated with this release.
3436

3537
## 9.2.6 [elasticsearch-9.2.6-deprecations]
3638

3739
There are no deprecations associated with this release.
3840

41+
## 9.3.1 [elasticsearch-9.3.1-deprecations]
42+
43+
There are no deprecations associated with this release.
44+
3945
## 9.3.0 [elasticsearch-9.3.0-deprecations]
4046

4147
ILM:

0 commit comments

Comments
 (0)