Skip to content

Commit 7897163

Browse files
chore: release 1.3.51
1 parent 5e3b36e commit 7897163

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

CHANGELOG.md

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

3+
## [1.3.51] - 10/10/2024
4+
5+
### Features
6+
* (**databasemigrationservice**) Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message.
7+
* (**ec2**) This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations.
8+
* (**iotfleetwise**) Refine campaign related API validations
9+
* (**neptunegraph**) Support for 16 m-NCU graphs available through account allowlisting
10+
* (**outposts**) Adding new "DELIVERED" enum value for Outposts Order status
11+
* (**route53resolver**) Route 53 Resolver Forwarding Rules can now include a server name indication (SNI) in the target address for rules that use the DNS-over-HTTPS (DoH) protocol. When a DoH-enabled Outbound Resolver Endpoint forwards a request to a DoH server, it will provide the SNI in the TLS handshake.
12+
* (**socialmessaging**) This release for AWS End User Messaging includes a public SDK, providing a suite of APIs that enable sending WhatsApp messages to end users.
13+
* (**timestreaminfluxdb**) This release updates our regex based validation rules in regards to valid DbInstance and DbParameterGroup name.
14+
15+
### Documentation
16+
* (**acmpca**) Documentation updates for AWS Private CA.
17+
* (**ecs**) This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available.
18+
* (**elasticinference**) Elastic Inference - Documentation update to add service shutdown notice.
19+
320
## [1.3.50] - 10/09/2024
421

522
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1944,6 +1944,12 @@
19441944
"artifactName": "snowball",
19451945
"brazilName": "AwsSdkKotlinSnowball"
19461946
},
1947+
{
1948+
"sdkId": "SocialMessaging",
1949+
"namespace": "aws.sdk.kotlin.services.socialmessaging",
1950+
"artifactName": "socialmessaging",
1951+
"brazilName": "AwsSdkKotlinSocialmessaging"
1952+
},
19471953
{
19481954
"sdkId": "Ssm Sap",
19491955
"namespace": "aws.sdk.kotlin.services.ssmsap",

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.51-SNAPSHOT
9+
sdkVersion=1.3.51
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)