Skip to content

Commit 99ca51d

Browse files
chore: release 1.4.22
1 parent 7f999b4 commit 99ca51d

File tree

4 files changed

+16
-17
lines changed

4 files changed

+16
-17
lines changed

.changes/5a190de6-e9e5-4908-9bf9-62c34cf254f9.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changes/5fa3154d-1f42-4b98-9ad1-ef8ef1ad5fbc.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

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

3+
## [1.4.22] - 02/14/2025
4+
5+
### Features
6+
* (**codebuild**) Added test suite names to test case metadata
7+
* (**connect**) Release Notes: 1) Analytics API enhancements: Added new ListAnalyticsDataLakeDataSets API. 2) Onboarding API Idempotency: Adds ClientToken to instance creation and management APIs to support idempotency.
8+
* (**databasemigrationservice**) Introduces premigration assessment feature to DMS Serverless API for start-replication and describe-replications
9+
* (**rdsdata**) Add support for Stop DB feature.
10+
* (**s3**) Added support for Content-Range header in HeadObject response.
11+
* (**wafv2**) The WAFv2 API now supports configuring data protection in webACLs.
12+
* (**workspacesthinclient**) Update Environment and Device name field definitions
13+
* [#1521](https://github.com/awslabs/aws-sdk-kotlin/issues/1521) Improve the coding style of DynamoDB Mapper auto-generated schemas
14+
15+
### Fixes
16+
* [#1413](https://github.com/awslabs/aws-sdk-kotlin/issues/1413) Bump the **smithy-kotlin** version to pick up a [bugfix for Endpoint Discovery](https://github.com/smithy-lang/smithy-kotlin/pull/1240)
17+
318
## [1.4.21] - 02/14/2025
419

520
### 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.22-SNAPSHOT
9+
sdkVersion=1.4.22
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)