Skip to content

Commit 181b889

Browse files
chore: release 0.34.4-beta
1 parent 434b206 commit 181b889

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [0.34.4-beta] - 11/09/2023
4+
5+
### Features
6+
* (**cloudformation**) Added new ConcurrencyMode feature for AWS CloudFormation StackSets for faster deployments to target accounts.
7+
* (**cloudtrail**) The Insights in Lake feature lets customers enable CloudTrail Insights on a source CloudTrail Lake event data store and create a destination event data store to collect Insights events based on unusual management event activity in the source event data store.
8+
* (**cloudwatchlogs**) Update to support new APIs for delivery of logs from AWS services.
9+
* (**comprehend**) This release adds support for toxicity detection and prompt safety classification.
10+
* (**connect**) This release adds the ability to integrate customer lambda functions with Connect attachments for scanning and updates the ListIntegrationAssociations API to support filtering on IntegrationArn.
11+
* (**ec2**) AWS EBS now supports Block Public Access for EBS Snapshots. This release introduces the EnableSnapshotBlockPublicAccess, DisableSnapshotBlockPublicAccess and GetSnapshotBlockPublicAccessState APIs to manage account-level public access settings for EBS Snapshots in an AWS Region.
12+
* (**eks**) Adding EKS Anywhere subscription related operations.
13+
* (**lambda**) Add Custom runtime on Amazon Linux 2023 (provided.al2023) support to AWS Lambda.
14+
* (**omics**) Support UBAM filetype for Omics Storage and make referenceArn optional
15+
316
## [0.34.3-beta] - 11/09/2023
417

518
### 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=0.34.4-SNAPSHOT
9+
sdkVersion=0.34.4-beta
1010

1111
# kotlin
1212
kotlinVersion=1.9.10

0 commit comments

Comments
 (0)