From 728d035cf9c4563cee7766ea3f64b1e3b1c2cb4f Mon Sep 17 00:00:00 2001 From: aws-sdk-kotlin-ci Date: Mon, 1 Apr 2024 18:49:55 +0000 Subject: [PATCH] chore: release 1.1.9 --- CHANGELOG.md | 11 +++++++++++ codegen/sdk/packages.json | 6 ++++++ gradle.properties | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fec846f9585..2505946fc86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/codegen/sdk/packages.json b/codegen/sdk/packages.json index b0a87b38101..16fb20536a2 100644 --- a/codegen/sdk/packages.json +++ b/codegen/sdk/packages.json @@ -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", diff --git a/gradle.properties b/gradle.properties index d31132a016d..9eb91f43f01 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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/