...
1# v1.23.3 (2024-03-18)
2
3* **Dependency Update**: Updated to the latest SDK module versions
4
5# v1.23.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.23.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.23.0 (2024-02-22)
16
17* **Feature**: Add middleware stack snapshot tests.
18
19# v1.22.2 (2024-02-21)
20
21* **Dependency Update**: Updated to the latest SDK module versions
22
23# v1.22.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.22.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.21.7 (2024-01-16)
33
34* No change notes available for this release.
35
36# v1.21.6 (2024-01-04)
37
38* **Dependency Update**: Updated to the latest SDK module versions
39
40# v1.21.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.21.4 (2023-12-07)
45
46* **Dependency Update**: Updated to the latest SDK module versions
47
48# v1.21.3 (2023-12-06)
49
50* **Bug Fix**: Restore pre-refactor auth behavior where all operations could technically be performed anonymously.
51
52# v1.21.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.21.1 (2023-11-30)
59
60* **Dependency Update**: Updated to the latest SDK module versions
61
62# v1.21.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.20.3 (2023-11-28.2)
68
69* **Dependency Update**: Updated to the latest SDK module versions
70
71# v1.20.2 (2023-11-28)
72
73* **Bug Fix**: Respect setting RetryMaxAttempts in functional options at client construction.
74
75# v1.20.1 (2023-11-20)
76
77* **Dependency Update**: Updated to the latest SDK module versions
78
79# v1.20.0 (2023-11-17)
80
81* **Feature**: Adding support for `sso-oauth:CreateTokenWithIAM`.
82
83# v1.19.2 (2023-11-15)
84
85* **Dependency Update**: Updated to the latest SDK module versions
86
87# v1.19.1 (2023-11-09)
88
89* **Dependency Update**: Updated to the latest SDK module versions
90
91# v1.19.0 (2023-11-01)
92
93* **Feature**: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
94* **Dependency Update**: Updated to the latest SDK module versions
95
96# v1.18.0 (2023-10-31)
97
98* **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/).
99* **Dependency Update**: Updated to the latest SDK module versions
100
101# v1.17.3 (2023-10-12)
102
103* **Dependency Update**: Updated to the latest SDK module versions
104
105# v1.17.2 (2023-10-06)
106
107* **Dependency Update**: Updated to the latest SDK module versions
108
109# v1.17.1 (2023-09-22)
110
111* No change notes available for this release.
112
113# v1.17.0 (2023-09-20)
114
115* **Feature**: Update FIPS endpoints in aws-us-gov.
116
117# v1.16.0 (2023-09-18)
118
119* **Announcement**: [BREAKFIX] Change in MaxResults datatype from value to pointer type in cognito-sync service.
120* **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.
121
122# v1.15.6 (2023-09-05)
123
124* No change notes available for this release.
125
126# v1.15.5 (2023-08-21)
127
128* **Dependency Update**: Updated to the latest SDK module versions
129
130# v1.15.4 (2023-08-18)
131
132* **Dependency Update**: Updated to the latest SDK module versions
133
134# v1.15.3 (2023-08-17)
135
136* **Dependency Update**: Updated to the latest SDK module versions
137
138# v1.15.2 (2023-08-07)
139
140* **Dependency Update**: Updated to the latest SDK module versions
141
142# v1.15.1 (2023-08-01)
143
144* No change notes available for this release.
145
146# v1.15.0 (2023-07-31)
147
148* **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.
149* **Dependency Update**: Updated to the latest SDK module versions
150
151# v1.14.14 (2023-07-28)
152
153* **Dependency Update**: Updated to the latest SDK module versions
154
155# v1.14.13 (2023-07-13)
156
157* **Dependency Update**: Updated to the latest SDK module versions
158
159# v1.14.12 (2023-06-15)
160
161* No change notes available for this release.
162
163# v1.14.11 (2023-06-13)
164
165* **Dependency Update**: Updated to the latest SDK module versions
166
167# v1.14.10 (2023-05-04)
168
169* No change notes available for this release.
170
171# v1.14.9 (2023-04-24)
172
173* **Dependency Update**: Updated to the latest SDK module versions
174
175# v1.14.8 (2023-04-10)
176
177* No change notes available for this release.
178
179# v1.14.7 (2023-04-07)
180
181* **Dependency Update**: Updated to the latest SDK module versions
182
183# v1.14.6 (2023-03-21)
184
185* **Dependency Update**: Updated to the latest SDK module versions
186
187# v1.14.5 (2023-03-10)
188
189* **Dependency Update**: Updated to the latest SDK module versions
190
191# v1.14.4 (2023-02-22)
192
193* **Bug Fix**: Prevent nil pointer dereference when retrieving error codes.
194
195# v1.14.3 (2023-02-20)
196
197* **Dependency Update**: Updated to the latest SDK module versions
198
199# v1.14.2 (2023-02-15)
200
201* **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.
202* **Bug Fix**: Correct error type parsing for restJson services.
203
204# v1.14.1 (2023-02-03)
205
206* **Dependency Update**: Updated to the latest SDK module versions
207
208# v1.14.0 (2023-01-05)
209
210* **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401).
211
212# v1.13.11 (2022-12-19)
213
214* No change notes available for this release.
215
216# v1.13.10 (2022-12-15)
217
218* **Dependency Update**: Updated to the latest SDK module versions
219
220# v1.13.9 (2022-12-02)
221
222* **Dependency Update**: Updated to the latest SDK module versions
223
224# v1.13.8 (2022-10-24)
225
226* **Dependency Update**: Updated to the latest SDK module versions
227
228# v1.13.7 (2022-10-21)
229
230* **Dependency Update**: Updated to the latest SDK module versions
231
232# v1.13.6 (2022-09-30)
233
234* **Documentation**: Documentation updates for the IAM Identity Center OIDC CLI Reference.
235
236# v1.13.5 (2022-09-20)
237
238* **Dependency Update**: Updated to the latest SDK module versions
239
240# v1.13.4 (2022-09-14)
241
242* **Dependency Update**: Updated to the latest SDK module versions
243
244# v1.13.3 (2022-09-02)
245
246* **Dependency Update**: Updated to the latest SDK module versions
247
248# v1.13.2 (2022-08-31)
249
250* **Dependency Update**: Updated to the latest SDK module versions
251
252# v1.13.1 (2022-08-29)
253
254* **Dependency Update**: Updated to the latest SDK module versions
255
256# v1.13.0 (2022-08-25)
257
258* **Feature**: Updated required request parameters on IAM Identity Center's OIDC CreateToken action.
259
260# v1.12.14 (2022-08-11)
261
262* **Dependency Update**: Updated to the latest SDK module versions
263
264# v1.12.13 (2022-08-09)
265
266* **Dependency Update**: Updated to the latest SDK module versions
267
268# v1.12.12 (2022-08-08)
269
270* **Documentation**: Documentation updates to reflect service rename - AWS IAM Identity Center (successor to AWS Single Sign-On)
271* **Dependency Update**: Updated to the latest SDK module versions
272
273# v1.12.11 (2022-08-01)
274
275* **Dependency Update**: Updated to the latest SDK module versions
276
277# v1.12.10 (2022-07-11)
278
279* No change notes available for this release.
280
281# v1.12.9 (2022-07-05)
282
283* **Dependency Update**: Updated to the latest SDK module versions
284
285# v1.12.8 (2022-06-29)
286
287* **Dependency Update**: Updated to the latest SDK module versions
288
289# v1.12.7 (2022-06-07)
290
291* **Dependency Update**: Updated to the latest SDK module versions
292
293# v1.12.6 (2022-05-27)
294
295* No change notes available for this release.
296
297# v1.12.5 (2022-05-17)
298
299* **Dependency Update**: Updated to the latest SDK module versions
300
301# v1.12.4 (2022-04-25)
302
303* **Dependency Update**: Updated to the latest SDK module versions
304
305# v1.12.3 (2022-03-30)
306
307* **Dependency Update**: Updated to the latest SDK module versions
308
309# v1.12.2 (2022-03-24)
310
311* **Dependency Update**: Updated to the latest SDK module versions
312
313# v1.12.1 (2022-03-23)
314
315* **Dependency Update**: Updated to the latest SDK module versions
316
317# v1.12.0 (2022-03-08)
318
319* **Feature**: Updated `github.com/aws/smithy-go` to latest version
320* **Dependency Update**: Updated to the latest SDK module versions
321
322# v1.11.0 (2022-02-24)
323
324* **Feature**: API client updated
325* **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.
326* **Feature**: Updated `github.com/aws/smithy-go` to latest version
327* **Dependency Update**: Updated to the latest SDK module versions
328
329# v1.10.0 (2022-01-14)
330
331* **Feature**: Updated `github.com/aws/smithy-go` to latest version
332* **Dependency Update**: Updated to the latest SDK module versions
333
334# v1.9.0 (2022-01-07)
335
336* **Feature**: API client updated
337* **Feature**: Updated `github.com/aws/smithy-go` to latest version
338* **Dependency Update**: Updated to the latest SDK module versions
339
340# v1.8.2 (2021-12-02)
341
342* **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))
343* **Dependency Update**: Updated to the latest SDK module versions
344
345# v1.8.1 (2021-11-19)
346
347* **Dependency Update**: Updated to the latest SDK module versions
348
349# v1.8.0 (2021-11-06)
350
351* **Feature**: The SDK now supports configuration of FIPS and DualStack endpoints using environment variables, shared configuration, or programmatically.
352* **Feature**: Updated `github.com/aws/smithy-go` to latest version
353* **Dependency Update**: Updated to the latest SDK module versions
354
355# v1.7.0 (2021-10-21)
356
357* **Feature**: Updated to latest version
358* **Dependency Update**: Updated to the latest SDK module versions
359
360# v1.6.0 (2021-10-11)
361
362* **Feature**: API client updated
363* **Dependency Update**: Updated to the latest SDK module versions
364
365# v1.5.0 (2021-09-17)
366
367* **Feature**: Updated API client and endpoints to latest revision.
368* **Dependency Update**: Updated to the latest SDK module versions
369
370# v1.4.0 (2021-08-27)
371
372* **Feature**: Updated API model to latest revision.
373* **Feature**: Updated `github.com/aws/smithy-go` to latest version
374* **Dependency Update**: Updated to the latest SDK module versions
375
376# v1.3.3 (2021-08-19)
377
378* **Dependency Update**: Updated to the latest SDK module versions
379
380# v1.3.2 (2021-08-04)
381
382* **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version.
383* **Dependency Update**: Updated to the latest SDK module versions
384
385# v1.3.1 (2021-07-15)
386
387* **Dependency Update**: Updated `github.com/aws/smithy-go` to latest version
388* **Dependency Update**: Updated to the latest SDK module versions
389
390# v1.3.0 (2021-06-25)
391
392* **Feature**: Updated `github.com/aws/smithy-go` to latest version
393* **Dependency Update**: Updated to the latest SDK module versions
394
395# v1.2.1 (2021-05-20)
396
397* **Dependency Update**: Updated to the latest SDK module versions
398
399# v1.2.0 (2021-05-14)
400
401* **Feature**: Constant has been added to modules to enable runtime version inspection for reporting.
402* **Dependency Update**: Updated to the latest SDK module versions
403
View as plain text