Skip to content

Release v0.23.0 (2020-05-28)

Pre-release
Pre-release
Compare
Choose a tag to compare
@skotambkar skotambkar released this 28 May 22:01
a7813b2

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)
  • 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
  • service/s3: Fix S3 client behavior wrt 200 OK response with empty payload