...
1# v1.20.3 (2024-03-18)
2
3* **Dependency Update**: Updated to the latest SDK module versions
4
5# v1.20.2 (2024-03-07)
6
7* **Bug Fix**: Remove dependency on go-cmp.
8* **Dependency Update**: Updated to the latest SDK module versions
9
10# v1.20.1 (2024-02-23)
11
12* **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future.
13* **Dependency Update**: Updated to the latest SDK module versions
14
15# v1.20.0 (2024-02-22)
16
17* **Feature**: Add middleware stack snapshot tests.
18
19# v1.19.2 (2024-02-21)
20
21* **Dependency Update**: Updated to the latest SDK module versions
22
23# v1.19.1 (2024-02-20)
24
25* **Bug Fix**: When sourcing values for a service's `EndpointParameters`, the lack of a configured region (i.e. `options.Region == ""`) will now translate to a `nil` value for `EndpointParameters.Region` instead of a pointer to the empty string `""`. This will result in a much more explicit error when calling an operation instead of an obscure hostname lookup failure.
26
27# v1.19.0 (2024-02-13)
28
29* **Feature**: Bump minimum Go version to 1.20 per our language support policy.
30* **Dependency Update**: Updated to the latest SDK module versions
31
32# v1.18.7 (2024-01-18)
33
34* No change notes available for this release.
35
36# v1.18.6 (2024-01-04)
37
38* **Dependency Update**: Updated to the latest SDK module versions
39
40# v1.18.5 (2023-12-08)
41
42* **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.
43
44# v1.18.4 (2023-12-07)
45
46* **Dependency Update**: Updated to the latest SDK module versions
47
48# v1.18.3 (2023-12-06)
49
50* **Bug Fix**: Restore pre-refactor auth behavior where all operations could technically be performed anonymously.
51
52# v1.18.2 (2023-12-01)
53
54* **Bug Fix**: Correct wrapping of errors in authentication workflow.
55* **Bug Fix**: Correctly recognize cache-wrapped instances of AnonymousCredentials at client construction.
56* **Dependency Update**: Updated to the latest SDK module versions
57
58# v1.18.1 (2023-11-30)
59
60* **Dependency Update**: Updated to the latest SDK module versions
61
62# v1.18.0 (2023-11-29)
63
64* **Feature**: Expose Options() accessor on service clients.
65* **Dependency Update**: Updated to the latest SDK module versions
66
67# v1.17.5 (2023-11-28.2)
68
69* **Dependency Update**: Updated to the latest SDK module versions
70
71# v1.17.4 (2023-11-28)
72
73* **Bug Fix**: Respect setting RetryMaxAttempts in functional options at client construction.
74
75# v1.17.3 (2023-11-20)
76
77* **Dependency Update**: Updated to the latest SDK module versions
78
79# v1.17.2 (2023-11-15)
80
81* **Dependency Update**: Updated to the latest SDK module versions
82
83# v1.17.1 (2023-11-09)
84
85* **Dependency Update**: Updated to the latest SDK module versions
86
87# v1.17.0 (2023-11-01)
88
89* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
90* **Dependency Update**: Updated to the latest SDK module versions
91
92# v1.16.0 (2023-10-31)
93
94* **Feature**: **BREAKING CHANGE**: Bump minimum go version to 1.19 per the revised [go version support policy](https://aws.amazon.com/blogs/developer/aws-sdk-for-go-aligns-with-go-release-policy-on-supported-runtimes/).
95* **Dependency Update**: Updated to the latest SDK module versions
96
97# v1.15.2 (2023-10-12)
98
99* **Dependency Update**: Updated to the latest SDK module versions
100
101# v1.15.1 (2023-10-06)
102
103* **Dependency Update**: Updated to the latest SDK module versions
104
105# v1.15.0 (2023-10-02)
106
107* **Feature**: Fix FIPS Endpoints in aws-us-gov.
108
109# v1.14.1 (2023-09-22)
110
111* No change notes available for this release.
112
113# v1.14.0 (2023-09-18)
114
115* **Announcement**: [BREAKFIX] Change in MaxResults datatype from value to pointer type in cognito-sync service.
116* **Feature**: Adds several endpoint ruleset changes across all models: smaller rulesets, removed non-unique regional endpoints, fixes FIPS and DualStack endpoints, and make region not required in SDK::Endpoint. Additional breakfix to cognito-sync field.
117
118# v1.13.6 (2023-08-31)
119
120* No change notes available for this release.
121
122# v1.13.5 (2023-08-21)
123
124* **Dependency Update**: Updated to the latest SDK module versions
125
126# v1.13.4 (2023-08-18)
127
128* **Dependency Update**: Updated to the latest SDK module versions
129
130# v1.13.3 (2023-08-17)
131
132* **Dependency Update**: Updated to the latest SDK module versions
133
134# v1.13.2 (2023-08-07)
135
136* **Dependency Update**: Updated to the latest SDK module versions
137
138# v1.13.1 (2023-08-01)
139
140* No change notes available for this release.
141
142# v1.13.0 (2023-07-31)
143
144* **Feature**: Adds support for smithy-modeled endpoint resolution. A new rules-based endpoint resolution will be added to the SDK which will supercede and deprecate existing endpoint resolution. Specifically, EndpointResolver will be deprecated while BaseEndpoint and EndpointResolverV2 will take its place. For more information, please see the Endpoints section in our Developer Guide.
145* **Dependency Update**: Updated to the latest SDK module versions
146
147# v1.12.14 (2023-07-28)
148
149* **Dependency Update**: Updated to the latest SDK module versions
150
151# v1.12.13 (2023-07-13)
152
153* **Dependency Update**: Updated to the latest SDK module versions
154
155# v1.12.12 (2023-06-15)
156
157* No change notes available for this release.
158
159# v1.12.11 (2023-06-13)
160
161* **Dependency Update**: Updated to the latest SDK module versions
162
163# v1.12.10 (2023-05-04)
164
165* No change notes available for this release.
166
167# v1.12.9 (2023-04-24)
168
169* **Dependency Update**: Updated to the latest SDK module versions
170
171# v1.12.8 (2023-04-10)
172
173* No change notes available for this release.
174
175# v1.12.7 (2023-04-07)
176
177* **Dependency Update**: Updated to the latest SDK module versions
178
179# v1.12.6 (2023-03-21)
180
181* **Dependency Update**: Updated to the latest SDK module versions
182
183# v1.12.5 (2023-03-10)
184
185* **Dependency Update**: Updated to the latest SDK module versions
186
187# v1.12.4 (2023-02-22)
188
189* **Bug Fix**: Prevent nil pointer dereference when retrieving error codes.
190
191# v1.12.3 (2023-02-20)
192
193* **Dependency Update**: Updated to the latest SDK module versions
194
195# v1.12.2 (2023-02-15)
196
197* **Announcement**: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
198* **Bug Fix**: Correct error type parsing for restJson services.
199
200# v1.12.1 (2023-02-03)
201
202* **Dependency Update**: Updated to the latest SDK module versions
203
204# v1.12.0 (2023-01-05)
205
206* **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401).
207
208# v1.11.28 (2022-12-20)
209
210* No change notes available for this release.
211
212# v1.11.27 (2022-12-15)
213
214* **Dependency Update**: Updated to the latest SDK module versions
215
216# v1.11.26 (2022-12-02)
217
218* **Dependency Update**: Updated to the latest SDK module versions
219
220# v1.11.25 (2022-10-24)
221
222* **Dependency Update**: Updated to the latest SDK module versions
223
224# v1.11.24 (2022-10-21)
225
226* **Dependency Update**: Updated to the latest SDK module versions
227
228# v1.11.23 (2022-09-20)
229
230* **Dependency Update**: Updated to the latest SDK module versions
231
232# v1.11.22 (2022-09-14)
233
234* **Dependency Update**: Updated to the latest SDK module versions
235
236# v1.11.21 (2022-09-02)
237
238* **Dependency Update**: Updated to the latest SDK module versions
239
240# v1.11.20 (2022-08-31)
241
242* **Dependency Update**: Updated to the latest SDK module versions
243
244# v1.11.19 (2022-08-30)
245
246* **Documentation**: Documentation updates for the AWS IAM Identity Center Portal CLI Reference.
247
248# v1.11.18 (2022-08-29)
249
250* **Dependency Update**: Updated to the latest SDK module versions
251
252# v1.11.17 (2022-08-15)
253
254* **Documentation**: Documentation updates to reflect service rename - AWS IAM Identity Center (successor to AWS Single Sign-On)
255
256# v1.11.16 (2022-08-11)
257
258* **Dependency Update**: Updated to the latest SDK module versions
259
260# v1.11.15 (2022-08-09)
261
262* **Dependency Update**: Updated to the latest SDK module versions
263
264# v1.11.14 (2022-08-08)
265
266* **Documentation**: Documentation updates to reflect service rename - AWS IAM Identity Center (successor to AWS Single Sign-On)
267* **Dependency Update**: Updated to the latest SDK module versions
268
269# v1.11.13 (2022-08-01)
270
271* **Dependency Update**: Updated to the latest SDK module versions
272
273# v1.11.12 (2022-07-11)
274
275* No change notes available for this release.
276
277# v1.11.11 (2022-07-05)
278
279* **Dependency Update**: Updated to the latest SDK module versions
280
281# v1.11.10 (2022-06-29)
282
283* **Dependency Update**: Updated to the latest SDK module versions
284
285# v1.11.9 (2022-06-16)
286
287* No change notes available for this release.
288
289# v1.11.8 (2022-06-07)
290
291* **Dependency Update**: Updated to the latest SDK module versions
292
293# v1.11.7 (2022-05-26)
294
295* No change notes available for this release.
296
297# v1.11.6 (2022-05-25)
298
299* No change notes available for this release.
300
301# v1.11.5 (2022-05-17)
302
303* **Dependency Update**: Updated to the latest SDK module versions
304
305# v1.11.4 (2022-04-25)
306
307* **Dependency Update**: Updated to the latest SDK module versions
308
309# v1.11.3 (2022-03-30)
310
311* **Dependency Update**: Updated to the latest SDK module versions
312
313# v1.11.2 (2022-03-24)
314
315* **Dependency Update**: Updated to the latest SDK module versions
316
317# v1.11.1 (2022-03-23)
318
319* **Dependency Update**: Updated to the latest SDK module versions
320
321# v1.11.0 (2022-03-08)
322
323* **Feature**: Updated `github.com/aws/smithy-go` to latest version
324* **Dependency Update**: Updated to the latest SDK module versions
325
326# v1.10.0 (2022-02-24)
327
328* **Feature**: API client updated
329* **Feature**: Adds RetryMaxAttempts and RetryMod to API client Options. This allows the API clients' default Retryer to be configured from the shared configuration files or environment variables. Adding a new Retry mode of `Adaptive`. `Adaptive` retry mode is an experimental mode, adding client rate limiting when throttles reponses are received from an API. See [retry.AdaptiveMode](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/aws/retry#AdaptiveMode) for more details, and configuration options.
330* **Feature**: Updated `github.com/aws/smithy-go` to latest version
331* **Dependency Update**: Updated to the latest SDK module versions
332
333# v1.9.0 (2022-01-14)
334
335* **Feature**: Updated `github.com/aws/smithy-go` to latest version
336* **Documentation**: Updated API models
337* **Dependency Update**: Updated to the latest SDK module versions
338
339# v1.8.0 (2022-01-07)
340
341* **Feature**: Updated `github.com/aws/smithy-go` to latest version
342* **Dependency Update**: Updated to the latest SDK module versions
343
344# v1.7.0 (2021-12-21)
345
346* **Feature**: API Paginators now support specifying the initial starting token, and support stopping on empty string tokens.
347
348# v1.6.2 (2021-12-02)
349
350* **Bug Fix**: Fixes a bug that prevented aws.EndpointResolverWithOptions from being used by the service client. ([#1514](https://github.com/aws/aws-sdk-go-v2/pull/1514))
351* **Dependency Update**: Updated to the latest SDK module versions
352
353# v1.6.1 (2021-11-19)
354
355* **Dependency Update**: Updated to the latest SDK module versions
356
357# v1.6.0 (2021-11-06)
358
359* **Feature**: The SDK now supports configuration of FIPS and DualStack endpoints using environment variables, shared configuration, or programmatically.
360* **Feature**: Updated `github.com/aws/smithy-go` to latest version
361* **Feature**: Updated service to latest API model.
362* **Dependency Update**: Updated to the latest SDK module versions
363
364# v1.5.0 (2021-10-21)
365
366* **Feature**: Updated to latest version
367* **Dependency Update**: Updated to the latest SDK module versions
368
369# v1.4.2 (2021-10-11)
370
371* **Dependency Update**: Updated to the latest SDK module versions
372
373# v1.4.1 (2021-09-17)
374
375* **Dependency Update**: Updated to the latest SDK module versions
376
377# v1.4.0 (2021-08-27)
378
379* **Feature**: Updated `github.com/aws/smithy-go` to latest version
380* **Dependency Update**: Updated to the latest SDK module versions
381
382# v1.3.3 (2021-08-19)
383
384* **Dependency Update**: Updated to the latest SDK module versions
385
386# v1.3.2 (2021-08-04)
387
388* **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version.
389* **Dependency Update**: Updated to the latest SDK module versions
390
391# v1.3.1 (2021-07-15)
392
393* **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version
394* **Dependency Update**: Updated to the latest SDK module versions
395
396# v1.3.0 (2021-06-25)
397
398* **Feature**: Updated `github.com/aws/smithy-go` to latest version
399* **Dependency Update**: Updated to the latest SDK module versions
400
401# v1.2.1 (2021-05-20)
402
403* **Dependency Update**: Updated to the latest SDK module versions
404
405# v1.2.0 (2021-05-14)
406
407* **Feature**: Constant has been added to modules to enable runtime version inspection for reporting.
408* **Dependency Update**: Updated to the latest SDK module versions
409
View as plain text