Skip to content

Commit cc05b09

Browse files
chore: release 1.6.22
1 parent c7e5428 commit cc05b09

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## [1.6.22] - 02/20/2026
4+
5+
### Features
6+
* (**appstream**) Adding new attribute to disable IMDS v1 APIs for fleet, Image Builder and AppBlockBuilder instances.
7+
* (**ecs**) Migrated to Smithy. No functional changes
8+
* (**sagemakerruntime**) Added support for S3OutputPathExtension and Filename parameters to the InvokeEndpointAsync API to allow users to customize the S3 output path and file name for async inference response payloads.
9+
* (**signerdata**) This release introduces AWS Signer Data Plane SDK client supporting GetRevocationStatus API. The new client enables AWS PrivateLink connectivity with both private DNS and VPC endpoint URLs.
10+
* (**ssm**) Add support for AssociationDispatchAssumeRole in AWS SSM State Manager.
11+
* (**trustedadvisor**) Adding a new enum attribute(statusReason) to TrustedAdvisorAPI response. This attribute explains reasoning behind check status for certain specific scenarios.
12+
313
## [1.6.21] - 02/19/2026
414

515
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2058,6 +2058,12 @@
20582058
"artifactName": "shield",
20592059
"brazilName": "AwsSdkKotlinShield"
20602060
},
2061+
{
2062+
"sdkId": "Signer Data",
2063+
"namespace": "aws.sdk.kotlin.services.signerdata",
2064+
"artifactName": "signerdata",
2065+
"brazilName": "AwsSdkKotlinSignerData"
2066+
},
20612067
{
20622068
"sdkId": "Signin",
20632069
"namespace": "aws.sdk.kotlin.services.signin",

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.22-SNAPSHOT
10+
sdkVersion=1.6.22
1111

1212
# atomicfu
1313
kotlinx.atomicfu.enableJvmIrTransformation=true

0 commit comments

Comments
 (0)