Skip to content

Commit

Permalink
chore: release 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Apr 1, 2024
1 parent bad5526 commit 728d035
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.1.9] - 04/01/2024

### Features
* (**cloudwatch**) This release adds support for CloudWatch Anomaly Detection on cross-account metrics. SingleMetricAnomalyDetector and MetricDataQuery inputs to Anomaly Detection APIs now take an optional AccountId field.
* (**datazone**) This release supports the feature of AI recommendations for descriptions to enrich the business data catalog in Amazon DataZone.
* (**deadline**) AWS Deadline Cloud is a new fully managed service that helps customers set up, deploy, and scale rendering projects in minutes, so they can improve the efficiency of their rendering pipelines and take on more projects.
* (**lightsail**) This release adds support to upgrade the TLS version of the distribution.

### Documentation
* (**emr**) This release fixes a broken link in the documentation.

## [1.1.8] - 03/29/2024

### Features
Expand Down
6 changes: 6 additions & 0 deletions codegen/sdk/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2118,6 +2118,12 @@
"artifactName": "codestarnotifications",
"brazilName": "AwsSdkKotlinCodestarNotifications"
},
{
"sdkId": "deadline",
"namespace": "aws.sdk.kotlin.services.deadline",
"artifactName": "deadline",
"brazilName": "AwsSdkKotlinDeadline"
},
{
"sdkId": "drs",
"namespace": "aws.sdk.kotlin.services.drs",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G

# sdk
sdkVersion=1.1.9-SNAPSHOT
sdkVersion=1.1.9

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

0 comments on commit 728d035

Please sign in to comment.