Skip to content

Commit 0dd7427

Browse files
chore: release 1.4.114
1 parent 99e1a9e commit 0dd7427

File tree

5 files changed

+25
-17
lines changed

5 files changed

+25
-17
lines changed

.changes/28e51fe7-a4d8-4c99-a257-886ad89b7d02.json

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

.changes/91619ed5-0056-4f22-8863-8dd35b7a3c21.json

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

CHANGELOG.md

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

3+
## [1.4.114] - 06/26/2025
4+
5+
### Features
6+
* (**deadline**) Added fields to track cumulative task retry attempts for steps and jobs
7+
* (**ec2**) This release adds support for OdbNetworkArn as a target in VPC Route Tables
8+
* (**iotmanagedintegrations**) Adding managed integrations APIs for IoT Device Management to onboard and control devices across different manufacturers, connectivity protocols and third party vendor clouds. APIs include managed thing operations, provisioning profile management, and cloud connector operations.
9+
* (**keyspaces**) This release provides change data capture (CDC) streams support through updates to the Amazon Keyspaces API.
10+
* (**keyspacesstreams**) This release adds change data capture (CDC) streams support through the new Amazon Keyspaces Streams API.
11+
* (**qbusiness**) Added support for App level authentication for QBusiness DataAccessor using AWS IAM Identity center Trusted Token issuer
12+
* (**workspaces**) Updated modifyStreamingProperties to support PrivateLink VPC endpoints for directories
13+
14+
### Fixes
15+
* [#1626](https://github.com/awslabs/aws-sdk-kotlin/issues/1626) improve retry policies for ECS and IMDS credentials to handle common network errors
16+
* [#1295](https://github.com/smithy-lang/smithy-kotlin/issues/1295) Enable building this project on JDK21 by setting -Xjdk-release flag
17+
18+
### Documentation
19+
* (**kms**) This release updates AWS CLI examples for KMS APIs.
20+
321
## [1.4.113] - 06/25/2025
422

523
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,6 +1110,12 @@
11101110
"artifactName": "keyspaces",
11111111
"brazilName": "AwsSdkKotlinKeyspaces"
11121112
},
1113+
{
1114+
"sdkId": "KeyspacesStreams",
1115+
"namespace": "aws.sdk.kotlin.services.keyspacesstreams",
1116+
"artifactName": "keyspacesstreams",
1117+
"brazilName": "AwsSdkKotlinKeyspacesstreams"
1118+
},
11131119
{
11141120
"sdkId": "Kinesis",
11151121
"namespace": "aws.sdk.kotlin.services.kinesis",

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.114-SNAPSHOT
9+
sdkVersion=1.4.114
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)