Skip to content

Commit ece6020

Browse files
chore: release 1.2.17
1 parent 789be74 commit ece6020

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.17] - 05/21/2024
4+
5+
### Features
6+
* (**cloudfront**) Model update; no change to SDK functionality.
7+
* (**glue**) Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED.
8+
* (**lightsail**) This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types.
9+
* (**mailmanager**) This release includes a new Amazon SES feature called Mail Manager, which is a set of email gateway capabilities designed to help customers strengthen their organization's email infrastructure, simplify email workflow management, and streamline email compliance control.
10+
* (**pi**) Performance Insights added a new input parameter called AuthorizedActions to support the fine-grained access feature. Performance Insights also restricted the acceptable input characters.
11+
* (**storagegateway**) Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums.
12+
13+
### Documentation
14+
* (**rds**) Updates Amazon RDS documentation for Db2 license through AWS Marketplace.
15+
316
## [1.2.16] - 05/20/2024
417

518
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,12 @@
12001200
"artifactName": "macie2",
12011201
"brazilName": "AwsSdkKotlinMacie2"
12021202
},
1203+
{
1204+
"sdkId": "MailManager",
1205+
"namespace": "aws.sdk.kotlin.services.mailmanager",
1206+
"artifactName": "mailmanager",
1207+
"brazilName": "AwsSdkKotlinMailmanager"
1208+
},
12031209
{
12041210
"sdkId": "ManagedBlockchain",
12051211
"namespace": "aws.sdk.kotlin.services.managedblockchain",

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.17-SNAPSHOT
9+
sdkVersion=1.2.17
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)