Skip to content

Commit 8534df8

Browse files
chore: release 1.2.5
1 parent abbe9ad commit 8534df8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.5] - 05/03/2024
4+
5+
### Features
6+
* (**bedrockagent**) This release adds support for using Provisioned Throughput with Bedrock Agents.
7+
* (**connect**) This release adds 5 new APIs for managing attachments: StartAttachedFileUpload, CompleteAttachedFileUpload, GetAttachedFile, BatchGetAttachedFileMetadata, DeleteAttachedFile. These APIs can be used to programmatically upload and download attachments to Connect resources, like cases.
8+
* (**connectcases**) This feature supports the release of Files related items
9+
* (**inspector2**) This release adds CSV format to GetCisScanReport for Inspector v2
10+
* (**sagemaker**) Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs
11+
* (**sesv2**) Adds support for specifying replacement headers per BulkEmailEntry in SendBulkEmail in SESv2.
12+
13+
### Documentation
14+
* (**datasync**) Updated guidance on using private or self-signed certificate authorities (CAs) with AWS DataSync object storage locations.
15+
316
## [1.2.4] - 05/02/2024
417

518
### 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.2.5-SNAPSHOT
9+
sdkVersion=1.2.5
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)