Skip to content

Commit aea04b3

Browse files
elasticsearchmachineelasticsearchmachine
andauthored
Update docs for v9.0.7 release (#134683)
Co-authored-by: elasticsearchmachine <[email protected]>
1 parent c33d5e7 commit aea04b3

File tree

4 files changed

+247
-76
lines changed

4 files changed

+247
-76
lines changed

docs/release-notes/breaking-changes.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +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.1.3 [elasticsearch-9.1.3-breaking-changes]
15+
```{applies_to}
16+
stack: ga 9.0.7
17+
```
18+
## 9.0.7 [elasticsearch-9.0.7-breaking-changes]
1619

17-
No breaking changes in this version.
20+
There are no breaking changes associated with this release.
1821

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

21-
No breaking changes in this version.
24+
There are no breaking changes associated with this release.
25+
26+
## 9.1.3 [elasticsearch-9.1.3-breaking-changes]
27+
28+
There are no breaking changes associated with this release.
2229

2330
## 9.1.2 [elasticsearch-9.1.2-breaking-changes]
2431

25-
No breaking changes in this version.
32+
There are no breaking changes associated with this release.
2633

2734
## 9.0.5 [elasticsearch-9.0.5-breaking-changes]
2835

29-
No breaking changes in this version.
36+
There are no breaking changes associated with this release.
3037

3138
## 9.1.1 [elasticsearch-9.1.1-breaking-changes]
3239

33-
No breaking changes in this version.
40+
There are no breaking changes associated with this release.
3441

3542
## 9.1.0 [elasticsearch-9.1.0-breaking-changes]
3643

@@ -55,8 +62,8 @@ Test the upgrade in a non-production environment. Adapt your configuration to th
5562
For more information, view [#122062](https://github.com/elastic/elasticsearch/pull/122062).
5663
:::
5764

58-
ES|QL:
5965

66+
ES|QL:
6067
:::{dropdown} ES|QL now returns partial results by default
6168
In previous versions, ES|QL queries failed entirely when any error occurred. As of 8.19.0, ES|QL returns partial results instead.
6269

@@ -108,8 +115,8 @@ If your workflows rely on detecting remote cluster errors, review your use of `s
108115
For more information, view [#128163](https://github.com/elastic/elasticsearch/pull/128163)
109116
:::
110117

111-
Snapshot/Restore:
112118

119+
Snapshot/Restore:
113120
:::{dropdown} Upgrades `repository-s3` plugin to AWS SDK v2
114121
The `repository-s3` plugin now uses AWS SDK v2 instead of v1, as AWS will deprecate SDK v1 before the end of Elasticsearch 8.19’s support period. The two SDKs differ in behavior, which may require updates to your configuration.
115122

@@ -123,7 +130,7 @@ Existing `repository-s3` configurations may no longer be compatible. Notable dif
123130
- AWS SDK v2 requires the use of the V4 signature algorithm, therefore, the `s3.client.${CLIENT_NAME}.signer_override` setting is deprecated and no longer has any effect.
124131
- AWS SDK v2 does not support the `log-delivery-write` canned ACL.
125132
- AWS SDK v2 counts 4xx responses differently in its metrics reporting.
126-
- AWS SDK v2 always uses the regional STS endpoint, whereas AWS SDK v1 could use either a regional endpoint or the global `https://sts.amazonaws.com` one.
133+
- AWS SDK v2 always uses the regional STS endpoint, whereas AWS SDK v2 could use either a regional endpoint or the global `https://sts.amazonaws.com` one.
127134

128135
**Action:**
129136
Test the upgrade in a non-production environment. Adapt your configuration to the new SDK functionality. This includes, but may not be limited to, the following items:
@@ -136,13 +143,16 @@ Test the upgrade in a non-production environment. Adapt your configuration to th
136143
For more information, view [#126843](https://github.com/elastic/elasticsearch/pull/126843) (issue: [#120993](https://github.com/elastic/elasticsearch/issues/120993))
137144
:::
138145

146+
147+
148+
139149
## 9.0.4 [elasticsearch-9.0.4-breaking-changes]
140150

141-
No breaking changes in this version.
151+
There are no breaking changes associated with this release.
142152

143153
## 9.0.3 [elasticsearch-9.0.3-breaking-changes]
144154

145-
No breaking changes in this version.
155+
There are no breaking changes associated with this release.
146156

147157
## 9.0.2 [elasticsearch-9.0.2-breaking-changes]
148158

@@ -153,7 +163,7 @@ Snapshot/Restore:
153163

154164
## 9.0.1 [elasticsearch-9.0.1-breaking-changes]
155165

156-
No breaking changes in this version.
166+
There are no breaking changes associated with this release.
157167

158168
## 9.0.0 [elasticsearch-900-breaking-changes]
159169

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
version: 9.0.7
2+
released: false
3+
generated: 2025-09-13T00:04:02.183179976Z
4+
changelogs:
5+
- pr: 132853
6+
summary: Bump bcpkix version
7+
area: Security
8+
type: upgrade
9+
issues: []
10+
- pr: 133080
11+
summary: Disallow creating `semantic_text` fields in indices created prior to 8.11.0
12+
area: Relevance
13+
type: bug
14+
issues: []
15+
- pr: 133198
16+
summary: Bump bc-fips to 1.0.2.6
17+
area: FIPS
18+
type: upgrade
19+
issues: []
20+
- pr: 133424
21+
summary: Ensuring only a single request executor object is created
22+
area: Machine Learning
23+
type: bug
24+
issues: []
25+
- pr: 133604
26+
summary: Update `DefBootstrap` to handle Error from `ClassValue`
27+
area: Infra/Scripting
28+
type: bug
29+
issues: []
30+
- pr: 133611
31+
summary: Allow trailing empty string field names in paths of flattened field
32+
area: Mapping
33+
type: bug
34+
issues:
35+
- 130139
36+
- pr: 133671
37+
summary: Remove `java.xml` from system modules
38+
area: Infra/Core
39+
type: bug
40+
issues: []
41+
- pr: 133680
42+
summary: Fix enrich caches outdated value after policy run
43+
area: Ingest Node
44+
type: bug
45+
issues: []
46+
- pr: 133681
47+
summary: Remove `DocumentSubsetBitsetCache` locking
48+
area: Authorization
49+
type: bug
50+
issues:
51+
- 132842
52+
- pr: 133737
53+
summary: "KQL: Support boolean operators in field queries"
54+
area: Search
55+
type: bug
56+
issues:
57+
- 132366
58+
- pr: 133793
59+
summary: "[Sentinel One] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system`"
60+
area: Authorization
61+
type: enhancement
62+
issues:
63+
- 133703
64+
- pr: 133919
65+
summary: Fix double-counting of inference memory in the assignment rebalancer
66+
area: Machine Learning
67+
type: bug
68+
issues: []
69+
- pr: 134091
70+
summary: Use latest setting value when initializing setting watch
71+
area: Infra/Settings
72+
type: bug
73+
issues:
74+
- 133701
75+
- pr: 134182
76+
summary: Upgrade Netty to 4.1.126.Final
77+
area: Network
78+
type: upgrade
79+
issues: []
80+
- pr: 134231
81+
summary: Fix unnecessary determinization in index pattern conflict checks
82+
area: Indices APIs
83+
type: bug
84+
issues:
85+
- 133652
86+
- pr: 134319
87+
summary: Fix `allow_duplicates` edge case bug in append processor
88+
area: Ingest Node
89+
type: bug
90+
issues: []

docs/release-notes/deprecations.md

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,35 +16,46 @@ To give you insight into what deprecated features you’re using, {{es}}:
1616

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

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

2128
Authorization:
2229
* Change `reporting_user` role to leverage reserved kibana privileges [#132766](https://github.com/elastic/elasticsearch/pull/132766)
2330

24-
## 9.0.6 [elasticsearch-9.0.6-deprecations]
31+
32+
33+
## 9.1.3 [elasticsearch-9.1.3-deprecations]
2534

2635
Authorization:
2736
* Change `reporting_user` role to leverage reserved kibana privileges [#132766](https://github.com/elastic/elasticsearch/pull/132766)
2837

38+
39+
2940
## 9.1.2 [elasticsearch-9.1.2-deprecations]
3041

31-
No deprecations in this version.
42+
There are no deprecations associated with this release.
3243

3344
## 9.0.5 [elasticsearch-9.0.5-deprecations]
3445

35-
No deprecations in this version.
46+
There are no deprecations associated with this release.
3647

3748
## 9.1.1 [elasticsearch-9.1.1-deprecations]
3849

39-
No deprecations in this version.
50+
There are no deprecations associated with this release.
4051

4152
## 9.1.0 [elasticsearch-9.1.0-deprecations]
4253

43-
No deprecations in this version.
54+
There are no deprecations associated with this release.
4455

4556
## 9.0.4 [elasticsearch-9.0.4-deprecations]
4657

47-
No deprecations in this version.
58+
There are no deprecations associated with this release.
4859

4960
## 9.0.3 [elasticsearch-9.0.3-deprecations]
5061

@@ -55,11 +66,11 @@ Engine:
5566

5667
## 9.0.2 [elasticsearch-9.0.2-deprecations]
5768

58-
No deprecations in this version.
69+
There are no deprecations associated with this release.
5970

6071
## 9.0.1 [elasticsearch-9.0.1-deprecations]
6172

62-
No deprecations in this version.
73+
There are no deprecations associated with this release.
6374

6475
## 9.0.0 [elasticsearch-900-deprecations]
6576

@@ -84,4 +95,3 @@ Security:
8495
* Deprecate certificate based remote cluster security model [#120806](https://github.com/elastic/elasticsearch/pull/120806)
8596

8697

87-

0 commit comments

Comments
 (0)