Skip to content

Commit 0dca5d9

Browse files
author
elasticsearchmachine
committed
Update docs for v9.1.4 release
1 parent 33fc566 commit 0dca5d9

File tree

4 files changed

+290
-76
lines changed

4 files changed

+290
-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.1.4
17+
```
18+
## 9.1.4 [elasticsearch-9.1.4-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: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
version: 9.1.4
2+
released: false
3+
generated: 2025-09-13T00:08:17.273665936Z
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: 133392
21+
summary: Track memory in evaluators
22+
area: ES|QL
23+
type: bug
24+
issues: []
25+
- pr: 133424
26+
summary: Ensuring only a single request executor object is created
27+
area: Machine Learning
28+
type: bug
29+
issues: []
30+
- pr: 133604
31+
summary: Update `DefBootstrap` to handle Error from `ClassValue`
32+
area: Infra/Scripting
33+
type: bug
34+
issues: []
35+
- pr: 133611
36+
summary: Allow trailing empty string field names in paths of flattened field
37+
area: Mapping
38+
type: bug
39+
issues:
40+
- 130139
41+
- pr: 133671
42+
summary: Remove `java.xml` from system modules
43+
area: Infra/Core
44+
type: bug
45+
issues: []
46+
- pr: 133680
47+
summary: Fix enrich caches outdated value after policy run
48+
area: Ingest Node
49+
type: bug
50+
issues: []
51+
- pr: 133681
52+
summary: Remove `DocumentSubsetBitsetCache` locking
53+
area: Authorization
54+
type: bug
55+
issues:
56+
- 132842
57+
- pr: 133737
58+
summary: "KQL: Support boolean operators in field queries"
59+
area: Search
60+
type: bug
61+
issues:
62+
- 132366
63+
- pr: 133752
64+
summary: Avoid stale enrich results after policy execution
65+
area: Ingest Node
66+
type: bug
67+
issues: []
68+
- pr: 133775
69+
summary: Remove Transfer-Encoding from HTTP request with no content
70+
area: Network
71+
type: bug
72+
issues: []
73+
- pr: 133793
74+
summary: "[Sentinel One] Add `manage`, `create_index`, `read`, `index`, `write`, `delete`, permission for third party agent indices `kibana_system`"
75+
area: Authorization
76+
type: enhancement
77+
issues:
78+
- 133703
79+
- pr: 133848
80+
summary: Delay S3 repo warning if default region absent
81+
area: Snapshot/Restore
82+
type: bug
83+
issues: []
84+
- pr: 133919
85+
summary: Fix double-counting of inference memory in the assignment rebalancer
86+
area: Machine Learning
87+
type: bug
88+
issues: []
89+
- pr: 134091
90+
summary: Use latest setting value when initializing setting watch
91+
area: Infra/Settings
92+
type: bug
93+
issues:
94+
- 133701
95+
- pr: 134182
96+
summary: Upgrade Netty to 4.1.126.Final
97+
area: Network
98+
type: upgrade
99+
issues: []
100+
- pr: 134231
101+
summary: Fix unnecessary determinization in index pattern conflict checks
102+
area: Indices APIs
103+
type: bug
104+
issues:
105+
- 133652
106+
- pr: 134235
107+
summary: Reserve memory for Lucene's TopN
108+
area: ES|QL
109+
type: bug
110+
issues: []
111+
- pr: 134319
112+
summary: Fix `allow_duplicates` edge case bug in append processor
113+
area: Ingest Node
114+
type: bug
115+
issues: []
116+
- pr: 134451
117+
summary: Use inner query for equals/hashCode() in `SourceConfirmedTextQuery`
118+
area: Search
119+
type: bug
120+
issues:
121+
- 134432

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.1.4
21+
```
22+
## 9.1.4 [elasticsearch-9.1.4-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)