Skip to content

Commit 5a72c05

Browse files
chore: release 1.4.89
1 parent 4e965b1 commit 5a72c05

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

.changes/64cc90c7-4694-4ece-912d-2b90c0c83b1f.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

3+
## [1.4.89] - 05/21/2025
4+
5+
### Features
6+
* (**bedrockagentruntime**) Amazon Bedrock introduces asynchronous flows (in preview), which let you run flows for longer durations and yield control so that your application can perform other tasks and you don't have to actively monitor the flow's progress.
7+
* (**cloudwatch**) Adds support for setting up Contributor Insight rules on logs transformed via Logs Transformation feature.
8+
* (**ec2**) Release of Dualstack and Ipv6-only EC2 Public DNS hostnames
9+
* (**partnercentralselling**) Modified validation to allow expectedCustomerSpend array with zero elements in Partner Opportunity operations.
10+
11+
### Documentation
12+
* (**applicationautoscaling**) Doc only update that addresses a customer reported issue.
13+
14+
### Miscellaneous
15+
* Removing private networks service due to deprecation
16+
317
## [1.4.88] - 05/20/2025
418

519
### Features

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

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