Skip to content

Commit fcd54eb

Browse files
chore: release 1.0.68
1 parent 80beaa8 commit fcd54eb

File tree

5 files changed

+17
-19
lines changed

5 files changed

+17
-19
lines changed

.changes/119ee420-38a5-4974-922e-29cb11de02d0.json

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

.changes/6aef179b-d710-40a5-bd6e-37078f07dfa4.json

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

.changes/8e7992a3-5add-4fc4-987f-c8bd0c6ef405.json

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

CHANGELOG.md

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

3+
## [1.0.68] - 02/29/2024
4+
5+
### Features
6+
* (**docdbelastic**) Launched Elastic Clusters Readable Secondaries, Start/Stop, Configurable Shard Instance count, Automatic Backups and Snapshot Copying
7+
* (**eks**) Added support for new AL2023 AMIs to the supported AMITypes.
8+
* (**lexmodelsv2**) This release makes AMAZON.QnAIntent generally available in Amazon Lex. This generative AI feature leverages large language models available through Amazon Bedrock to automate frequently asked questions (FAQ) experience for end-users.
9+
* (**migrationhuborchestrator**) Adds new CreateTemplate, UpdateTemplate and DeleteTemplate APIs.
10+
* (**quicksight**) TooltipTarget for Combo chart visuals; ColumnConfiguration limit increase to 2000; Documentation Update
11+
* (**sagemaker**) Adds support for ModelDataSource in Model Packages to support unzipped models. Adds support to specify SourceUri for models which allows registration of models without mandating a container for hosting. Using SourceUri, customers can decouple the model from hosting information during registration.
12+
* (**securitylake**) Add capability to update the Data Lake's MetaStoreManager Role in order to perform required data lake updates to use Iceberg table format in their data lake or update the role for any other reason.
13+
* Add support for S3 Express One Zone
14+
15+
### Fixes
16+
* Fix an issue where sections were not properly divided when parsing the config file
17+
* [#1220](https://github.com/awslabs/aws-sdk-kotlin/issues/1220) Refactor XML deserialization to handle flat collections
18+
319
## [1.0.67] - 02/28/2024
420

521
### 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.0.68-SNAPSHOT
9+
sdkVersion=1.0.68
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)