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