Skip to content

Commit 6a2e825

Browse files
chore: release 1.3.14
1 parent 0e67b33 commit 6a2e825

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

.changes/e58cd6d1-a4b8-42a8-b03e-459d67aeb7c1.json

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

CHANGELOG.md

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

3+
## [1.3.14] - 08/19/2024
4+
5+
### Features
6+
* (**bedrock**) Amazon Bedrock Batch Inference/ Model Invocation is a feature which allows customers to asynchronously run inference on a large set of records/files stored in S3.
7+
* (**codebuild**) AWS CodeBuild now supports creating fleets with macOS platform for running builds.
8+
* (**deadline**) This release adds additional search fields and provides sorting by multiple fields.
9+
* (**lambda**) Release Lambda FunctionRecursiveConfig, enabling customers to turn recursive loop detection on or off on individual functions. This release adds two new APIs, GetFunctionRecursionConfig and PutFunctionRecursionConfig.
10+
* (**ssmsap**) Add new attributes to the outputs of GetApplication and GetDatabase APIs.
11+
12+
### Fixes
13+
* [#1326](https://github.com/awslabs/aws-sdk-kotlin/issues/1326) Correctly terminate pagination for CloudWatch Logs `GetLogEvents` operation
14+
315
## [1.3.13] - 08/16/2024
416

517
### 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.3.14-SNAPSHOT
9+
sdkVersion=1.3.14
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)