Skip to content

Commit 23cebdd

Browse files
chore: release 1.2.23
1 parent cc72ad5 commit 23cebdd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.23] - 05/30/2024
4+
5+
### Features
6+
* (**acm**) add v2 smoke tests and smithy smokeTests trait for SDK testing.
7+
* (**bedrockagent**) With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2.
8+
* (**bedrockruntime**) This release adds Converse and ConverseStream APIs to Bedrock Runtime
9+
* (**cloudtrail**) CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour.
10+
* (**connect**) Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API
11+
* (**emrserverless**) The release adds support for spark structured streaming.
12+
* (**sagemaker**) Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm.
13+
14+
### Documentation
15+
* (**rds**) Updates Amazon RDS documentation for Aurora Postgres DBname.
16+
317
## [1.2.22] - 05/29/2024
418

519
### 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.23-SNAPSHOT
9+
sdkVersion=1.2.23
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)