Skip to content

Commit 35a3d28

Browse files
chore: release 1.0.29
1 parent d94ebb0 commit 35a3d28

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.29] - 01/04/2024
4+
5+
### Features
6+
* (**configservice**) Updated ResourceType enum with new resource types onboarded by AWS Config in November and December 2023.
7+
* (**docdb**) Adding PerformanceInsightsEnabled and PerformanceInsightsKMSKeyId fields to DescribeDBInstances Response.
8+
* (**ecs**) This release adds support for managed instance draining which facilitates graceful termination of Amazon ECS instances.
9+
* (**elasticsearchservice**) This release adds support for new or existing Amazon OpenSearch domains to enable TLS 1.3 or TLS 1.2 with perfect forward secrecy cipher suites for domain endpoints.
10+
* (**lightsail**) This release adds support to set up an HTTPS endpoint on an instance.
11+
* (**opensearch**) This release adds support for new or existing Amazon OpenSearch domains to enable TLS 1.3 or TLS 1.2 with perfect forward secrecy cipher suites for domain endpoints.
12+
* (**sagemaker**) Adding support for provisioned throughput mode for SageMaker Feature Groups
13+
* (**servicecatalog**) Added Idempotency token support to Service Catalog AssociateServiceActionWithProvisioningArtifact, DisassociateServiceActionFromProvisioningArtifact, DeleteServiceAction API
14+
315
## [1.0.28] - 01/03/2024
416

517
### 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.29-SNAPSHOT
9+
sdkVersion=1.0.29
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)