Skip to content

Commit 9e995da

Browse files
chore: release 1.3.96
1 parent 11e7325 commit 9e995da

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## [1.3.96] - 12/18/2024
4+
5+
### Features
6+
* (**account**) Update endpoint configuration.
7+
* (**backup**) Add Support for Backup Indexing
8+
* (**backupsearch**) Add support for searching backups
9+
* (**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.
10+
* (**cleanroomsml**) Add support for SQL compute configuration for StartAudienceGenerationJob API.
11+
* (**cloudfront**) Adds support for OriginReadTimeout and OriginKeepaliveTimeout to create CloudFront Distributions with VPC Origins.
12+
* (**codepipeline**) AWS CodePipeline V2 type pipelines now support Managed Compute Rule.
13+
* (**ecs**) Added support for enableFaultInjection task definition parameter which can be used to enable Fault Injection feature on ECS tasks.
14+
* (**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.
15+
* (**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.
16+
317
## [1.3.95] - 12/16/2024
418

519
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,12 @@
210210
"artifactName": "backupgateway",
211211
"brazilName": "AwsSdkKotlinBackupGateway"
212212
},
213+
{
214+
"sdkId": "BackupSearch",
215+
"namespace": "aws.sdk.kotlin.services.backupsearch",
216+
"artifactName": "backupsearch",
217+
"brazilName": "AwsSdkKotlinBackupsearch"
218+
},
213219
{
214220
"sdkId": "Batch",
215221
"namespace": "aws.sdk.kotlin.services.batch",

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.3.96-SNAPSHOT
9+
sdkVersion=1.3.96
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)