Skip to content

Commit

Permalink
chore: release 1.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Feb 4, 2025
1 parent 2cde4d6 commit 9fa5a3d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.4.13] - 02/04/2025

### Features
* (**databasemigrationservice**) Introduces TargetDataSettings with the TablePreparationMode option available for data migrations.
* (**iam**) This release adds support for accepting encrypted SAML assertions. Customers can now configure their identity provider to encrypt the SAML assertions it sends to IAM.
* (**neptunegraph**) Added argument to `list-export` to filter by graph ID
* (**qbusiness**) Adds functionality to enable/disable a new Q Business Chat orchestration feature. If enabled, Q Business can orchestrate over datasources and plugins without the need for customers to select specific chat modes.

### Documentation
* (**datasync**) Doc-only update to provide more information on using Kerberos authentication with SMB locations.
* (**sagemaker**) IPv6 support for Hyperpod clusters

## [1.4.12] - 02/03/2025

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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.4.13-SNAPSHOT
sdkVersion=1.4.13

# dokka config (values specified at build-time as needed)
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/
Expand Down

0 comments on commit 9fa5a3d

Please sign in to comment.