Skip to content

Commit 5ecbafc

Browse files
chore: release 1.3.61
1 parent eaa42f8 commit 5ecbafc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [1.3.61] - 10/24/2024
4+
5+
### Features
6+
* (**appconfig**) This release improves deployment safety by granting customers the ability to REVERT completed deployments, to the last known good state.In the StopDeployment API revert case the status of a COMPLETE deployment will be REVERTED. AppConfig only allows a revert within 72 hours of deployment completion.
7+
* (**ec2**) This release includes a new API to describe some details of the Amazon Machine Images (AMIs) that were used to launch EC2 instances, even if those AMIs are no longer available for use.
8+
* (**ecs**) This release adds support for EBS volumes attached to Amazon ECS Windows tasks running on EC2 instances.
9+
* (**qbusiness**) Add a new field in chat response. This field can be used to support nested schemas in array fields
10+
11+
### Documentation
12+
* (**pcs**) Documentation update: added the default value of the Slurm configuration parameter scaleDownIdleTimeInSeconds to its description.
13+
314
## [1.3.60] - 10/23/2024
415

516
### 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.3.61-SNAPSHOT
9+
sdkVersion=1.3.61
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)