Skip to content

Commit 2bb1c58

Browse files
chore: release 1.0.80
1 parent 7ba3820 commit 2bb1c58

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.80] - 03/18/2024
4+
5+
### Features
6+
* (**cloudformation**) This release supports for a new API ListStackSetAutoDeploymentTargets, which provider auto-deployment configuration as a describable resource. Customers can now view the specific combinations of regions and OUs that are being auto-deployed.
7+
* (**kms**) Adds the ability to use the default policy name by omitting the policyName parameter in calls to PutKeyPolicy and GetKeyPolicy
8+
* (**mediatailor**) This release adds support to allow customers to show different content within a channel depending on metadata associated with the viewer.
9+
* (**rds**) This release launches the ModifyIntegration API and support for data filtering for zero-ETL Integrations.
10+
* (**s3**) Fix two issues with response root node names.
11+
12+
### Documentation
13+
* (**timestreamquery**) Documentation updates, March 2024
14+
315
## [1.0.79] - 03/15/2024
416

517
### Features

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
77

88
# sdk
9-
sdkVersion=1.0.80-SNAPSHOT
9+
sdkVersion=1.0.80
1010

1111
# dokka config (values specified at build-time as needed)
1212
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/

0 commit comments

Comments
 (0)