Skip to content

Commit 6506e5c

Browse files
chore: release 1.0.2
1 parent 2262694 commit 6506e5c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.2] - 11/27/2023
4+
5+
### Features
6+
* (**appsync**) This update enables introspection of Aurora cluster databases using the RDS Data API
7+
* (**b2bi**) This is the initial SDK release for AWS B2B Data Interchange.
8+
* (**backup**) AWS Backup now supports restore testing, a new feature that allows customers to automate restore testing and validating their backups. Additionally, this release adds support for EBS Snapshots Archive tier.
9+
* (**controltower**) This release adds the following support: 1. The EnableControl API can configure controls that are configurable. 2. The GetEnabledControl API shows the configured parameters on an enabled control. 3. The new UpdateEnabledControl API can change parameters on an enabled control.
10+
* (**efs**) Adding support for EFS Replication to existing file system.
11+
* (**fis**) AWS FIS adds support for multi-account experiments & empty target resolution. This release also introduces the CreateTargetAccountConfiguration API that allows experiments across multiple AWS accounts, and the ListExperimentResolvedTargets API to list target details.
12+
* (**glue**) add observations support to DQ CodeGen config model + update document for connectiontypes supported by ConnectorData entities
13+
* (**securityhub**) Adds and updates APIs to support central configuration. This feature allows the Security Hub delegated administrator to configure Security Hub for their entire AWS Org across multiple regions from a home Region. With this release, findings also include account name and application metadata.
14+
* (**transcribe**) This release adds support for AWS HealthScribe APIs within Amazon Transcribe
15+
16+
### Documentation
17+
* (**rds**) Updates Amazon RDS documentation for support for RDS for Db2.
18+
319
## [1.0.1] - 11/27/2023
420

521
### 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.2-SNAPSHOT
9+
sdkVersion=1.0.2
1010

1111
# kotlin
1212
kotlinVersion=1.9.20

0 commit comments

Comments
 (0)