Skip to content

Commit eac1f90

Browse files
chore: release 1.2.30
1 parent 5528e56 commit eac1f90

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.30] - 06/10/2024
4+
5+
### Features
6+
* (**applicationsignals**) This is the initial SDK release for Amazon CloudWatch Application Signals. Amazon CloudWatch Application Signals provides curated application performance monitoring for developers to monitor and troubleshoot application health using pre-built dashboards and Service Level Objectives.
7+
* (**ecs**) This release introduces a new cluster configuration to support the customer-managed keys for ECS managed storage encryption.
8+
* (**imagebuilder**) This release updates the regex pattern for Image Builder ARNs.
9+
310
## [1.2.29] - 06/07/2024
411

512
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@
138138
"artifactName": "applicationinsights",
139139
"brazilName": "AwsSdkKotlinApplicationInsights"
140140
},
141+
{
142+
"sdkId": "Application Signals",
143+
"namespace": "aws.sdk.kotlin.services.applicationsignals",
144+
"artifactName": "applicationsignals",
145+
"brazilName": "AwsSdkKotlinApplicationSignals"
146+
},
141147
{
142148
"sdkId": "ApplicationCostProfiler",
143149
"namespace": "aws.sdk.kotlin.services.applicationcostprofiler",

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.2.30-SNAPSHOT
9+
sdkVersion=1.2.30
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)