Skip to content

Commit

Permalink
chore: release 1.3.76
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Nov 15, 2024
1 parent ad8f4de commit 355f4aa
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions codegen/sdk/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 355f4aa

Please sign in to comment.