Skip to content

Commit 0bdf927

Browse files
chore: release 1.6.57
1 parent 369358b commit 0bdf927

3 files changed

Lines changed: 19 additions & 1 deletion

File tree

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.6.57] - 04/13/2026
4+
5+
### Features
6+
* (**customerprofiles**) This release introduces changes to SegmentDefinition APIs to support sorting by attributes.
7+
* (**deadline**) Adds GetMonitorSettings and UpdateMonitorSettings APIs to Deadline Cloud. Enables reading and writing monitor settings as key-value pairs (up to 64 keys per monitor). UpdateMonitorSettings supports upsert and delete (via empty value) semantics and is idempotent.
8+
* (**interconnect**) Initial release of AWS Interconnect -- a managed private connectivity service that enables you to create high-speed network connections between your AWS Virtual Private Clouds (VPCs) and your VPCs on other public clouds or your on-premise networks.
9+
* (**macie2**) This release adds an optional expectedBucketOwner field to the Macie S3 export configuration, allowing customers to verify bucket ownership before Macie writes results to the destination bucket.
10+
* (**securityhub**) Provide organizational unit scoping capability for GetFindingsV2, GetFindingStatisticsV2, GetResourcesV2, GetResourcesStatisticsV2 APIs.
11+
12+
### Documentation
13+
* (**glue**) AWS Glue now defaults to Glue version 5.1 for newly created jobs if the Glue version is not specified in the request, and UpdateJob now preserves the existing Glue version of a job when the Glue version is not specified in the update request.
14+
315
## [1.6.56] - 04/10/2026
416

517
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,12 @@
10141014
"artifactName": "inspector2",
10151015
"brazilName": "AwsSdkKotlinInspector2"
10161016
},
1017+
{
1018+
"sdkId": "Interconnect",
1019+
"namespace": "aws.sdk.kotlin.services.interconnect",
1020+
"artifactName": "interconnect",
1021+
"brazilName": "AwsSdkKotlinInterconnect"
1022+
},
10171023
{
10181024
"sdkId": "InternetMonitor",
10191025
"namespace": "aws.sdk.kotlin.services.internetmonitor",

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ org.gradle.jvmargs=-Xmx10g -XX:MaxMetaspaceSize=2G
77
org.gradle.parallel=true
88

99
# sdk
10-
sdkVersion=1.6.57-SNAPSHOT
10+
sdkVersion=1.6.57
1111

1212
# atomicfu
1313
kotlinx.atomicfu.enableJvmIrTransformation=true

0 commit comments

Comments
 (0)