1# v1.22.4 (2024-07-18)
2
3* No change notes available for this release.
4
5# v1.22.3 (2024-07-10.2)
6
7* **Dependency Update**: Updated to the latest SDK module versions
8
9# v1.22.2 (2024-07-10)
10
11* **Dependency Update**: Updated to the latest SDK module versions
12
13# v1.22.1 (2024-06-28)
14
15* **Dependency Update**: Updated to the latest SDK module versions
16
17# v1.22.0 (2024-06-26)
18
19* **Feature**: Support list-of-string endpoint parameter.
20
21# v1.21.1 (2024-06-19)
22
23* **Dependency Update**: Updated to the latest SDK module versions
24
25# v1.21.0 (2024-06-18)
26
27* **Feature**: Track usage of various AWS SDK features in user-agent string.
28* **Dependency Update**: Updated to the latest SDK module versions
29
30# v1.20.12 (2024-06-17)
31
32* **Dependency Update**: Updated to the latest SDK module versions
33
34# v1.20.11 (2024-06-07)
35
36* **Bug Fix**: Add clock skew correction on all service clients
37* **Dependency Update**: Updated to the latest SDK module versions
38
39# v1.20.10 (2024-06-03)
40
41* **Dependency Update**: Updated to the latest SDK module versions
42
43# v1.20.9 (2024-05-23)
44
45* No change notes available for this release.
46
47# v1.20.8 (2024-05-16)
48
49* **Dependency Update**: Updated to the latest SDK module versions
50
51# v1.20.7 (2024-05-15)
52
53* **Dependency Update**: Updated to the latest SDK module versions
54
55# v1.20.6 (2024-05-08)
56
57* **Bug Fix**: GoDoc improvement
58
59# v1.20.5 (2024-04-05)
60
61* No change notes available for this release.
62
63# v1.20.4 (2024-03-29)
64
65* **Dependency Update**: Updated to the latest SDK module versions
66
67# v1.20.3 (2024-03-18)
68
69* **Dependency Update**: Updated to the latest SDK module versions
70
71# v1.20.2 (2024-03-07)
72
73* **Bug Fix**: Remove dependency on go-cmp.
74* **Dependency Update**: Updated to the latest SDK module versions
75
76# v1.20.1 (2024-02-23)
77
78* **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future.
79* **Dependency Update**: Updated to the latest SDK module versions
80
81# v1.20.0 (2024-02-22)
82
83* **Feature**: Add middleware stack snapshot tests.
84
85# v1.19.2 (2024-02-21)
86
87* **Dependency Update**: Updated to the latest SDK module versions
88
89# v1.19.1 (2024-02-20)
90
91* **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.
92
93# v1.19.0 (2024-02-13)
94
95* **Feature**: Bump minimum Go version to 1.20 per our language support policy.
96* **Dependency Update**: Updated to the latest SDK module versions
97
98# v1.18.7 (2024-01-18)
99
100* No change notes available for this release.
101
102# v1.18.6 (2024-01-04)
103
104* **Dependency Update**: Updated to the latest SDK module versions
105
106# v1.18.5 (2023-12-08)
107
108* **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.
109
110# v1.18.4 (2023-12-07)
111
112* **Dependency Update**: Updated to the latest SDK module versions
113
114# v1.18.3 (2023-12-06)
115
116* **Bug Fix**: Restore pre-refactor auth behavior where all operations could technically be performed anonymously.
117
118# v1.18.2 (2023-12-01)
119
120* **Bug Fix**: Correct wrapping of errors in authentication workflow.
121* **Bug Fix**: Correctly recognize cache-wrapped instances of AnonymousCredentials at client construction.
122* **Dependency Update**: Updated to the latest SDK module versions
123
124# v1.18.1 (2023-11-30)
125
126* **Dependency Update**: Updated to the latest SDK module versions
127
128# v1.18.0 (2023-11-29)
129
130* **Feature**: Expose Options() accessor on service clients.
131* **Dependency Update**: Updated to the latest SDK module versions
132
133# v1.17.5 (2023-11-28.2)
134
135* **Dependency Update**: Updated to the latest SDK module versions
136
137# v1.17.4 (2023-11-28)
138
139* **Bug Fix**: Respect setting RetryMaxAttempts in functional options at client construction.
140
141# v1.17.3 (2023-11-20)
142
143* **Dependency Update**: Updated to the latest SDK module versions
144
145# v1.17.2 (2023-11-15)
146
147* **Dependency Update**: Updated to the latest SDK module versions
148
149# v1.17.1 (2023-11-09)
150
151* **Dependency Update**: Updated to the latest SDK module versions
152
153# v1.17.0 (2023-11-01)
154
155* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
156* **Dependency Update**: Updated to the latest SDK module versions
157
158# v1.16.0 (2023-10-31)
159
160* **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/).
161* **Dependency Update**: Updated to the latest SDK module versions
162
163# v1.15.2 (2023-10-12)
164
165* **Dependency Update**: Updated to the latest SDK module versions
166
167# v1.15.1 (2023-10-06)
168
169* **Dependency Update**: Updated to the latest SDK module versions
170
171# v1.15.0 (2023-10-02)
172
173* **Feature**: Fix FIPS Endpoints in aws-us-gov.
174
175# v1.14.1 (2023-09-22)
176
177* No change notes available for this release.
178
179# v1.14.0 (2023-09-18)
180
181* **Announcement**: [BREAKFIX] Change in MaxResults datatype from value to pointer type in cognito-sync service.
182* **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.
183
184# v1.13.6 (2023-08-31)
185
186* No change notes available for this release.
187
188# v1.13.5 (2023-08-21)
189
190* **Dependency Update**: Updated to the latest SDK module versions
191
192# v1.13.4 (2023-08-18)
193
194* **Dependency Update**: Updated to the latest SDK module versions
195
196# v1.13.3 (2023-08-17)
197
198* **Dependency Update**: Updated to the latest SDK module versions
199
200# v1.13.2 (2023-08-07)
201
202* **Dependency Update**: Updated to the latest SDK module versions
203
204# v1.13.1 (2023-08-01)
205
206* No change notes available for this release.
207
208# v1.13.0 (2023-07-31)
209
210* **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.
211* **Dependency Update**: Updated to the latest SDK module versions
212
213# v1.12.14 (2023-07-28)
214
215* **Dependency Update**: Updated to the latest SDK module versions
216
217# v1.12.13 (2023-07-13)
218
219* **Dependency Update**: Updated to the latest SDK module versions
220
221# v1.12.12 (2023-06-15)
222
223* No change notes available for this release.
224
225# v1.12.11 (2023-06-13)
226
227* **Dependency Update**: Updated to the latest SDK module versions
228
229# v1.12.10 (2023-05-04)
230
231* No change notes available for this release.
232
233# v1.12.9 (2023-04-24)
234
235* **Dependency Update**: Updated to the latest SDK module versions
236
237# v1.12.8 (2023-04-10)
238
239* No change notes available for this release.
240
241# v1.12.7 (2023-04-07)
242
243* **Dependency Update**: Updated to the latest SDK module versions
244
245# v1.12.6 (2023-03-21)
246
247* **Dependency Update**: Updated to the latest SDK module versions
248
249# v1.12.5 (2023-03-10)
250
251* **Dependency Update**: Updated to the latest SDK module versions
252
253# v1.12.4 (2023-02-22)
254
255* **Bug Fix**: Prevent nil pointer dereference when retrieving error codes.
256
257# v1.12.3 (2023-02-20)
258
259* **Dependency Update**: Updated to the latest SDK module versions
260
261# v1.12.2 (2023-02-15)
262
263* **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.
264* **Bug Fix**: Correct error type parsing for restJson services.
265
266# v1.12.1 (2023-02-03)
267
268* **Dependency Update**: Updated to the latest SDK module versions
269
270# v1.12.0 (2023-01-05)
271
272* **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401).
273
274# v1.11.28 (2022-12-20)
275
276* No change notes available for this release.
277
278# v1.11.27 (2022-12-15)
279
280* **Dependency Update**: Updated to the latest SDK module versions
281
282# v1.11.26 (2022-12-02)
283
284* **Dependency Update**: Updated to the latest SDK module versions
285
286# v1.11.25 (2022-10-24)
287
288* **Dependency Update**: Updated to the latest SDK module versions
289
290# v1.11.24 (2022-10-21)
291
292* **Dependency Update**: Updated to the latest SDK module versions
293
294# v1.11.23 (2022-09-20)
295
296* **Dependency Update**: Updated to the latest SDK module versions
297
298# v1.11.22 (2022-09-14)
299
300* **Dependency Update**: Updated to the latest SDK module versions
301
302# v1.11.21 (2022-09-02)
303
304* **Dependency Update**: Updated to the latest SDK module versions
305
306# v1.11.20 (2022-08-31)
307
308* **Dependency Update**: Updated to the latest SDK module versions
309
310# v1.11.19 (2022-08-30)
311
312* **Documentation**: Documentation updates for the AWS IAM Identity Center Portal CLI Reference.
313
314# v1.11.18 (2022-08-29)
315
316* **Dependency Update**: Updated to the latest SDK module versions
317
318# v1.11.17 (2022-08-15)
319
320* **Documentation**: Documentation updates to reflect service rename - AWS IAM Identity Center (successor to AWS Single Sign-On)
321
322# v1.11.16 (2022-08-11)
323
324* **Dependency Update**: Updated to the latest SDK module versions
325
326# v1.11.15 (2022-08-09)
327
328* **Dependency Update**: Updated to the latest SDK module versions
329
330# v1.11.14 (2022-08-08)
331
332* **Documentation**: Documentation updates to reflect service rename - AWS IAM Identity Center (successor to AWS Single Sign-On)
333* **Dependency Update**: Updated to the latest SDK module versions
334
335# v1.11.13 (2022-08-01)
336
337* **Dependency Update**: Updated to the latest SDK module versions
338
339# v1.11.12 (2022-07-11)
340
341* No change notes available for this release.
342
343# v1.11.11 (2022-07-05)
344
345* **Dependency Update**: Updated to the latest SDK module versions
346
347# v1.11.10 (2022-06-29)
348
349* **Dependency Update**: Updated to the latest SDK module versions
350
351# v1.11.9 (2022-06-16)
352
353* No change notes available for this release.
354
355# v1.11.8 (2022-06-07)
356
357* **Dependency Update**: Updated to the latest SDK module versions
358
359# v1.11.7 (2022-05-26)
360
361* No change notes available for this release.
362
363# v1.11.6 (2022-05-25)
364
365* No change notes available for this release.
366
367# v1.11.5 (2022-05-17)
368
369* **Dependency Update**: Updated to the latest SDK module versions
370
371# v1.11.4 (2022-04-25)
372
373* **Dependency Update**: Updated to the latest SDK module versions
374
375# v1.11.3 (2022-03-30)
376
377* **Dependency Update**: Updated to the latest SDK module versions
378
379# v1.11.2 (2022-03-24)
380
381* **Dependency Update**: Updated to the latest SDK module versions
382
383# v1.11.1 (2022-03-23)
384
385* **Dependency Update**: Updated to the latest SDK module versions
386
387# v1.11.0 (2022-03-08)
388
389* **Feature**: Updated `github.com/aws/smithy-go` to latest version
390* **Dependency Update**: Updated to the latest SDK module versions
391
392# v1.10.0 (2022-02-24)
393
394* **Feature**: API client updated
395* **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.
396* **Feature**: Updated `github.com/aws/smithy-go` to latest version
397* **Dependency Update**: Updated to the latest SDK module versions
398
399# v1.9.0 (2022-01-14)
400
401* **Feature**: Updated `github.com/aws/smithy-go` to latest version
402* **Documentation**: Updated API models
403* **Dependency Update**: Updated to the latest SDK module versions
404
405# v1.8.0 (2022-01-07)
406
407* **Feature**: Updated `github.com/aws/smithy-go` to latest version
408* **Dependency Update**: Updated to the latest SDK module versions
409
410# v1.7.0 (2021-12-21)
411
412* **Feature**: API Paginators now support specifying the initial starting token, and support stopping on empty string tokens.
413
414# v1.6.2 (2021-12-02)
415
416* **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))
417* **Dependency Update**: Updated to the latest SDK module versions
418
419# v1.6.1 (2021-11-19)
420
421* **Dependency Update**: Updated to the latest SDK module versions
422
423# v1.6.0 (2021-11-06)
424
425* **Feature**: The SDK now supports configuration of FIPS and DualStack endpoints using environment variables, shared configuration, or programmatically.
426* **Feature**: Updated `github.com/aws/smithy-go` to latest version
427* **Feature**: Updated service to latest API model.
428* **Dependency Update**: Updated to the latest SDK module versions
429
430# v1.5.0 (2021-10-21)
431
432* **Feature**: Updated to latest version
433* **Dependency Update**: Updated to the latest SDK module versions
434
435# v1.4.2 (2021-10-11)
436
437* **Dependency Update**: Updated to the latest SDK module versions
438
439# v1.4.1 (2021-09-17)
440
441* **Dependency Update**: Updated to the latest SDK module versions
442
443# v1.4.0 (2021-08-27)
444
445* **Feature**: Updated `github.com/aws/smithy-go` to latest version
446* **Dependency Update**: Updated to the latest SDK module versions
447
448# v1.3.3 (2021-08-19)
449
450* **Dependency Update**: Updated to the latest SDK module versions
451
452# v1.3.2 (2021-08-04)
453
454* **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version.
455* **Dependency Update**: Updated to the latest SDK module versions
456
457# v1.3.1 (2021-07-15)
458
459* **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version
460* **Dependency Update**: Updated to the latest SDK module versions
461
462# v1.3.0 (2021-06-25)
463
464* **Feature**: Updated `github.com/aws/smithy-go` to latest version
465* **Dependency Update**: Updated to the latest SDK module versions
466
467# v1.2.1 (2021-05-20)
468
469* **Dependency Update**: Updated to the latest SDK module versions
470
471# v1.2.0 (2021-05-14)
472
473* **Feature**: Constant has been added to modules to enable runtime version inspection for reporting.
474* **Dependency Update**: Updated to the latest SDK module versions
475