Skip to content

Commit fd0204c

Browse files
chore: release 1.5.85
1 parent 6e40466 commit fd0204c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## [1.5.85] - 11/18/2025
4+
5+
### Features
6+
* (**autoscaling**) This release adds the new LaunchInstances API, which can launch instances synchronously in an AutoScaling group. The API also returns instances info and launch error back immediately.
7+
* (**backup**) AWS Backup now supports a low-cost warm storage tier for Amazon S3 backup data.
8+
* (**bedrockruntime**) Amazon Bedrock Runtime Service Tier Support Launch
9+
* (**cloudformation**) New CloudFormation DescribeEvents API with operation ID tracking and failure filtering capabilities to quickly identify root causes of deployment failures. Also, a DeploymentMode parameter for the CreateChangeSet API that enables creation of drift-aware change sets for safe drift management.
10+
* (**cloudwatchlogs**) CloudWatch Logs updates: Added capability to setup a recurring schedule for log insights queries. Logs introduced Scheduled Queries (managed through Create/Update/Get/Delete/List/History Scheduled Query APIs). For more information, see CloudWatch Logs API documentation.
11+
* (**connect**) This release added support for ring timer configuration for campaign calls.
12+
* (**ec2**) AWS Site-to-Site VPN now supports VPN Concentrator, a new feature that enables customers to connect multiple low-bandwidth sites connections through a single attachment, simplifying multi-site connectivity for distributed enterprises.
13+
* (**iam**) Added the AssociateDelegationRequest, GetDelegationRequest, AcceptDelegationRequest, RejectDelegatonRequest, ListDelegationRequests, UpdateDelegationRequest, SendDelegationToken and GetHumanReadableSummary APIs for the IAM temporary delegation feature.
14+
* (**kafka**) Amazon MSK adds three new APIs, ListTopics, DescribeTopic, and DescribeTopicPartitions for viewing Kafka topics in your MSK clusters.
15+
* (**resourcegroupstaggingapi**) Add support for new ListRequiredTags API used to retrieve the required tags specified in a customer's effective tag policy.
16+
* (**storagegateway**) Adds support for European Sovereign Cloud ARNs in Storage Gateway API parameters.
17+
* (**wafv2**) AssociateWebACL, UpdateWebACL and PutLoggingConfiguration will now throw WAFFeatureNotIncludedInPricingPlanException when the request contains a feature that is not included in the CloudFront pricing plan of the WebACL.
18+
319
## [1.5.84] - 11/17/2025
420

521
### 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.5.85-SNAPSHOT
10+
sdkVersion=1.5.85
1111

1212
# atomicfu
1313
kotlinx.atomicfu.enableJvmIrTransformation=true

0 commit comments

Comments
 (0)