CHANGELOG.md

  1# v1.26.4 (2024-07-10.2)
  2
  3* **Dependency Update**: Updated to the latest SDK module versions
  4
  5# v1.26.3 (2024-07-10)
  6
  7* **Dependency Update**: Updated to the latest SDK module versions
  8
  9# v1.26.2 (2024-07-03)
 10
 11* No change notes available for this release.
 12
 13# v1.26.1 (2024-06-28)
 14
 15* **Dependency Update**: Updated to the latest SDK module versions
 16
 17# v1.26.0 (2024-06-26)
 18
 19* **Feature**: Support list-of-string endpoint parameter.
 20
 21# v1.25.1 (2024-06-19)
 22
 23* **Dependency Update**: Updated to the latest SDK module versions
 24
 25# v1.25.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.24.6 (2024-06-17)
 31
 32* **Dependency Update**: Updated to the latest SDK module versions
 33
 34# v1.24.5 (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.24.4 (2024-06-03)
 40
 41* **Dependency Update**: Updated to the latest SDK module versions
 42
 43# v1.24.3 (2024-05-23)
 44
 45* No change notes available for this release.
 46
 47# v1.24.2 (2024-05-16)
 48
 49* **Dependency Update**: Updated to the latest SDK module versions
 50
 51# v1.24.1 (2024-05-15)
 52
 53* **Dependency Update**: Updated to the latest SDK module versions
 54
 55# v1.24.0 (2024-05-10)
 56
 57* **Feature**: Updated request parameters for PKCE support.
 58
 59# v1.23.5 (2024-05-08)
 60
 61* **Bug Fix**: GoDoc improvement
 62
 63# v1.23.4 (2024-03-29)
 64
 65* **Dependency Update**: Updated to the latest SDK module versions
 66
 67# v1.23.3 (2024-03-18)
 68
 69* **Dependency Update**: Updated to the latest SDK module versions
 70
 71# v1.23.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.23.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.23.0 (2024-02-22)
 82
 83* **Feature**: Add middleware stack snapshot tests.
 84
 85# v1.22.2 (2024-02-21)
 86
 87* **Dependency Update**: Updated to the latest SDK module versions
 88
 89# v1.22.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.22.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.21.7 (2024-01-16)
 99
100* No change notes available for this release.
101
102# v1.21.6 (2024-01-04)
103
104* **Dependency Update**: Updated to the latest SDK module versions
105
106# v1.21.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.21.4 (2023-12-07)
111
112* **Dependency Update**: Updated to the latest SDK module versions
113
114# v1.21.3 (2023-12-06)
115
116* **Bug Fix**: Restore pre-refactor auth behavior where all operations could technically be performed anonymously.
117
118# v1.21.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.21.1 (2023-11-30)
125
126* **Dependency Update**: Updated to the latest SDK module versions
127
128# v1.21.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.20.3 (2023-11-28.2)
134
135* **Dependency Update**: Updated to the latest SDK module versions
136
137# v1.20.2 (2023-11-28)
138
139* **Bug Fix**: Respect setting RetryMaxAttempts in functional options at client construction.
140
141# v1.20.1 (2023-11-20)
142
143* **Dependency Update**: Updated to the latest SDK module versions
144
145# v1.20.0 (2023-11-17)
146
147* **Feature**: Adding support for `sso-oauth:CreateTokenWithIAM`.
148
149# v1.19.2 (2023-11-15)
150
151* **Dependency Update**: Updated to the latest SDK module versions
152
153# v1.19.1 (2023-11-09)
154
155* **Dependency Update**: Updated to the latest SDK module versions
156
157# v1.19.0 (2023-11-01)
158
159* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
160* **Dependency Update**: Updated to the latest SDK module versions
161
162# v1.18.0 (2023-10-31)
163
164* **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/).
165* **Dependency Update**: Updated to the latest SDK module versions
166
167# v1.17.3 (2023-10-12)
168
169* **Dependency Update**: Updated to the latest SDK module versions
170
171# v1.17.2 (2023-10-06)
172
173* **Dependency Update**: Updated to the latest SDK module versions
174
175# v1.17.1 (2023-09-22)
176
177* No change notes available for this release.
178
179# v1.17.0 (2023-09-20)
180
181* **Feature**: Update FIPS endpoints in aws-us-gov.
182
183# v1.16.0 (2023-09-18)
184
185* **Announcement**: [BREAKFIX] Change in MaxResults datatype from value to pointer type in cognito-sync service.
186* **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.
187
188# v1.15.6 (2023-09-05)
189
190* No change notes available for this release.
191
192# v1.15.5 (2023-08-21)
193
194* **Dependency Update**: Updated to the latest SDK module versions
195
196# v1.15.4 (2023-08-18)
197
198* **Dependency Update**: Updated to the latest SDK module versions
199
200# v1.15.3 (2023-08-17)
201
202* **Dependency Update**: Updated to the latest SDK module versions
203
204# v1.15.2 (2023-08-07)
205
206* **Dependency Update**: Updated to the latest SDK module versions
207
208# v1.15.1 (2023-08-01)
209
210* No change notes available for this release.
211
212# v1.15.0 (2023-07-31)
213
214* **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.
215* **Dependency Update**: Updated to the latest SDK module versions
216
217# v1.14.14 (2023-07-28)
218
219* **Dependency Update**: Updated to the latest SDK module versions
220
221# v1.14.13 (2023-07-13)
222
223* **Dependency Update**: Updated to the latest SDK module versions
224
225# v1.14.12 (2023-06-15)
226
227* No change notes available for this release.
228
229# v1.14.11 (2023-06-13)
230
231* **Dependency Update**: Updated to the latest SDK module versions
232
233# v1.14.10 (2023-05-04)
234
235* No change notes available for this release.
236
237# v1.14.9 (2023-04-24)
238
239* **Dependency Update**: Updated to the latest SDK module versions
240
241# v1.14.8 (2023-04-10)
242
243* No change notes available for this release.
244
245# v1.14.7 (2023-04-07)
246
247* **Dependency Update**: Updated to the latest SDK module versions
248
249# v1.14.6 (2023-03-21)
250
251* **Dependency Update**: Updated to the latest SDK module versions
252
253# v1.14.5 (2023-03-10)
254
255* **Dependency Update**: Updated to the latest SDK module versions
256
257# v1.14.4 (2023-02-22)
258
259* **Bug Fix**: Prevent nil pointer dereference when retrieving error codes.
260
261# v1.14.3 (2023-02-20)
262
263* **Dependency Update**: Updated to the latest SDK module versions
264
265# v1.14.2 (2023-02-15)
266
267* **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.
268* **Bug Fix**: Correct error type parsing for restJson services.
269
270# v1.14.1 (2023-02-03)
271
272* **Dependency Update**: Updated to the latest SDK module versions
273
274# v1.14.0 (2023-01-05)
275
276* **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401).
277
278# v1.13.11 (2022-12-19)
279
280* No change notes available for this release.
281
282# v1.13.10 (2022-12-15)
283
284* **Dependency Update**: Updated to the latest SDK module versions
285
286# v1.13.9 (2022-12-02)
287
288* **Dependency Update**: Updated to the latest SDK module versions
289
290# v1.13.8 (2022-10-24)
291
292* **Dependency Update**: Updated to the latest SDK module versions
293
294# v1.13.7 (2022-10-21)
295
296* **Dependency Update**: Updated to the latest SDK module versions
297
298# v1.13.6 (2022-09-30)
299
300* **Documentation**: Documentation updates for the IAM Identity Center OIDC CLI Reference.
301
302# v1.13.5 (2022-09-20)
303
304* **Dependency Update**: Updated to the latest SDK module versions
305
306# v1.13.4 (2022-09-14)
307
308* **Dependency Update**: Updated to the latest SDK module versions
309
310# v1.13.3 (2022-09-02)
311
312* **Dependency Update**: Updated to the latest SDK module versions
313
314# v1.13.2 (2022-08-31)
315
316* **Dependency Update**: Updated to the latest SDK module versions
317
318# v1.13.1 (2022-08-29)
319
320* **Dependency Update**: Updated to the latest SDK module versions
321
322# v1.13.0 (2022-08-25)
323
324* **Feature**: Updated required request parameters on IAM Identity Center's OIDC CreateToken action.
325
326# v1.12.14 (2022-08-11)
327
328* **Dependency Update**: Updated to the latest SDK module versions
329
330# v1.12.13 (2022-08-09)
331
332* **Dependency Update**: Updated to the latest SDK module versions
333
334# v1.12.12 (2022-08-08)
335
336* **Documentation**: Documentation updates to reflect service rename - AWS IAM Identity Center (successor to AWS Single Sign-On)
337* **Dependency Update**: Updated to the latest SDK module versions
338
339# v1.12.11 (2022-08-01)
340
341* **Dependency Update**: Updated to the latest SDK module versions
342
343# v1.12.10 (2022-07-11)
344
345* No change notes available for this release.
346
347# v1.12.9 (2022-07-05)
348
349* **Dependency Update**: Updated to the latest SDK module versions
350
351# v1.12.8 (2022-06-29)
352
353* **Dependency Update**: Updated to the latest SDK module versions
354
355# v1.12.7 (2022-06-07)
356
357* **Dependency Update**: Updated to the latest SDK module versions
358
359# v1.12.6 (2022-05-27)
360
361* No change notes available for this release.
362
363# v1.12.5 (2022-05-17)
364
365* **Dependency Update**: Updated to the latest SDK module versions
366
367# v1.12.4 (2022-04-25)
368
369* **Dependency Update**: Updated to the latest SDK module versions
370
371# v1.12.3 (2022-03-30)
372
373* **Dependency Update**: Updated to the latest SDK module versions
374
375# v1.12.2 (2022-03-24)
376
377* **Dependency Update**: Updated to the latest SDK module versions
378
379# v1.12.1 (2022-03-23)
380
381* **Dependency Update**: Updated to the latest SDK module versions
382
383# v1.12.0 (2022-03-08)
384
385* **Feature**: Updated `github.com/aws/smithy-go` to latest version
386* **Dependency Update**: Updated to the latest SDK module versions
387
388# v1.11.0 (2022-02-24)
389
390* **Feature**: API client updated
391* **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.
392* **Feature**: Updated `github.com/aws/smithy-go` to latest version
393* **Dependency Update**: Updated to the latest SDK module versions
394
395# v1.10.0 (2022-01-14)
396
397* **Feature**: Updated `github.com/aws/smithy-go` to latest version
398* **Dependency Update**: Updated to the latest SDK module versions
399
400# v1.9.0 (2022-01-07)
401
402* **Feature**: API client updated
403* **Feature**: Updated `github.com/aws/smithy-go` to latest version
404* **Dependency Update**: Updated to the latest SDK module versions
405
406# v1.8.2 (2021-12-02)
407
408* **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))
409* **Dependency Update**: Updated to the latest SDK module versions
410
411# v1.8.1 (2021-11-19)
412
413* **Dependency Update**: Updated to the latest SDK module versions
414
415# v1.8.0 (2021-11-06)
416
417* **Feature**: The SDK now supports configuration of FIPS and DualStack endpoints using environment variables, shared configuration, or programmatically.
418* **Feature**: Updated `github.com/aws/smithy-go` to latest version
419* **Dependency Update**: Updated to the latest SDK module versions
420
421# v1.7.0 (2021-10-21)
422
423* **Feature**: Updated  to latest version
424* **Dependency Update**: Updated to the latest SDK module versions
425
426# v1.6.0 (2021-10-11)
427
428* **Feature**: API client updated
429* **Dependency Update**: Updated to the latest SDK module versions
430
431# v1.5.0 (2021-09-17)
432
433* **Feature**: Updated API client and endpoints to latest revision.
434* **Dependency Update**: Updated to the latest SDK module versions
435
436# v1.4.0 (2021-08-27)
437
438* **Feature**: Updated API model to latest revision.
439* **Feature**: Updated `github.com/aws/smithy-go` to latest version
440* **Dependency Update**: Updated to the latest SDK module versions
441
442# v1.3.3 (2021-08-19)
443
444* **Dependency Update**: Updated to the latest SDK module versions
445
446# v1.3.2 (2021-08-04)
447
448* **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version.
449* **Dependency Update**: Updated to the latest SDK module versions
450
451# v1.3.1 (2021-07-15)
452
453* **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version
454* **Dependency Update**: Updated to the latest SDK module versions
455
456# v1.3.0 (2021-06-25)
457
458* **Feature**: Updated `github.com/aws/smithy-go` to latest version
459* **Dependency Update**: Updated to the latest SDK module versions
460
461# v1.2.1 (2021-05-20)
462
463* **Dependency Update**: Updated to the latest SDK module versions
464
465# v1.2.0 (2021-05-14)
466
467* **Feature**: Constant has been added to modules to enable runtime version inspection for reporting.
468* **Dependency Update**: Updated to the latest SDK module versions
469