Skip to content

Commit 355f4aa

Browse files
chore: release 1.3.76
1 parent ad8f4de commit 355f4aa

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

CHANGELOG.md

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

3+
## [1.3.76] - 11/15/2024
4+
5+
### Features
6+
* (**cloudwatch**) Adds support for adding related Entity information to metrics ingested through PutMetricData.
7+
* (**connectcampaignsv2**) Added Amazon Connect Outbound Campaigns V2 SDK.
8+
* (**ec2**) Remove non-functional enum variants for FleetCapacityReservationUsageStrategy
9+
* (**iot**) This release allows AWS IoT Core users to enrich MQTT messages with propagating attributes, to associate a thing to a connection, and to enable Online Certificate Status Protocol (OCSP) stapling for TLS X.509 server certificates through private endpoints.
10+
* (**outposts**) You can now purchase AWS Outposts rack or server capacity for a 5-year term with one of the following payment options: All Upfront, Partial Upfront, and No Upfront.
11+
* (**pinpointsmsvoicev2**) Use rule overrides to always allow or always block messages to specific phone numbers. Use message feedback to monitor if a customer interacts with your message.
12+
* (**route53resolver**) Route 53 Resolver DNS Firewall Advanced Rules allows you to monitor and block suspicious DNS traffic based on anomalies detected in the queries, such as DNS tunneling and Domain Generation Algorithms (DGAs).
13+
14+
### Documentation
15+
* (**datasync**) Doc-only updates and enhancements related to creating DataSync tasks and describing task executions.
16+
* (**polly**) Fixes PutLexicon usage example.
17+
318
## [1.3.75] - 11/15/2024
419

520
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,12 @@
510510
"artifactName": "connectcampaigns",
511511
"brazilName": "AwsSdkKotlinConnectcampaigns"
512512
},
513+
{
514+
"sdkId": "ConnectCampaignsV2",
515+
"namespace": "aws.sdk.kotlin.services.connectcampaignsv2",
516+
"artifactName": "connectcampaignsv2",
517+
"brazilName": "AwsSdkKotlinConnectcampaignsv2"
518+
},
513519
{
514520
"sdkId": "ConnectCases",
515521
"namespace": "aws.sdk.kotlin.services.connectcases",

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.76-SNAPSHOT
9+
sdkVersion=1.3.76
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)