Skip to content

Commit a7813b2

Browse files
authored
Release v0.23.0 (#573)
Services --- * Synced the V2 SDK with latest AWS service API definitions. SDK Enhancements --- * `aws/stscreds`: `PolicyArns` can now be passed in to `stscreds.AssumeRoleProvider` and `stscreds.WebIdentityRoleProvider` in the same way as `sts.AssumeRoleInput`. SDK Bugs --- * `aws/defaults`: Fix handling of unexpected Date response header value ([#560](#560)) * Fixes the SDK's behavior to parse unexpected HTTP Date header received that was formated with single digit day of the month instead of two digit RFC822 datetime like defined in RFC 2616. This should prevent log messages about unable to compute clock skew. * Fixes [#556](#556) * `service/s3`: Fix S3 client behavior wrt 200 OK response with empty payload
1 parent ef38358 commit a7813b2

File tree

7,802 files changed

+80646
-5168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,802 files changed

+80646
-5168
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Release v0.23.0 (2020-05-28)
2+
===
3+
4+
Services
5+
---
6+
* Synced the V2 SDK with latest AWS service API definitions.
7+
8+
SDK Enhancements
9+
---
10+
* `aws/stscreds`: `PolicyArns` can now be passed in to `stscreds.AssumeRoleProvider` and `stscreds.WebIdentityRoleProvider` in the same way as `sts.AssumeRoleInput`.
11+
12+
SDK Bugs
13+
---
14+
* `aws/defaults`: Fix handling of unexpected Date response header value ([#560](https://github.com/aws/aws-sdk-go-v2/pull/560))
15+
* Fixes the SDK's behavior to parse unexpected HTTP Date header received that was formated with single digit day of the month instead of two digit RFC822 datetime like defined in RFC 2616. This should prevent log messages about unable to compute clock skew.
16+
* Fixes [#556](https://github.com/aws/aws-sdk-go-v2/issues/556)
17+
* `service/s3`: Fix S3 client behavior wrt 200 OK response with empty payload
18+
119
Release v0.22.0 (2020-04-27)
220
===
321

CHANGELOG_PENDING.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ SDK Features
66

77
SDK Enhancements
88
---
9-
* `aws/stscreds`: `PolicyArns` can now be passed in to `stscreds.AssumeRoleProvider` and `stscreds.WebIdentityRoleProvider` in the same way as `sts.AssumeRoleInput`.
109

1110
SDK Bugs
1211
---
13-
* `aws/defaults`: Fix handling of unexpected Date response header value ([#](https://github.com/aws/aws-sdk-go-v2/pull/560))
14-
* Fixes the SDK's behavior to parse unexpected HTTP Date header received that was formated with single digit day of the month instead of two digit RFC822 datetime like defined in RFC 2616. This should prevent log messages about unable to compute clock skew.
15-
* Fixes [#556](https://github.com/aws/aws-sdk-go-v2/issues/556)
16-
* `service/s3`: Fix S3 client behavior wrt 200 OK response with empty payload
12+

0 commit comments

Comments
 (0)