diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fec2661c5d..aae890e0249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.3.76] - 11/15/2024 + +### Features +* (**cloudwatch**) Adds support for adding related Entity information to metrics ingested through PutMetricData. +* (**connectcampaignsv2**) Added Amazon Connect Outbound Campaigns V2 SDK. +* (**ec2**) Remove non-functional enum variants for FleetCapacityReservationUsageStrategy +* (**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. +* (**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. +* (**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. +* (**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). + +### Documentation +* (**datasync**) Doc-only updates and enhancements related to creating DataSync tasks and describing task executions. +* (**polly**) Fixes PutLexicon usage example. + ## [1.3.75] - 11/15/2024 ### Features diff --git a/codegen/sdk/packages.json b/codegen/sdk/packages.json index e7be0d24c40..1e6bd5cf06f 100644 --- a/codegen/sdk/packages.json +++ b/codegen/sdk/packages.json @@ -510,6 +510,12 @@ "artifactName": "connectcampaigns", "brazilName": "AwsSdkKotlinConnectcampaigns" }, + { + "sdkId": "ConnectCampaignsV2", + "namespace": "aws.sdk.kotlin.services.connectcampaignsv2", + "artifactName": "connectcampaignsv2", + "brazilName": "AwsSdkKotlinConnectcampaignsv2" + }, { "sdkId": "ConnectCases", "namespace": "aws.sdk.kotlin.services.connectcases", diff --git a/gradle.properties b/gradle.properties index 7364d3a944c..f70c821390d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G # sdk -sdkVersion=1.3.76-SNAPSHOT +sdkVersion=1.3.76 # dokka config (values specified at build-time as needed) smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/