Skip to content

Commit 9ad2b8e

Browse files
chore: release 1.3.53
1 parent 025f9f9 commit 9ad2b8e

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.changes/220eb2c9-2f5b-4ebb-bc30-901bdedc1a4c.json

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

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.3.53] - 10/14/2024
4+
5+
### Features
6+
* (**codepipeline**) AWS CodePipeline V2 type pipelines now support automatically retrying failed stages and skipping stage for failed entry conditions.
7+
* (**mailmanager**) Mail Manager support for viewing and exporting metadata of archived messages.
8+
* (**securitylake**) This release updates request validation regex for resource ARNs.
9+
* (**supplychain**) This release adds AWS Supply Chain instance management functionality. Specifically adding CreateInstance, DeleteInstance, GetInstance, ListInstances, and UpdateInstance APIs.
10+
* (**transfer**) This release enables customers using SFTP connectors to query the transfer status of their files to meet their monitoring needs as well as orchestrate post transfer actions.
11+
12+
### Fixes
13+
* ⚠️ **IMPORTANT**: Update to the latest S3 model, which correctly models `ReplicationRuleFilter` and `LifecycleRuleFilter` as structures (not unions). This may cause compilation failures in existing code which references these two shapes.
14+
315
## [1.3.52] - 10/11/2024
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.3.53-SNAPSHOT
9+
sdkVersion=1.3.53
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)