Skip to content

Commit b0d37a1

Browse files
chore: release 1.8.3
1 parent ce78783 commit b0d37a1

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.8.3] - 07/09/2026
4+
5+
### Features
6+
* (**connect**) Amazon Connect - Added DeleteContactData API to support PII deletion of customer endpoint, additional email recipients and email subject.
7+
* (**ec2**) Added support for additional override parameters in CreateFleet, including LaunchTemplateSpecificationUserData, KeyName, IamInstanceProfile, and MetadataOptions. The CreateFleet response now also includes SubnetId, AvailabilityZone, and AvailabilityZoneId for launched instances.
8+
* (**guardduty**) Adding "AI Analyst" enum value for detector
9+
* (**ivs**) adds support for AWS IVS ad configuration APIs to allow for a postRollConfiguration object on the ad configuration resource
10+
* (**synthetics**) CloudWatch Synthetics adds support for customer managed KMS keys for canary environment variables. Customers can now encrypt their canary's Lambda function environment variables at rest using their own AWS KMS key, providing additional control over data protection.
11+
312
## [1.8.2] - 07/08/2026
413

514
### Features

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.8.3-SNAPSHOT
10+
sdkVersion=1.8.3
1111

1212
# atomicfu
1313
kotlinx.atomicfu.enableJvmIrTransformation=true

0 commit comments

Comments
 (0)