Skip to content

Release v1.38.65

Compare
Choose a tag to compare
@aws-sdk-go-automation aws-sdk-go-automation released this 21 Jun 18:40
· 964 commits to main since this release
fd3a57d

Release v1.38.65 (2021-06-21)

Service Client Updates

  • service/cloudformation: Updates service API, documentation, and paginators
    • CloudFormation registry service now supports 3rd party public type sharing

SDK Bugs

  • aws/signer/v4: Add X-Amz-Object-Lock-* as unhoisted presign headers
    • Updates the SigV4 signer to exlucde the X-Amz-Object-Lock- group of headers to not be signed as a part of the query string for presigned URLs.
  • private/protocol: Add support for UTC offset for ISO8601 datetime formats (#3960)
    • Updates the SDK's parsing of ISO8601 date time formats to support UTC offsets.