Skip to content

Commit 3ad5d56

Browse files
chore: release 1.6.92
1 parent 43e8bce commit 3ad5d56

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.6.92] - 06/09/2026
4+
5+
### Features
6+
* (**bedrock**) Adds support for the Amazon Bedrock account-level data retention APIs PutAccountDataRetention and GetAccountDataRetention.
7+
* (**bedrockagentcore**) Add RetryableConflictException (HTTP 409) to InvokeAgentRuntimeCommand and GetAgentCard to prevent orphaned VMs during concurrent session access. The SDK automatically retries this exception with backoff. Enforcement is not yet active and will be enabled in a future service update.
8+
* (**cloudwatch**) This release adds the APIs (AssociateDatasetKmsKey, DisassociateDatasetKmsKey, GetDataset) to manage encryption at rest for OpenTelemetry metrics in CloudWatch using AWS KMS customer managed keys.
9+
* (**dynamodbstreams**) Adding new BDD representation of endpoint ruleset
10+
* (**ec2**) Added TagFieldSpecifications to CreateFlowLogs and DescribeFlowLogs APIs. Customers can now specify tag keys in their Flow Logs subscriptions to capture associated EC2 resource tag values in their logs, enabling tag-based visibility.
11+
* (**iotsitewise**) Adding new BDD representation of endpoint ruleset
12+
* (**marketplacecommerceanalytics**) Adding new BDD representation of endpoint ruleset
13+
* (**odb**) Releases Autonomous Database Serverless APIs, autonomousDatabaseOciIntegrationIamRoles, linkedOciTenancyId, linkedOciCompartmentId, and subscriptionErrors fields in GetOciOnboardingStatus API response.
14+
* (**outposts**) Added AWS Outposts APIs for self-service Outposts quoting and ordering. New operations include CreateQuote, GetQuote, UpdateQuote, DeleteQuote, ListQuotes, and ListOrderableInstanceTypes.
15+
* (**timestreamquery**) Adding new BDD representation of endpoint ruleset
16+
* (**timestreamwrite**) Adding new BDD representation of endpoint ruleset
17+
318
## [1.6.91] - 06/08/2026
419

520
### Features

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.92-SNAPSHOT
10+
sdkVersion=1.6.92
1111

1212
# atomicfu
1313
kotlinx.atomicfu.enableJvmIrTransformation=true

0 commit comments

Comments
 (0)