Skip to content

Commit b72f8b0

Browse files
chore: release 1.0.42
1 parent eacba6f commit b72f8b0

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

.changes/517318e5-0ba6-472c-a51f-bb4e758215e2.json

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

.changes/79dbe269-f307-4a62-9443-a5847358797d.json

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

CHANGELOG.md

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

3+
## [1.0.42] - 01/24/2024
4+
5+
### Features
6+
* (**ec2**) Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs.
7+
* (**outposts**) DeviceSerialNumber parameter is now optional in StartConnection API
8+
* (**rds**) This release adds support for Aurora Limitless Database.
9+
* (**storagegateway**) Add DeprecationDate and SoftwareVersion to response of ListGateways.
10+
11+
### Fixes
12+
* Fix application of sigv4a authentication scheme for S3, Eventbridge, and CloudFront KeyValueStore
13+
14+
### Documentation
15+
* (**ecs**) Documentation updates for Amazon ECS.
16+
17+
### Miscellaneous
18+
* Bump smithy-kotlin version to 1.0.11
19+
320
## [1.0.41] - 01/23/2024
421

522
### 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.42-SNAPSHOT
9+
sdkVersion=1.0.42
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)