Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit d507114

Browse files
Release v1.41.18 (2021-11-04) (#4161)
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.
1 parent a7b0293 commit d507114

File tree

32 files changed

+20305
-5295
lines changed

32 files changed

+20305
-5295
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Release v1.41.18 (2021-11-04)
2+
===
3+
4+
### Service Client Updates
5+
* `service/chime-sdk-meetings`: Adds new service
6+
* `service/connect`: Updates service API, documentation, and paginators
7+
* `service/ec2`: Updates service API and documentation
8+
* 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
9+
* `service/iotwireless`: Updates service API, documentation, and paginators
10+
* `service/sagemaker`: Updates service API and documentation
11+
* ListDevices and DescribeDevice now show Edge Manager agent version.
12+
13+
### SDK Bugs
14+
* `aws/signer/v4`: Fix Signer not trimming header value spaces
15+
* Fixes the AWS Sigv4 signer to trim header value's whitespace when computing the canonical headers block of the string to sign.
16+
117
Release v1.41.17 (2021-11-03)
218
===
319

CHANGELOG_PENDING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
### SDK Enhancements
44

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

aws/endpoints/defaults.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.41.17"
8+
const SDKVersion = "1.41.18"

0 commit comments

Comments
 (0)