From 9e995da976b899117ecd91e2835cfb80f02753f7 Mon Sep 17 00:00:00 2001 From: aws-sdk-kotlin-ci Date: Wed, 18 Dec 2024 15:01:29 +0000 Subject: [PATCH] chore: release 1.3.96 --- CHANGELOG.md | 14 ++++++++++++++ codegen/sdk/packages.json | 6 ++++++ gradle.properties | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36339d7cf08..a676e42f1a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.3.96] - 12/18/2024 + +### Features +* (**account**) Update endpoint configuration. +* (**backup**) Add Support for Backup Indexing +* (**backupsearch**) Add support for searching backups +* (**batch**) This feature allows AWS Batch on Amazon EKS to support configuration of Pod Annotations, overriding Namespace on which the Batch job's Pod runs on, and allows Subpath and Persistent Volume claim to be set for AWS Batch on Amazon EKS jobs. +* (**cleanroomsml**) Add support for SQL compute configuration for StartAudienceGenerationJob API. +* (**cloudfront**) Adds support for OriginReadTimeout and OriginKeepaliveTimeout to create CloudFront Distributions with VPC Origins. +* (**codepipeline**) AWS CodePipeline V2 type pipelines now support Managed Compute Rule. +* (**ecs**) Added support for enableFaultInjection task definition parameter which can be used to enable Fault Injection feature on ECS tasks. +* (**m2**) This release adds support for AWS Mainframe Modernization(M2) Service to allow specifying network type(ipv4, dual) for the environment instances. For dual network type, m2 environment applications will serve both IPv4 and IPv6 requests, whereas for ipv4 it will serve only IPv4 requests. +* (**synthetics**) Add support to toggle outbound IPv6 traffic on canaries connected to dualstack subnets. This behavior can be controlled via the new Ipv6AllowedForDualStack parameter of the VpcConfig input object in CreateCanary and UpdateCanary APIs. + ## [1.3.95] - 12/16/2024 ### Features diff --git a/codegen/sdk/packages.json b/codegen/sdk/packages.json index 681826ecff4..f8f83f8894f 100644 --- a/codegen/sdk/packages.json +++ b/codegen/sdk/packages.json @@ -210,6 +210,12 @@ "artifactName": "backupgateway", "brazilName": "AwsSdkKotlinBackupGateway" }, + { + "sdkId": "BackupSearch", + "namespace": "aws.sdk.kotlin.services.backupsearch", + "artifactName": "backupsearch", + "brazilName": "AwsSdkKotlinBackupsearch" + }, { "sdkId": "Batch", "namespace": "aws.sdk.kotlin.services.batch", diff --git a/gradle.properties b/gradle.properties index b32f0c5d6fe..bfde77be1d8 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.3.96-SNAPSHOT +sdkVersion=1.3.96 # dokka config (values specified at build-time as needed) smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/