Skip to content

Commit f7daf69

Browse files
chore: release 1.0.73
1 parent b1b73e0 commit f7daf69

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.73] - 03/07/2024
4+
5+
### Features
6+
* (**appconfig**) AWS AppConfig now supports dynamic parameters, which enhance the functionality of AppConfig Extensions by allowing you to provide parameter values to your Extensions at the time you deploy your configuration.
7+
* (**ec2**) This release adds an optional parameter to RegisterImage and CopyImage APIs to support tagging AMIs at the time of creation.
8+
* (**grafana**) Adds support for the new GrafanaToken as part of the Amazon Managed Grafana Enterprise plugins upgrade to associate your AWS account with a Grafana Labs account.
9+
* (**paymentcryptographydata**) AWS Payment Cryptography EMV Decrypt Feature Release
10+
* (**wafv2**) You can increase the max request body inspection size for some regional resources. The size setting is in the web ACL association config. Also, the AWSManagedRulesBotControlRuleSet EnableMachineLearning setting now takes a Boolean instead of a primitive boolean type, for languages like Java.
11+
12+
### Documentation
13+
* (**lambda**) Documentation updates for AWS Lambda
14+
* (**rds**) Updates Amazon RDS documentation for io2 storage for Multi-AZ DB clusters
15+
* (**snowball**) Doc-only update for change to EKS-Anywhere ordering.
16+
* (**workspaces**) Added note for user decoupling
17+
318
## [1.0.72] - 03/06/2024
419

520
### 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.73-SNAPSHOT
9+
sdkVersion=1.0.73
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)