Skip to content

Commit 7163b46

Browse files
chore: release 1.4.78
1 parent 728fac3 commit 7163b46

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

.changes/26842b1e-eda3-4dc5-b306-20cce3a1125d.json

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

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.4.78] - 05/06/2025
4+
5+
### Features
6+
* (**ec2**) This release adds support for Amazon EBS Provisioned Rate for Volume Initialization, which lets you specify a volume initialization rate to ensure that your EBS volumes are initialized in a predictable amount of time.
7+
* (**servicecatalog**) ServiceCatalog's APIs (DeleteServiceAction, DisassociateServiceActionFromProvisioningArtifact, AssociateServiceActionWithProvisioningArtifact) now throw InvalidParametersException when IdempotencyToken is invalid.
8+
* (**timestreamquery**) Add dualstack endpoints support and correct us-gov-west-1 FIPS endpoint.
9+
* (**timestreamwrite**) Add dualstack endpoints support.
10+
11+
### Fixes
12+
* [#1590](https://github.com/awslabs/aws-sdk-kotlin/issues/1590) (**dynamodb-mapper**) Fix schema generation for nullable lists and maps
13+
314
## [1.4.77] - 05/05/2025
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.4.78-SNAPSHOT
9+
sdkVersion=1.4.78
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)