Skip to content

Commit

Permalink
chore: release 1.3.46
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Oct 3, 2024
1 parent 01c14d7 commit abf5ff3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.3.46] - 10/03/2024

### Features
* (**codepipeline**) AWS CodePipeline introduces Commands action that enables you to easily run shell commands as part of your pipeline execution.
* (**connect**) Public GetMetricDataV2 Grouping increase from 3 to 4
* (**ec2**) This release includes a new API for modifying instance cpu-options after launch.
* (**iot**) This release adds support for Custom Authentication with X.509 Client Certificates, support for Custom Client Certificate validation, and support for selecting application protocol and authentication type without requiring TLS ALPN for customer's AWS IoT Domain Configurations.
* (**marketplacereporting**) The AWS Marketplace Reporting service introduces the GetBuyerDashboard API. This API returns a dashboard that provides visibility into your organization's AWS Marketplace agreements and associated spend across the AWS accounts in your organization.
* (**mediapackagev2**) Added support for ClipStartTime on the FilterConfiguration object on OriginEndpoint manifest settings objects. Added support for EXT-X-START tags on produced HLS child playlists.
* (**quicksight**) QuickSight: Add support for exporting and importing folders in AssetBundle APIs

## [1.3.45] - 10/02/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 @@ -1260,6 +1260,12 @@
"artifactName": "marketplacemetering",
"brazilName": "AwsSdkKotlinMarketplaceMetering"
},
{
"sdkId": "Marketplace Reporting",
"namespace": "aws.sdk.kotlin.services.marketplacereporting",
"artifactName": "marketplacereporting",
"brazilName": "AwsSdkKotlinMarketplaceReporting"
},
{
"sdkId": "MediaConnect",
"namespace": "aws.sdk.kotlin.services.mediaconnect",
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.46-SNAPSHOT
sdkVersion=1.3.46

# 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 abf5ff3

Please sign in to comment.