Skip to content

Commit ac6c1fe

Browse files
chore: release 1.3.25
1 parent b48bbee commit ac6c1fe

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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.25] - 09/04/2024
4+
5+
### Features
6+
* (**appsync**) Adds new logging levels (INFO and DEBUG) for additional log output control
7+
* (**bedrockagent**) Add support for user metadata inside PromptVariant.
8+
* (**cloudwatchlogs**) Update to support new APIs for delivery of logs from AWS services.
9+
* (**fis**) This release adds safety levers, a new mechanism to stop all running experiments and prevent new experiments from starting.
10+
* (**s3control**) Amazon Simple Storage Service /S3 Access Grants / Features : This release launches new Access Grants API - ListCallerAccessGrants.
11+
12+
### Documentation
13+
* (**finspace**) Updates Finspace documentation for smaller instances.
14+
315
## [1.3.24] - 09/03/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.25-SNAPSHOT
9+
sdkVersion=1.3.25
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)