Skip to content

Commit 940ea90

Browse files
chore: release 1.0.40
1 parent 2d4f1b9 commit 940ea90

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

.changes/6e770127-0656-465f-a526-85c125581891.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.0.40] - 01/22/2024
4+
5+
### Features
6+
* (**appconfigdata**) Fix FIPS Endpoints in aws-us-gov.
7+
* (**cloudfrontkeyvaluestore**) This release improves upon the DescribeKeyValueStore API by returning two additional fields, Status of the KeyValueStore and the FailureReason in case of failures during creation of KeyValueStore.
8+
* (**connectcases**) This release adds the ability to view audit history on a case and introduces a new parameter, performedBy, for CreateCase and UpdateCase API's.
9+
* (**ecs**) This release adds support for Transport Layer Security (TLS) and Configurable Timeout to ECS Service Connect. TLS facilitates privacy and data security for inter-service communications, while Configurable Timeout allows customized per-request timeout and idle timeout for Service Connect services.
10+
* (**finspace**) Allow customer to set zip default through command line arguments.
11+
* (**rds**) Introduced support for the InsufficientDBInstanceCapacityFault error in the RDS CreateDBCluster API method. This provides enhanced error handling, ensuring a more robust experience when creating database clusters with insufficient instance capacity.
12+
13+
### Fixes
14+
* Pass client-configured region to StsWebIdentityCredentialsProvider
15+
16+
### Documentation
17+
* (**cloud9**) Doc-only update around removing AL1 from list of available AMIs for Cloud9
18+
* (**ec2**) Documentation updates for Amazon EC2.
19+
* (**organizations**) Doc only update for quota increase change
20+
321
## [1.0.39] - 01/19/2024
422

523
### Features

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
77

88
# sdk
9-
sdkVersion=1.0.40-SNAPSHOT
9+
sdkVersion=1.0.40
1010

1111
# dokka config (values specified at build-time as needed)
1212
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/

0 commit comments

Comments
 (0)