Skip to content

Commit

Permalink
chore: release 1.3.64
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Oct 29, 2024
1 parent bd2c49d commit 80599b9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changes/afeffc7d-24b2-438c-9e5b-8b29f7d66f2a.json

This file was deleted.

9 changes: 0 additions & 9 deletions .changes/e4f3b5cb-9cdc-4bc7-b12d-e0a17b635f23.json

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.3.64] - 10/29/2024

### Features
* (**bedrock**) Update Application Inference Profile
* (**bedrockruntime**) Update Application Inference Profile
* (**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.
* (**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.
* [#472](https://github.com/awslabs/aws-sdk-kotlin/issues/472) (**dynamodb-mapper**) Initial release of Developer Preview of **DynamoDB Mapper** for Kotlin
* (**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
* (**redshiftdata**) Adding a new API GetStatementResultV2 that supports CSV formatted results from ExecuteStatement and BatchExecuteStatement calls.
* (**sagemaker**) Adding `notebook-al2-v3` as allowed value to SageMaker NotebookInstance PlatformIdentifier attribute

### Miscellaneous
* Remove Nimble Service

## [1.3.63] - 10/28/2024

### Features
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G

# sdk
sdkVersion=1.3.64-SNAPSHOT
sdkVersion=1.3.64

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

0 comments on commit 80599b9

Please sign in to comment.