Skip to content

Commit 87ca7f8

Browse files
chore: release 1.2.44
1 parent b99d290 commit 87ca7f8

File tree

4 files changed

+21
-11
lines changed

4 files changed

+21
-11
lines changed

.changes/45047023-2f4c-40eb-bff7-4bba505a487e.json

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

.changes/dc908f70-28c1-4d4a-ab8e-b50ea00172af.json

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

CHANGELOG.md

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

3+
## [1.2.44] - 07/01/2024
4+
5+
### Features
6+
* (**apigateway**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.
7+
* (**cognitoidentity**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.
8+
* (**connect**) Authentication profiles are Amazon Connect resources (in gated preview) that allow you to configure authentication settings for users in your contact center. This release adds support for new ListAuthenticationProfiles, DescribeAuthenticationProfile and UpdateAuthenticationProfile APIs.
9+
* (**docdb**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.
10+
* (**eks**) Updates EKS managed node groups to support EC2 Capacity Blocks for ML
11+
* (**paymentcryptography**) Added further restrictions on logging of potentially sensitive inputs and outputs.
12+
* (**paymentcryptographydata**) Adding support for dynamic keys for encrypt, decrypt, re-encrypt and translate pin functions. With this change, customers can use one-time TR-31 keys directly in dataplane operations without the need to first import them into the service.
13+
* (**sfn**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.
14+
* (**swf**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.
15+
16+
### Documentation
17+
* (**wafv2**) JSON body inspection: Update documentation to clarify that JSON parsing doesn't include full validation.
18+
19+
### Miscellaneous
20+
* Upgrade to ktlint v1.3.0
21+
* Upgrade to smithy-kotlin v1.2.11
22+
323
## [1.2.43] - 06/28/2024
424

525
### 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.2.44-SNAPSHOT
9+
sdkVersion=1.2.44
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)