Skip to content

Commit 23498a1

Browse files
chore: release 1.0.21
1 parent 5874198 commit 23498a1

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

.changes/20c241c6-1ade-4087-ab3c-9bf8ad85da82.json

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

.changes/93140368-5000-4614-9f21-e9f1cf76f2ee.json

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

CHANGELOG.md

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

3+
## [1.0.21] - 12/20/2023
4+
5+
### Features
6+
* (**appstream**) This release introduces configurable clipboard, allowing admins to specify the maximum length of text that can be copied by the users from their device to the remote session and vice-versa.
7+
* (**eks**) Add support for cluster insights, new EKS capability that surfaces potentially upgrade impacting issues.
8+
* (**guardduty**) This release 1) introduces a new API: GetOrganizationStatistics , and 2) adds a new UsageStatisticType TOP_ACCOUNTS_BY_FEATURE for GetUsageStatistics API
9+
* (**managedblockchainquery**) Adding Confirmation Status and Execution Status to GetTransaction Response.
10+
* (**mediatailor**) Adds the ability to configure time shifting on MediaTailor channels using the TimeShiftConfiguration field
11+
* (**route53**) Amazon Route 53 now supports the Canada West (Calgary) Region (ca-west-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
12+
* [#239](https://github.com/awslabs/aws-sdk-kotlin/issues/239) Generate KDoc samples from modeled examples
13+
* Added support for [request compression](https://smithy.io/2.0/spec/behavior-traits.html#requestcompression-trait)
14+
315
## [1.0.20] - 12/19/2023
416

517
### 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.21-SNAPSHOT
9+
sdkVersion=1.0.21
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)