Skip to content

Commit 80599b9

Browse files
chore: release 1.3.64
1 parent bd2c49d commit 80599b9

File tree

4 files changed

+17
-16
lines changed

4 files changed

+17
-16
lines changed

.changes/afeffc7d-24b2-438c-9e5b-8b29f7d66f2a.json

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

.changes/e4f3b5cb-9cdc-4bc7-b12d-e0a17b635f23.json

Lines changed: 0 additions & 9 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.3.64] - 10/29/2024
4+
5+
### Features
6+
* (**bedrock**) Update Application Inference Profile
7+
* (**bedrockruntime**) Update Application Inference Profile
8+
* (**cleanrooms**) This release adds the option for customers to configure analytics engine when creating a collaboration, and introduces the new SPARK analytics engine type in addition to maintaining the legacy CLEAN_ROOMS_SQL engine type.
9+
* (**cloudwatchlogs**) Added support for new optional baseline parameter in the UpdateAnomaly API. For UpdateAnomaly requests with baseline set to True, The anomaly behavior is then treated as baseline behavior. However, more severe occurrences of this behavior will still be reported as anomalies.
10+
* [#472](https://github.com/awslabs/aws-sdk-kotlin/issues/472) (**dynamodb-mapper**) Initial release of Developer Preview of **DynamoDB Mapper** for Kotlin
11+
* (**iotfleetwise**) Updated BatchCreateVehicle and BatchUpdateVehicle APIs: LimitExceededException has been added and the maximum number of vehicles in a batch has been set to 10 explicitly
12+
* (**redshiftdata**) Adding a new API GetStatementResultV2 that supports CSV formatted results from ExecuteStatement and BatchExecuteStatement calls.
13+
* (**sagemaker**) Adding `notebook-al2-v3` as allowed value to SageMaker NotebookInstance PlatformIdentifier attribute
14+
15+
### Miscellaneous
16+
* Remove Nimble Service
17+
318
## [1.3.63] - 10/28/2024
419

520
### Features

gradle.properties

Lines changed: 2 additions & 2 deletions
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.64-SNAPSHOT
9+
sdkVersion=1.3.64
1010

1111
# dokka config (values specified at build-time as needed)
1212
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/
@@ -19,4 +19,4 @@ kotlinx.atomicfu.enableNativeIrTransformation=false
1919
# https://github.com/google/ksp/blob/main/docs/ksp2.md
2020
# Disable KSP2 due to a bug around subsequent invocations
2121
# https://github.com/google/dagger/issues/4181 / https://github.com/google/ksp/issues/1678
22-
ksp.useKSP2=false
22+
ksp.useKSP2=false

0 commit comments

Comments
 (0)