Skip to content

Commit 1671f36

Browse files
author
elasticsearchmachine
committed
Finalize docs for v9.0.3 release
1 parent 9c52106 commit 1671f36

File tree

4 files changed

+72
-81
lines changed

4 files changed

+72
-81
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ 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-
```{applies_to}
16-
stack: coming 9.0.3
17-
```
18-
## 9.0.3 [elasticsearch-9.0.3-breaking-changes]
19-
20-
No breaking changes in this version.
21-
2215
```{applies_to}
2316
stack: coming 9.0.2
2417
```
@@ -29,6 +22,10 @@ Snapshot/Restore:
2922

3023

3124

25+
## 9.0.3 [elasticsearch-9.0.3-breaking-changes]
26+
27+
No breaking changes in this version.
28+
3229
## 9.0.1 [elasticsearch-9.0.1-breaking-changes]
3330

3431
No breaking changes in this version.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 9.0.3
2-
released: false
3-
generated: 2025-06-21T00:06:16.346021604Z
2+
released: true
3+
generated: 2025-06-24T15:19:29.859630035Z
44
changelogs:
55
- pr: 120869
66
summary: Threadpool merge scheduler

docs/release-notes/deprecations.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,19 @@ To give you insight into what deprecated features you’re using, {{es}}:
1717
% ## Next version [elasticsearch-nextversion-deprecations]
1818

1919
```{applies_to}
20-
stack: coming 9.0.3
20+
stack: coming 9.0.2
2121
```
22+
## 9.0.2 [elasticsearch-9.0.2-deprecations]
23+
24+
No deprecations in this version.
25+
2226
## 9.0.3 [elasticsearch-9.0.3-deprecations]
2327

2428
Engine:
2529
* Deprecate `indices.merge.scheduler.use_thread_pool` setting [#129464](https://github.com/elastic/elasticsearch/pull/129464)
2630

2731

2832

29-
```{applies_to}
30-
stack: coming 9.0.2
31-
```
32-
## 9.0.2 [elasticsearch-9.0.2-deprecations]
33-
34-
No deprecations in this version.
35-
3633
## 9.0.1 [elasticsearch-9.0.1-deprecations]
3734

3835
No deprecations in this version.

docs/release-notes/index.md

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

23-
## 9.0.3 [elasticsearch-9.0.3-release-notes]
23+
## 9.0.2 [elasticsearch-9.0.2-release-notes]
2424
```{applies_to}
25-
stack: coming 9.0.3
25+
stack: coming 9.0.2
2626
```
2727

28+
### Features and enhancements [elasticsearch-9.0.2-features-enhancements]
29+
30+
Authentication:
31+
* Http proxy support in JWT realm [#127337](https://github.com/elastic/elasticsearch/pull/127337) (issue: [#114956](https://github.com/elastic/elasticsearch/issues/114956))
32+
33+
ES|QL:
34+
* Limit Replace function memory usage [#127924](https://github.com/elastic/elasticsearch/pull/127924)
35+
36+
### Fixes [elasticsearch-9.0.2-fixes]
37+
38+
Aggregations:
39+
* Fix a bug in `significant_terms` [#127975](https://github.com/elastic/elasticsearch/pull/127975)
40+
41+
Audit:
42+
* Handle streaming request body in audit log [#127798](https://github.com/elastic/elasticsearch/pull/127798)
43+
44+
Data streams:
45+
* Fix system data streams incorrectly showing up in the list of template validation problems [#128161](https://github.com/elastic/elasticsearch/pull/128161)
46+
47+
Downsampling:
48+
* Downsampling does not consider passthrough fields as dimensions [#127752](https://github.com/elastic/elasticsearch/pull/127752) (issue: [#125156](https://github.com/elastic/elasticsearch/issues/125156))
49+
50+
ES|QL:
51+
* Don't push down filters on the right hand side of an inlinejoin [#127383](https://github.com/elastic/elasticsearch/pull/127383)
52+
* ESQL: Avoid unintended attribute removal [#127563](https://github.com/elastic/elasticsearch/pull/127563) (issue: [#127468](https://github.com/elastic/elasticsearch/issues/127468))
53+
* ESQL: Fix alias removal in regex extraction with JOIN [#127687](https://github.com/elastic/elasticsearch/pull/127687) (issue: [#127467](https://github.com/elastic/elasticsearch/issues/127467))
54+
* ESQL: Keep `DROP` attributes when resolving field names [#127009](https://github.com/elastic/elasticsearch/pull/127009) (issue: [#126418](https://github.com/elastic/elasticsearch/issues/126418))
55+
* Ensure ordinal builder emit ordinal blocks [#127949](https://github.com/elastic/elasticsearch/pull/127949)
56+
* Fix union types in CCS [#128111](https://github.com/elastic/elasticsearch/pull/128111)
57+
58+
Infra/Core:
59+
* Add missing `outbound_network` entitlement to x-pack-core [#126992](https://github.com/elastic/elasticsearch/pull/126992) (issue: [#127003](https://github.com/elastic/elasticsearch/issues/127003))
60+
* Check hidden frames in entitlements [#127877](https://github.com/elastic/elasticsearch/pull/127877)
61+
62+
Infra/Scripting:
63+
* Avoid nested docs in painless execute api [#127991](https://github.com/elastic/elasticsearch/pull/127991) (issue: [#41004](https://github.com/elastic/elasticsearch/issues/41004))
64+
65+
Machine Learning:
66+
* Append all data to Chat Completion buffer [#127658](https://github.com/elastic/elasticsearch/pull/127658)
67+
* Fix services API Google Vertex AI Rerank location field requirement [#127856](https://github.com/elastic/elasticsearch/pull/127856)
68+
69+
Relevance:
70+
* Fix: Add `NamedWriteable` for `RuleQueryRankDoc` [#128153](https://github.com/elastic/elasticsearch/pull/128153) (issue: [#126071](https://github.com/elastic/elasticsearch/issues/126071))
71+
72+
Security:
73+
* Remove dangling spaces wherever found [#127475](https://github.com/elastic/elasticsearch/pull/127475)
74+
75+
Snapshot/Restore:
76+
* Add missing entitlement to `repository-azure` [#128047](https://github.com/elastic/elasticsearch/pull/128047) (issue: [#128046](https://github.com/elastic/elasticsearch/issues/128046))
77+
78+
TSDB:
79+
* Skip the validation when retrieving the index mode during reindexing a time series data stream [#127824](https://github.com/elastic/elasticsearch/pull/127824)
80+
81+
Vector Search:
82+
* [9.x] Revert "Enable madvise by default for all builds" [#127921](https://github.com/elastic/elasticsearch/pull/127921)
83+
84+
85+
## 9.0.3 [elasticsearch-9.0.3-release-notes]
86+
2887
### Features and enhancements [elasticsearch-9.0.3-features-enhancements]
2988

3089
Authorization:
@@ -93,68 +152,6 @@ Security:
93152
* Fix error message when changing the password for a user in the file realm [#127621](https://github.com/elastic/elasticsearch/pull/127621)
94153

95154

96-
## 9.0.2 [elasticsearch-9.0.2-release-notes]
97-
```{applies_to}
98-
stack: coming 9.0.2
99-
```
100-
101-
### Features and enhancements [elasticsearch-9.0.2-features-enhancements]
102-
103-
Authentication:
104-
* Http proxy support in JWT realm [#127337](https://github.com/elastic/elasticsearch/pull/127337) (issue: [#114956](https://github.com/elastic/elasticsearch/issues/114956))
105-
106-
ES|QL:
107-
* Limit Replace function memory usage [#127924](https://github.com/elastic/elasticsearch/pull/127924)
108-
109-
### Fixes [elasticsearch-9.0.2-fixes]
110-
111-
Aggregations:
112-
* Fix a bug in `significant_terms` [#127975](https://github.com/elastic/elasticsearch/pull/127975)
113-
114-
Audit:
115-
* Handle streaming request body in audit log [#127798](https://github.com/elastic/elasticsearch/pull/127798)
116-
117-
Data streams:
118-
* Fix system data streams incorrectly showing up in the list of template validation problems [#128161](https://github.com/elastic/elasticsearch/pull/128161)
119-
120-
Downsampling:
121-
* Downsampling does not consider passthrough fields as dimensions [#127752](https://github.com/elastic/elasticsearch/pull/127752) (issue: [#125156](https://github.com/elastic/elasticsearch/issues/125156))
122-
123-
ES|QL:
124-
* Don't push down filters on the right hand side of an inlinejoin [#127383](https://github.com/elastic/elasticsearch/pull/127383)
125-
* ESQL: Avoid unintended attribute removal [#127563](https://github.com/elastic/elasticsearch/pull/127563) (issue: [#127468](https://github.com/elastic/elasticsearch/issues/127468))
126-
* ESQL: Fix alias removal in regex extraction with JOIN [#127687](https://github.com/elastic/elasticsearch/pull/127687) (issue: [#127467](https://github.com/elastic/elasticsearch/issues/127467))
127-
* ESQL: Keep `DROP` attributes when resolving field names [#127009](https://github.com/elastic/elasticsearch/pull/127009) (issue: [#126418](https://github.com/elastic/elasticsearch/issues/126418))
128-
* Ensure ordinal builder emit ordinal blocks [#127949](https://github.com/elastic/elasticsearch/pull/127949)
129-
* Fix union types in CCS [#128111](https://github.com/elastic/elasticsearch/pull/128111)
130-
131-
Infra/Core:
132-
* Add missing `outbound_network` entitlement to x-pack-core [#126992](https://github.com/elastic/elasticsearch/pull/126992) (issue: [#127003](https://github.com/elastic/elasticsearch/issues/127003))
133-
* Check hidden frames in entitlements [#127877](https://github.com/elastic/elasticsearch/pull/127877)
134-
135-
Infra/Scripting:
136-
* Avoid nested docs in painless execute api [#127991](https://github.com/elastic/elasticsearch/pull/127991) (issue: [#41004](https://github.com/elastic/elasticsearch/issues/41004))
137-
138-
Machine Learning:
139-
* Append all data to Chat Completion buffer [#127658](https://github.com/elastic/elasticsearch/pull/127658)
140-
* Fix services API Google Vertex AI Rerank location field requirement [#127856](https://github.com/elastic/elasticsearch/pull/127856)
141-
142-
Relevance:
143-
* Fix: Add `NamedWriteable` for `RuleQueryRankDoc` [#128153](https://github.com/elastic/elasticsearch/pull/128153) (issue: [#126071](https://github.com/elastic/elasticsearch/issues/126071))
144-
145-
Security:
146-
* Remove dangling spaces wherever found [#127475](https://github.com/elastic/elasticsearch/pull/127475)
147-
148-
Snapshot/Restore:
149-
* Add missing entitlement to `repository-azure` [#128047](https://github.com/elastic/elasticsearch/pull/128047) (issue: [#128046](https://github.com/elastic/elasticsearch/issues/128046))
150-
151-
TSDB:
152-
* Skip the validation when retrieving the index mode during reindexing a time series data stream [#127824](https://github.com/elastic/elasticsearch/pull/127824)
153-
154-
Vector Search:
155-
* [9.x] Revert "Enable madvise by default for all builds" [#127921](https://github.com/elastic/elasticsearch/pull/127921)
156-
157-
158155
## 9.0.1 [elasticsearch-9.0.1-release-notes]
159156

160157
### Features and enhancements [elasticsearch-9.0.1-features-enhancements]

0 commit comments

Comments
 (0)