Skip to content

Commit

Permalink
Release v1.38.65 (2021-06-21) (aws#3969)
Browse files Browse the repository at this point in the history
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 ([aws#3960](aws#3960))
  * Updates the SDK's parsing of ISO8601 date time formats to support UTC offsets.
  • Loading branch information
aws-sdk-go-automation authored Jun 21, 2021
1 parent be8c07d commit fd3a57d
Show file tree
Hide file tree
Showing 11 changed files with 3,777 additions and 331 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
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](https://github.com/aws/aws-sdk-go/pull/3960))
* Updates the SDK's parsing of ISO8601 date time formats to support UTC offsets.

Release v1.38.64 (2021-06-17)
===

Expand Down
4 changes: 0 additions & 4 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@
### SDK Enhancements

### 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](https://github.com/aws/aws-sdk-go/pull/3960))
* Updates the SDK's parsing of ISO8601 date time formats to support UTC offsets.
7 changes: 7 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.38.64"
const SDKVersion = "1.38.65"
Loading

0 comments on commit fd3a57d

Please sign in to comment.