Skip to content

Commit 7a5abdc

Browse files
chore: release 1.0.74
1 parent 24673ae commit 7a5abdc

File tree

4 files changed

+16
-17
lines changed

4 files changed

+16
-17
lines changed

.changes/8571dd20-b6a8-4cab-9e2a-567e273a016f.json

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

.changes/de403702-531d-4f43-bc33-aa5bc2fc000f.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.0.74] - 03/08/2024
4+
5+
### Features
6+
* (**batch**) This release adds JobStateTimeLimitActions setting to the Job Queue API. It allows you to configure an action Batch can take for a blocking job in front of the queue after the defined period of time. The new parameter applies for ECS, EKS, and FARGATE Job Queues.
7+
* (**cloudtrail**) Added exceptions to CreateTrail, DescribeTrails, and ListImportFailures APIs.
8+
* (**cognitoidentityprovider**) Add ConcurrentModificationException to SetUserPoolMfaConfig
9+
* (**guardduty**) Add RDS Provisioned and Serverless Usage types
10+
* (**transfer**) Added DES_EDE3_CBC to the list of supported encryption algorithms for messages sent with an AS2 connector.
11+
* [#1212](https://github.com/awslabs/aws-sdk-kotlin/issues/1212) Add request IDs to exception messages where available
12+
* [#1212](https://github.com/awslabs/aws-sdk-kotlin/issues/1212) Add error metadata to ServiceException messages when a service-provided message isn't available
13+
14+
### Documentation
15+
* (**bedrockagentruntime**) Documentation update for Bedrock Runtime Agent
16+
* (**codebuild**) This release adds support for a new webhook event: PULL_REQUEST_CLOSED.
17+
318
## [1.0.73] - 03/07/2024
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.0.74-SNAPSHOT
9+
sdkVersion=1.0.74
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)