Skip to content

Commit 2f9a50f

Browse files
chore: release 1.4.40
1 parent 52198e0 commit 2f9a50f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-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.4.40] - 03/13/2025
4+
5+
### Features
6+
* (**acmpca**) Private Certificate Authority service now supports P521 and RSA3072 key algorithms.
7+
* (**amplify**) Introduced support for Skew Protection. Added enableSkewProtection field to createBranch and updateBranch API.
8+
* (**cloudwatchlogs**) Updated CreateLogAnomalyDetector to accept only kms key arn
9+
* (**codebuild**) AWS CodeBuild now supports webhook filtering by organization name
10+
* (**datazone**) This release adds support to update projects and environments
11+
* (**dynamodb**) Generate account endpoints for DynamoDB requests using ARN-sourced account ID when available
12+
* (**ec2**) This release changes the CreateLaunchTemplate, CreateLaunchTemplateVersion, ModifyLaunchTemplate CLI and SDKs such that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
13+
* (**ivsrealtime**) IVS Real-Time now offers customers the ability to adjust the participant & composition recording segment duration
14+
* (**mediapackagev2**) This release adds the ResetChannelState and ResetOriginEndpointState operation to reset MediaPackage V2 channel and origin endpoint. This release also adds a new field, UrlEncodeChildManifest, for HLS/LL-HLS to allow URL-encoding child manifest query string based on the requirements of AWS SigV4.
15+
* (**s3control**) Updating GetDataAccess response for S3 Access Grants to include the matched Grantee for the requested prefix
16+
317
## [1.4.39] - 03/11/2025
418

519
### Features

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.4.40-SNAPSHOT
9+
sdkVersion=1.4.40
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)