From 5699e363c4bac4cec2ee2ea3a57ef9eba19b0105 Mon Sep 17 00:00:00 2001 From: aws-sdk-kotlin-ci Date: Mon, 13 Nov 2023 19:08:08 +0000 Subject: [PATCH] chore: release 0.34.6-beta --- CHANGELOG.md | 11 +++++++++++ gradle.properties | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 766ecf5428e..d00abe104ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.34.6-beta] - 11/13/2023 + +### Features +* (**databasemigrationservice**) Added new Db2 LUW Target endpoint with related endpoint settings. New executeTimeout endpoint setting for mysql endpoint. New ReplicationDeprovisionTime field for serverless describe-replications. +* (**dataexchange**) Removed Required trait for DataSet.OriginDetails.ProductId. +* (**ec2**) Adds the new EC2 DescribeInstanceTopology API, which you can use to retrieve the network topology of your running instances on select platform types to determine their relative proximity to each other. +* (**ecs**) Adds a Client Token parameter to the ECS RunTask API. The Client Token parameter allows for idempotent RunTask requests. +* (**emr**) Updated GetClusterSessionCredentials API to allow Amazon SageMaker Studio to connect to EMR on EC2 clusters to support IdentityCenter/PEZ integration. +* (**servicecatalogappregistry**) When the customer associates a resource collection to their application with this new feature, then a new application tag will be applied to all supported resources that are part of that collection. This allows customers to more easily find the application that is associated with those resources. +* (**transcribestreaming**) This release enables customers to call the AWS Transcribe streaming service with the capability of identifying multiple languages in the stream. + ## [0.34.5-beta] - 11/10/2023 ### Features diff --git a/gradle.properties b/gradle.properties index 86cb1383f75..6cd12386235 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G # sdk -sdkVersion=0.34.6-SNAPSHOT +sdkVersion=0.34.6-beta # kotlin kotlinVersion=1.9.10