Skip to content

Commit

Permalink
chore: release 1.2.44
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Jul 1, 2024
1 parent b99d290 commit 87ca7f8
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changes/45047023-2f4c-40eb-bff7-4bba505a487e.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/dc908f70-28c1-4d4a-ab8e-b50ea00172af.json

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.2.44] - 07/01/2024

### Features
* (**apigateway**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* (**cognitoidentity**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* (**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.
* (**docdb**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* (**eks**) Updates EKS managed node groups to support EC2 Capacity Blocks for ML
* (**paymentcryptography**) Added further restrictions on logging of potentially sensitive inputs and outputs.
* (**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.
* (**sfn**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* (**swf**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.

### Documentation
* (**wafv2**) JSON body inspection: Update documentation to clarify that JSON parsing doesn't include full validation.

### Miscellaneous
* Upgrade to ktlint v1.3.0
* Upgrade to smithy-kotlin v1.2.11

## [1.2.43] - 06/28/2024

### Features
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G

# sdk
sdkVersion=1.2.44-SNAPSHOT
sdkVersion=1.2.44

# dokka config (values specified at build-time as needed)
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/
Expand Down

0 comments on commit 87ca7f8

Please sign in to comment.