Skip to content

Commit ea3b8a8

Browse files
chore: release 1.0.54
1 parent 9a8a903 commit ea3b8a8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.54] - 02/09/2024
4+
5+
### Features
6+
* (**batch**) This feature allows Batch to support configuration of repository credentials for jobs running on ECS
7+
* (**braket**) Creating a job will result in DeviceOfflineException when using an offline device, and DeviceRetiredException when using a retired device.
8+
* (**costoptimizationhub**) Adding includeMemberAccounts field to the response of ListEnrollmentStatuses API.
9+
* (**iot**) This release allows AWS IoT Core users to enable Online Certificate Status Protocol (OCSP) Stapling for TLS X.509 Server Certificates when creating and updating AWS IoT Domain Configurations with Custom Domain.
10+
* (**pricing**) Add Throttling Exception to all APIs.
11+
12+
### Documentation
13+
* (**amp**) Overall documentation updates.
14+
* (**ecs**) Documentation only update for Amazon ECS.
15+
316
## [1.0.53] - 02/08/2024
417

518
### 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.0.54-SNAPSHOT
9+
sdkVersion=1.0.54
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)