1# v1.30.3 (2024-07-10.2)
  2
  3* **Dependency Update**: Updated to the latest SDK module versions
  4
  5# v1.30.2 (2024-07-10)
  6
  7* **Dependency Update**: Updated to the latest SDK module versions
  8
  9# v1.30.1 (2024-06-28)
 10
 11* **Dependency Update**: Updated to the latest SDK module versions
 12
 13# v1.30.0 (2024-06-26)
 14
 15* **Feature**: Support list-of-string endpoint parameter.
 16
 17# v1.29.1 (2024-06-19)
 18
 19* **Dependency Update**: Updated to the latest SDK module versions
 20
 21# v1.29.0 (2024-06-18)
 22
 23* **Feature**: Track usage of various AWS SDK features in user-agent string.
 24* **Dependency Update**: Updated to the latest SDK module versions
 25
 26# v1.28.13 (2024-06-17)
 27
 28* **Dependency Update**: Updated to the latest SDK module versions
 29
 30# v1.28.12 (2024-06-07)
 31
 32* **Bug Fix**: Add clock skew correction on all service clients
 33* **Dependency Update**: Updated to the latest SDK module versions
 34
 35# v1.28.11 (2024-06-03)
 36
 37* **Dependency Update**: Updated to the latest SDK module versions
 38
 39# v1.28.10 (2024-05-23)
 40
 41* No change notes available for this release.
 42
 43# v1.28.9 (2024-05-16)
 44
 45* **Dependency Update**: Updated to the latest SDK module versions
 46
 47# v1.28.8 (2024-05-15)
 48
 49* **Dependency Update**: Updated to the latest SDK module versions
 50
 51# v1.28.7 (2024-05-08)
 52
 53* **Bug Fix**: GoDoc improvement
 54
 55# v1.28.6 (2024-03-29)
 56
 57* **Dependency Update**: Updated to the latest SDK module versions
 58
 59# v1.28.5 (2024-03-18)
 60
 61* **Dependency Update**: Updated to the latest SDK module versions
 62
 63# v1.28.4 (2024-03-07)
 64
 65* **Bug Fix**: Remove dependency on go-cmp.
 66* **Dependency Update**: Updated to the latest SDK module versions
 67
 68# v1.28.3 (2024-03-05)
 69
 70* **Dependency Update**: Updated to the latest SDK module versions
 71
 72# v1.28.2 (2024-03-04)
 73
 74* **Bug Fix**: Update internal/presigned-url dependency for corrected API name.
 75* **Dependency Update**: Updated to the latest SDK module versions
 76
 77# v1.28.1 (2024-02-23)
 78
 79* **Bug Fix**: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future.
 80* **Dependency Update**: Updated to the latest SDK module versions
 81
 82# v1.28.0 (2024-02-22)
 83
 84* **Feature**: Add middleware stack snapshot tests.
 85
 86# v1.27.2 (2024-02-21)
 87
 88* **Dependency Update**: Updated to the latest SDK module versions
 89
 90# v1.27.1 (2024-02-20)
 91
 92* **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.
 93
 94# v1.27.0 (2024-02-13)
 95
 96* **Feature**: Bump minimum Go version to 1.20 per our language support policy.
 97* **Dependency Update**: Updated to the latest SDK module versions
 98
 99# v1.26.7 (2024-01-04)
100
101* **Dependency Update**: Updated to the latest SDK module versions
102
103# v1.26.6 (2023-12-20)
104
105* No change notes available for this release.
106
107# v1.26.5 (2023-12-08)
108
109* **Bug Fix**: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.
110
111# v1.26.4 (2023-12-07)
112
113* **Dependency Update**: Updated to the latest SDK module versions
114
115# v1.26.3 (2023-12-06)
116
117* **Bug Fix**: Restore pre-refactor auth behavior where all operations could technically be performed anonymously.
118* **Bug Fix**: STS `AssumeRoleWithSAML` and `AssumeRoleWithWebIdentity` would incorrectly attempt to use SigV4 authentication.
119
120# v1.26.2 (2023-12-01)
121
122* **Bug Fix**: Correct wrapping of errors in authentication workflow.
123* **Bug Fix**: Correctly recognize cache-wrapped instances of AnonymousCredentials at client construction.
124* **Dependency Update**: Updated to the latest SDK module versions
125
126# v1.26.1 (2023-11-30)
127
128* **Dependency Update**: Updated to the latest SDK module versions
129
130# v1.26.0 (2023-11-29)
131
132* **Feature**: Expose Options() accessor on service clients.
133* **Documentation**: Documentation updates for AWS Security Token Service.
134* **Dependency Update**: Updated to the latest SDK module versions
135
136# v1.25.6 (2023-11-28.2)
137
138* **Dependency Update**: Updated to the latest SDK module versions
139
140# v1.25.5 (2023-11-28)
141
142* **Bug Fix**: Respect setting RetryMaxAttempts in functional options at client construction.
143
144# v1.25.4 (2023-11-20)
145
146* **Dependency Update**: Updated to the latest SDK module versions
147
148# v1.25.3 (2023-11-17)
149
150* **Documentation**: API updates for the AWS Security Token Service
151
152# v1.25.2 (2023-11-15)
153
154* **Dependency Update**: Updated to the latest SDK module versions
155
156# v1.25.1 (2023-11-09)
157
158* **Dependency Update**: Updated to the latest SDK module versions
159
160# v1.25.0 (2023-11-01)
161
162* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
163* **Dependency Update**: Updated to the latest SDK module versions
164
165# v1.24.0 (2023-10-31)
166
167* **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/).
168* **Dependency Update**: Updated to the latest SDK module versions
169
170# v1.23.2 (2023-10-12)
171
172* **Dependency Update**: Updated to the latest SDK module versions
173
174# v1.23.1 (2023-10-06)
175
176* **Dependency Update**: Updated to the latest SDK module versions
177
178# v1.23.0 (2023-10-02)
179
180* **Feature**: STS API updates for assumeRole
181
182# v1.22.0 (2023-09-18)
183
184* **Announcement**: [BREAKFIX] Change in MaxResults datatype from value to pointer type in cognito-sync service.
185* **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.
186
187# v1.21.5 (2023-08-21)
188
189* **Dependency Update**: Updated to the latest SDK module versions
190
191# v1.21.4 (2023-08-18)
192
193* **Dependency Update**: Updated to the latest SDK module versions
194
195# v1.21.3 (2023-08-17)
196
197* **Dependency Update**: Updated to the latest SDK module versions
198
199# v1.21.2 (2023-08-07)
200
201* **Dependency Update**: Updated to the latest SDK module versions
202
203# v1.21.1 (2023-08-01)
204
205* No change notes available for this release.
206
207# v1.21.0 (2023-07-31)
208
209* **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.
210* **Dependency Update**: Updated to the latest SDK module versions
211
212# v1.20.1 (2023-07-28)
213
214* **Dependency Update**: Updated to the latest SDK module versions
215
216# v1.20.0 (2023-07-25)
217
218* **Feature**: API updates for the AWS Security Token Service
219
220# v1.19.3 (2023-07-13)
221
222* **Dependency Update**: Updated to the latest SDK module versions
223
224# v1.19.2 (2023-06-15)
225
226* No change notes available for this release.
227
228# v1.19.1 (2023-06-13)
229
230* **Dependency Update**: Updated to the latest SDK module versions
231
232# v1.19.0 (2023-05-08)
233
234* **Feature**: Documentation updates for AWS Security Token Service.
235
236# v1.18.11 (2023-05-04)
237
238* No change notes available for this release.
239
240# v1.18.10 (2023-04-24)
241
242* **Dependency Update**: Updated to the latest SDK module versions
243
244# v1.18.9 (2023-04-10)
245
246* No change notes available for this release.
247
248# v1.18.8 (2023-04-07)
249
250* **Dependency Update**: Updated to the latest SDK module versions
251
252# v1.18.7 (2023-03-21)
253
254* **Dependency Update**: Updated to the latest SDK module versions
255
256# v1.18.6 (2023-03-10)
257
258* **Dependency Update**: Updated to the latest SDK module versions
259
260# v1.18.5 (2023-02-22)
261
262* **Bug Fix**: Prevent nil pointer dereference when retrieving error codes.
263
264# v1.18.4 (2023-02-20)
265
266* **Dependency Update**: Updated to the latest SDK module versions
267
268# v1.18.3 (2023-02-03)
269
270* **Dependency Update**: Updated to the latest SDK module versions
271* **Dependency Update**: Upgrade smithy to 1.27.2 and correct empty query list serialization.
272
273# v1.18.2 (2023-01-25)
274
275* **Documentation**: Doc only change to update wording in a key topic
276
277# v1.18.1 (2023-01-23)
278
279* No change notes available for this release.
280
281# v1.18.0 (2023-01-05)
282
283* **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401).
284
285# v1.17.7 (2022-12-15)
286
287* **Dependency Update**: Updated to the latest SDK module versions
288
289# v1.17.6 (2022-12-02)
290
291* **Dependency Update**: Updated to the latest SDK module versions
292
293# v1.17.5 (2022-11-22)
294
295* No change notes available for this release.
296
297# v1.17.4 (2022-11-17)
298
299* **Documentation**: Documentation updates for AWS Security Token Service.
300
301# v1.17.3 (2022-11-16)
302
303* No change notes available for this release.
304
305# v1.17.2 (2022-11-10)
306
307* No change notes available for this release.
308
309# v1.17.1 (2022-10-24)
310
311* **Dependency Update**: Updated to the latest SDK module versions
312
313# v1.17.0 (2022-10-21)
314
315* **Feature**: Add presign functionality for sts:AssumeRole operation
316* **Dependency Update**: Updated to the latest SDK module versions
317
318# v1.16.19 (2022-09-20)
319
320* **Dependency Update**: Updated to the latest SDK module versions
321
322# v1.16.18 (2022-09-14)
323
324* **Dependency Update**: Updated to the latest SDK module versions
325
326# v1.16.17 (2022-09-02)
327
328* **Dependency Update**: Updated to the latest SDK module versions
329
330# v1.16.16 (2022-08-31)
331
332* **Dependency Update**: Updated to the latest SDK module versions
333
334# v1.16.15 (2022-08-30)
335
336* No change notes available for this release.
337
338# v1.16.14 (2022-08-29)
339
340* **Dependency Update**: Updated to the latest SDK module versions
341
342# v1.16.13 (2022-08-11)
343
344* **Dependency Update**: Updated to the latest SDK module versions
345
346# v1.16.12 (2022-08-09)
347
348* **Dependency Update**: Updated to the latest SDK module versions
349
350# v1.16.11 (2022-08-08)
351
352* **Dependency Update**: Updated to the latest SDK module versions
353
354# v1.16.10 (2022-08-01)
355
356* **Dependency Update**: Updated to the latest SDK module versions
357
358# v1.16.9 (2022-07-05)
359
360* **Dependency Update**: Updated to the latest SDK module versions
361
362# v1.16.8 (2022-06-29)
363
364* **Dependency Update**: Updated to the latest SDK module versions
365
366# v1.16.7 (2022-06-07)
367
368* **Dependency Update**: Updated to the latest SDK module versions
369
370# v1.16.6 (2022-05-17)
371
372* **Dependency Update**: Updated to the latest SDK module versions
373
374# v1.16.5 (2022-05-16)
375
376* **Documentation**: Documentation updates for AWS Security Token Service.
377
378# v1.16.4 (2022-04-25)
379
380* **Dependency Update**: Updated to the latest SDK module versions
381
382# v1.16.3 (2022-03-30)
383
384* **Dependency Update**: Updated to the latest SDK module versions
385
386# v1.16.2 (2022-03-24)
387
388* **Dependency Update**: Updated to the latest SDK module versions
389
390# v1.16.1 (2022-03-23)
391
392* **Dependency Update**: Updated to the latest SDK module versions
393
394# v1.16.0 (2022-03-08)
395
396* **Feature**: Updated `github.com/aws/smithy-go` to latest version
397* **Documentation**: Updated service client model to latest release.
398* **Dependency Update**: Updated to the latest SDK module versions
399
400# v1.15.0 (2022-02-24)
401
402* **Feature**: API client updated
403* **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.
404* **Feature**: Updated `github.com/aws/smithy-go` to latest version
405* **Dependency Update**: Updated to the latest SDK module versions
406
407# v1.14.0 (2022-01-14)
408
409* **Feature**: Updated `github.com/aws/smithy-go` to latest version
410* **Dependency Update**: Updated to the latest SDK module versions
411
412# v1.13.0 (2022-01-07)
413
414* **Feature**: Updated `github.com/aws/smithy-go` to latest version
415* **Dependency Update**: Updated to the latest SDK module versions
416
417# v1.12.0 (2021-12-21)
418
419* **Feature**: Updated to latest service endpoints
420
421# v1.11.1 (2021-12-02)
422
423* **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))
424* **Dependency Update**: Updated to the latest SDK module versions
425
426# v1.11.0 (2021-11-30)
427
428* **Feature**: API client updated
429
430# v1.10.1 (2021-11-19)
431
432* **Dependency Update**: Updated to the latest SDK module versions
433
434# v1.10.0 (2021-11-12)
435
436* **Feature**: Service clients now support custom endpoints that have an initial URI path defined.
437
438# v1.9.0 (2021-11-06)
439
440* **Feature**: The SDK now supports configuration of FIPS and DualStack endpoints using environment variables, shared configuration, or programmatically.
441* **Feature**: Updated `github.com/aws/smithy-go` to latest version
442* **Dependency Update**: Updated to the latest SDK module versions
443
444# v1.8.0 (2021-10-21)
445
446* **Feature**: API client updated
447* **Feature**: Updated  to latest version
448* **Dependency Update**: Updated to the latest SDK module versions
449
450# v1.7.2 (2021-10-11)
451
452* **Dependency Update**: Updated to the latest SDK module versions
453
454# v1.7.1 (2021-09-17)
455
456* **Dependency Update**: Updated to the latest SDK module versions
457
458# v1.7.0 (2021-08-27)
459
460* **Feature**: Updated `github.com/aws/smithy-go` to latest version
461* **Dependency Update**: Updated to the latest SDK module versions
462
463# v1.6.2 (2021-08-19)
464
465* **Dependency Update**: Updated to the latest SDK module versions
466
467# v1.6.1 (2021-08-04)
468
469* **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version.
470* **Dependency Update**: Updated to the latest SDK module versions
471
472# v1.6.0 (2021-07-15)
473
474* **Feature**: The ErrorCode method on generated service error types has been corrected to match the API model.
475* **Documentation**: Updated service model to latest revision.
476* **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version
477* **Dependency Update**: Updated to the latest SDK module versions
478
479# v1.5.0 (2021-06-25)
480
481* **Feature**: API client updated
482* **Feature**: Updated `github.com/aws/smithy-go` to latest version
483* **Dependency Update**: Updated to the latest SDK module versions
484
485# v1.4.1 (2021-05-20)
486
487* **Dependency Update**: Updated to the latest SDK module versions
488
489# v1.4.0 (2021-05-14)
490
491* **Feature**: Constant has been added to modules to enable runtime version inspection for reporting.
492* **Dependency Update**: Updated to the latest SDK module versions
493