Skip to content

Commit 228ca6e

Browse files
chore: release 0.34.0-beta
1 parent a57be7f commit 228ca6e

File tree

4 files changed

+17
-15
lines changed

4 files changed

+17
-15
lines changed

.changes/34157ab1-1bd3-4ac8-9845-661c4709475b.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changes/c79af2ed-bfad-4196-bf5c-87d647ecbcd1.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

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

3+
## [0.34.0-beta] - 11/06/2023
4+
5+
### Features
6+
* (**arn:aws:trebuchet:::service:v1:f361927243404cf0854add0d05d8129f**) This release adds support for Apache Airflow version 2.7.2. This version release includes support for deferrable operators and triggers.
7+
* (**awslily**) Added new API that allows Amazon Connect Outbound Campaigns to create contacts in Amazon Connect when ingesting your dial requests.
8+
* (**codebuild**) AWS CodeBuild now supports AWS Lambda compute.
9+
* (**docdb**) Update the input of CreateDBInstance and ModifyDBInstance to support setting CA Certificates. Update the output of DescribeDBInstance and DescribeDBEngineVersions to show current and supported CA certificates.
10+
* (**iam**) Add partitional endpoint for iso-e.
11+
* (**iis**) This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon MemoryDB reservations.
12+
* (**polly**) Amazon Polly adds new US English voices - Danielle and Gregory. Danielle and Gregory are available as Neural voices only.
13+
* (**route53**) Add partitional endpoints for iso-e and iso-f.
14+
* **BREAKING**: Remove operations/fields which were marked deprecated before 11/28/2023. See [this discussion post](https://github.com/awslabs/aws-sdk-kotlin/discussions/1103) for more details.
15+
16+
### Fixes
17+
* [#1101](https://github.com/awslabs/aws-sdk-kotlin/issues/1101) Fix endpoint builtin bound to wrong config parameter
18+
319
## [0.33.1-beta] - 11/01/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=0.33.2-SNAPSHOT
9+
sdkVersion=0.34.0-beta
1010

1111
# kotlin
1212
kotlinVersion=1.9.10

0 commit comments

Comments
 (0)