Skip to content

Commit 838382d

Browse files
chore: release 1.2.32
1 parent b1f0703 commit 838382d

File tree

4 files changed

+23
-6
lines changed

4 files changed

+23
-6
lines changed

.changes/1725a5d3-a160-4682-9aa5-854a6d1eeba3.json

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

CHANGELOG.md

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

3+
## [1.2.32] - 06/12/2024
4+
5+
### Features
6+
* (**apptest**) AWS Mainframe Modernization Application Testing is an AWS Mainframe Modernization service feature that automates functional equivalence testing for mainframe application modernization and migration to AWS, and regression testing.
7+
* (**ec2**) Tagging support for Traffic Mirroring FilterRule resource
8+
* (**osis**) SDK changes for self-managed vpc endpoint to OpenSearch ingestion pipelines.
9+
* (**secretsmanager**) Introducing RotationToken parameter for PutSecretValue API
10+
* (**securitylake**) This release updates request validation regex to account for non-commercial aws partitions.
11+
* (**sesv2**) This release adds support for Amazon EventBridge as an email sending events destination.
12+
13+
### Documentation
14+
* (**redshift**) Updates to remove DC1 and DS2 node types.
15+
16+
### Miscellaneous
17+
* Deprecation of AWS Backup Storage
18+
319
## [1.2.31] - 06/11/2024
420

521
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@
114114
"artifactName": "appsync",
115115
"brazilName": "AwsSdkKotlinAppsync"
116116
},
117+
{
118+
"sdkId": "AppTest",
119+
"namespace": "aws.sdk.kotlin.services.apptest",
120+
"artifactName": "apptest",
121+
"brazilName": "AwsSdkKotlinApptest"
122+
},
117123
{
118124
"sdkId": "Appflow",
119125
"namespace": "aws.sdk.kotlin.services.appflow",

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.2.32-SNAPSHOT
9+
sdkVersion=1.2.32
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)