Skip to content

Commit 8d14dde

Browse files
author
elasticsearchmachine
committed
Update docs for v9.1.4 release
1 parent a682ed8 commit 8d14dde

File tree

4 files changed

+311
-76
lines changed

4 files changed

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