Skip to content

Commit 22083c7

Browse files
chore: release 1.3.70
1 parent 943cbc7 commit 22083c7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.3.70] - 11/08/2024
4+
5+
### Features
6+
* (**batch**) This feature allows override LaunchTemplates to be specified in an AWS Batch Compute Environment.
7+
* (**bedrockagentruntime**) This release adds trace functionality to Bedrock Prompt Flows
8+
* (**chimesdkmediapipelines**) Added support for Media Capture Pipeline and Media Concatenation Pipeline for customer managed server side encryption. Now Media Capture Pipeline can use IAM sink role to get access to KMS key and encrypt/decrypt recorded artifacts. KMS key ID can also be supplied with encryption context.
9+
* (**controlcatalog**) AWS Control Catalog GetControl public API returns additional data in output, including Implementation and Parameters
10+
* (**eks**) Adds new error code `Ec2InstanceTypeDoesNotExist` for Amazon EKS managed node groups
11+
* (**firehose**) Amazon Data Firehose / Features : Adds support for a new DeliveryStreamType, DatabaseAsSource. DatabaseAsSource hoses allow customers to stream CDC events from their RDS and Amazon EC2 hosted databases, running MySQL and PostgreSQL database engines, to Iceberg Table destinations.
12+
* (**lambda**) This release adds support for using AWS KMS customer managed keys to encrypt AWS Lambda .zip deployment packages.
13+
* (**pinpointsmsvoicev2**) Added the RequiresAuthenticationTimestamp field to the RegistrationVersionStatusHistory data type.
14+
* (**qbusiness**) Adds S3 path option to pass group member list for PutGroup API.
15+
316
## [1.3.69] - 11/07/2024
417

518
### Features

gradle.properties

+1-1
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.3.70-SNAPSHOT
9+
sdkVersion=1.3.70
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)