Skip to content

Commit

Permalink
Release v0.23.0 (#573)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
skotambkar authored May 28, 2020
1 parent ef38358 commit a7813b2
Show file tree
Hide file tree
Showing 7,802 changed files with 80,646 additions and 5,168 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release v0.23.0 (2020-05-28)
===

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](https://github.com/aws/aws-sdk-go-v2/pull/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](https://github.com/aws/aws-sdk-go-v2/issues/556)
* `service/s3`: Fix S3 client behavior wrt 200 OK response with empty payload

Release v0.22.0 (2020-04-27)
===

Expand Down
6 changes: 1 addition & 5 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ SDK Features

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 ([#](https://github.com/aws/aws-sdk-go-v2/pull/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](https://github.com/aws/aws-sdk-go-v2/issues/556)
* `service/s3`: Fix S3 client behavior wrt 200 OK response with empty payload

Loading

0 comments on commit a7813b2

Please sign in to comment.