Skip to content

Commit a6c847e

Browse files
chore: release 1.8.0
1 parent 273514f commit a6c847e

4 files changed

Lines changed: 27 additions & 7 deletions

File tree

.changes/7b7a67c4-a9eb-4d4e-aee4-d12e56535e20.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

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

3+
## [1.8.0] - 07/07/2026
4+
5+
### Features
6+
* (**configservice**) Added support for connecting AWS Config to third-party cloud service providers. New APIs include PutConnector, GetConnector, DeleteConnector, and ListConnectors for managing connectors, and PutThirdPartyServiceLinkedConfigurationRecorder for creating third-party service-linked recorders.
7+
* (**connect**) Adds support for CreateAuthCode and DeleteSession APIs.
8+
* (**ec2**) This launch surfaces the public SSM parameter associated with public AMIs in the AMI metadata.
9+
* (**inspector2**) This release extends vulnerability management to Azure VM, container registries and function apps. Adds support for per-member-account scan configuration settings.
10+
* (**lambda**) AWS Lambda Durable Functions now supports customer managed KMS keys. This allows customers to configure a KMS key in Durable Config to have all their durable execution data encrypted.
11+
* (**marketplacecatalog**) This release enhances the ListEntities API to support ResellerRole filter for ResaleAuthorization entity.
12+
* (**partnercentralrevenuemeasurement**) Add support for AWS Partner Central Revenue Measurement API for creating, managing, and tracking revenue attributions and marketplace revenue share allocations.
13+
* (**route53globalresolver**) Adds ListSharedDNSViews operation to list all DNS Views shared with caller using AWS Resource Access Manager. Also updates ListHostedZoneAssociations operation so that resource ARN param is optional, allowing caller to list all HostedZoneAssociations in account.
14+
* (**securityhub**) release SecurityHub MultiCloud integration with Azure
15+
* (**ssm**) Adding SSM Cloud Connector to support Azure Virtual Machines onboarding to AWS Systems Manager
16+
17+
### Documentation
18+
* (**marketplacemetering**) The usage reporting window for the BatchMeterUsage API has been extended from 6 hours to 24 hours. Sellers can now submit usage records for up to 24 hours after a metered event occurs. The existing 6-hour grace period at the end of a billing cycle still applies.
19+
20+
### Miscellaneous
21+
* **Breaking**: Update Kotlin version from 2.3.21 to 2.4.0
22+
323
## [1.6.107] - 07/06/2026
424

525
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,6 +1602,12 @@
16021602
"artifactName": "partnercentralchannel",
16031603
"brazilName": "AwsSdkKotlinPartnercentralChannel"
16041604
},
1605+
{
1606+
"sdkId": "PartnerCentral Revenue Measurement",
1607+
"namespace": "aws.sdk.kotlin.services.partnercentralrevenuemeasurement",
1608+
"artifactName": "partnercentralrevenuemeasurement",
1609+
"brazilName": "AwsSdkKotlinPartnercentralRevenueMeasurement"
1610+
},
16051611
{
16061612
"sdkId": "PartnerCentral Selling",
16071613
"namespace": "aws.sdk.kotlin.services.partnercentralselling",

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ org.gradle.jvmargs=-Xmx10g -XX:MaxMetaspaceSize=2G
77
org.gradle.parallel=true
88

99
# sdk
10-
sdkVersion=1.7.0-SNAPSHOT
10+
sdkVersion=1.8.0
1111

1212
# atomicfu
1313
kotlinx.atomicfu.enableJvmIrTransformation=true

0 commit comments

Comments
 (0)