You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/breaking-changes.md
+22-12Lines changed: 22 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,25 +12,32 @@ If you are migrating from a version prior to version 9.0, you must first upgrade
12
12
13
13
% ## Next version [elasticsearch-nextversion-breaking-changes]
14
14
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]
16
19
17
-
No breaking changes in this version.
20
+
There are no breaking changes associated with this release.
18
21
19
22
## 9.0.6 [elasticsearch-9.0.6-breaking-changes]
20
23
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.
22
29
23
30
## 9.1.2 [elasticsearch-9.1.2-breaking-changes]
24
31
25
-
No breaking changes in this version.
32
+
There are no breaking changes associated with this release.
26
33
27
34
## 9.0.5 [elasticsearch-9.0.5-breaking-changes]
28
35
29
-
No breaking changes in this version.
36
+
There are no breaking changes associated with this release.
30
37
31
38
## 9.1.1 [elasticsearch-9.1.1-breaking-changes]
32
39
33
-
No breaking changes in this version.
40
+
There are no breaking changes associated with this release.
34
41
35
42
## 9.1.0 [elasticsearch-9.1.0-breaking-changes]
36
43
@@ -55,8 +62,8 @@ Test the upgrade in a non-production environment. Adapt your configuration to th
55
62
For more information, view [#122062](https://github.com/elastic/elasticsearch/pull/122062).
56
63
:::
57
64
58
-
ES|QL:
59
65
66
+
ES|QL:
60
67
:::{dropdown} ES|QL now returns partial results by default
61
68
In previous versions, ES|QL queries failed entirely when any error occurred. As of 8.19.0, ES|QL returns partial results instead.
62
69
@@ -108,8 +115,8 @@ If your workflows rely on detecting remote cluster errors, review your use of `s
108
115
For more information, view [#128163](https://github.com/elastic/elasticsearch/pull/128163)
109
116
:::
110
117
111
-
Snapshot/Restore:
112
118
119
+
Snapshot/Restore:
113
120
:::{dropdown} Upgrades `repository-s3` plugin to AWS SDK v2
114
121
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.
115
122
@@ -123,7 +130,7 @@ Existing `repository-s3` configurations may no longer be compatible. Notable dif
123
130
- 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.
124
131
- AWS SDK v2 does not support the `log-delivery-write` canned ACL.
125
132
- 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.
127
134
128
135
**Action:**
129
136
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
136
143
For more information, view [#126843](https://github.com/elastic/elasticsearch/pull/126843) (issue: [#120993](https://github.com/elastic/elasticsearch/issues/120993))
137
144
:::
138
145
146
+
147
+
148
+
139
149
## 9.0.4 [elasticsearch-9.0.4-breaking-changes]
140
150
141
-
No breaking changes in this version.
151
+
There are no breaking changes associated with this release.
142
152
143
153
## 9.0.3 [elasticsearch-9.0.3-breaking-changes]
144
154
145
-
No breaking changes in this version.
155
+
There are no breaking changes associated with this release.
146
156
147
157
## 9.0.2 [elasticsearch-9.0.2-breaking-changes]
148
158
@@ -153,7 +163,7 @@ Snapshot/Restore:
153
163
154
164
## 9.0.1 [elasticsearch-9.0.1-breaking-changes]
155
165
156
-
No breaking changes in this version.
166
+
There are no breaking changes associated with this release.
0 commit comments