Skip to content

Commit a111bbd

Browse files
chore: release 1.4.20
1 parent 029d590 commit a111bbd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [1.4.20] - 02/13/2025
4+
5+
### Features
6+
* (**accessanalyzer**) This release introduces the getFindingsStatistics API, enabling users to retrieve aggregated finding statistics for IAM Access Analyzer's external access and unused access analysis features. Updated service API and documentation.
7+
* (**fis**) Adds auto-pagination for the following operations: ListActions, ListExperimentTemplates, ListTargetAccountConfigurations, ListExperiments, ListExperimentResolvedTargets, ListTargetResourceTypes. Reduces length constraints of prefixes for logConfiguration and experimentReportConfiguration.
8+
* (**sagemaker**) Adds additional values to the InferenceAmiVersion parameter in the ProductionVariant data type.
9+
* (**storagegateway**) This release adds support for generating cache reports on S3 File Gateways for files that fail to upload.
10+
11+
### Documentation
12+
* (**acmpca**) Private Certificate Authority (PCA) documentation updates
13+
* (**ecs**) This is a documentation only release to support migrating Amazon ECS service ARNs to the long ARN format.
14+
315
## [1.4.19] - 02/12/2025
416

517
### 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.20-SNAPSHOT
9+
sdkVersion=1.4.20
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)