Skip to content

Commit 2125e29

Browse files
chore: release 1.5.20
1 parent 489a440 commit 2125e29

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

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.5.20] - 08/18/2025
4+
5+
### Features
6+
* (**bcmdashboards**) Billing and Cost Management Dashboards enables users to create dashboards that combine multiple visualizations of cost and usage data. Users can create, manage, and share dashboards. Tags are also available for dashboards.
7+
* (**connect**) Amazon Connect Service Feature: Add support to enable multi-user in-app, web, and video calling.
8+
* (**connectparticipant**) Amazon Connect Service Feature: Add support to enable multi-user in-app, web, and video calling.
9+
* (**s3control**) Adds support for Compute checksum functionality in Amazon S3 Batch Operations. You can now calculate checksums for a list of objects using supported algorithms in Amazon S3, without requiring a restore or download
10+
* (**sagemaker**) Customer managed keys now available for volume encryption of SageMaker HyperPod clusters.
11+
12+
### Documentation
13+
* (**batch**) Added default_x86_64 and default_arm64 as values to the instanceTypes field.
14+
315
## [1.5.19] - 08/15/2025
416

517
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,12 @@
198198
"artifactName": "autoscalingplans",
199199
"brazilName": "AwsSdkKotlinAutoScalingPlans"
200200
},
201+
{
202+
"sdkId": "BCM Dashboards",
203+
"namespace": "aws.sdk.kotlin.services.bcmdashboards",
204+
"artifactName": "bcmdashboards",
205+
"brazilName": "AwsSdkKotlinBcmDashboards"
206+
},
201207
{
202208
"sdkId": "BCM Data Exports",
203209
"namespace": "aws.sdk.kotlin.services.bcmdataexports",

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=-Xmx10g -XX:MaxMetaspaceSize=2G
77

88
# sdk
9-
sdkVersion=1.5.20-SNAPSHOT
9+
sdkVersion=1.5.20
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)