Skip to content

Commit

Permalink
Release v1.41.18 (2021-11-04) (#4161)
Browse files Browse the repository at this point in the history
Release v1.41.18 (2021-11-04)
===

### Service Client Updates
* `service/chime-sdk-meetings`: Adds new service
* `service/connect`: Updates service API, documentation, and paginators
* `service/ec2`: Updates service API and documentation
  * This release adds a new instance replacement strategy for EC2 Fleet, Spot Fleet. Now you can select an action to perform when your instance gets a rebalance notification. EC2 Fleet, Spot Fleet can launch a replacement then terminate the instance that received notification after a termination delay
* `service/iotwireless`: Updates service API, documentation, and paginators
* `service/sagemaker`: Updates service API and documentation
  * ListDevices and DescribeDevice now show Edge Manager agent version.

### SDK Bugs
* `aws/signer/v4`: Fix Signer not trimming header value spaces
  * Fixes the AWS Sigv4 signer to trim header value's whitespace when computing the canonical headers block of the string to sign.
  • Loading branch information
aws-sdk-go-automation committed Nov 4, 2021
1 parent a7b0293 commit d507114
Show file tree
Hide file tree
Showing 32 changed files with 20,305 additions and 5,295 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.41.18 (2021-11-04)
===

### Service Client Updates
* `service/chime-sdk-meetings`: Adds new service
* `service/connect`: Updates service API, documentation, and paginators
* `service/ec2`: Updates service API and documentation
* This release adds a new instance replacement strategy for EC2 Fleet, Spot Fleet. Now you can select an action to perform when your instance gets a rebalance notification. EC2 Fleet, Spot Fleet can launch a replacement then terminate the instance that received notification after a termination delay
* `service/iotwireless`: Updates service API, documentation, and paginators
* `service/sagemaker`: Updates service API and documentation
* ListDevices and DescribeDevice now show Edge Manager agent version.

### SDK Bugs
* `aws/signer/v4`: Fix Signer not trimming header value spaces
* Fixes the AWS Sigv4 signer to trim header value's whitespace when computing the canonical headers block of the string to sign.

Release v1.41.17 (2021-11-03)
===

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

### SDK Bugs
* `aws/signer/v4`: Fix Signer not trimming header value spaces
* Fixes the AWS Sigv4 signer to trim header value's whitespace when computing the canonical headers block of the string to sign.
1 change: 1 addition & 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.41.17"
const SDKVersion = "1.41.18"
Loading

0 comments on commit d507114

Please sign in to comment.