Skip to content

Commit 6c9196b

Browse files
chore: release 1.3.22
1 parent 11064f0 commit 6c9196b

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

.changes/e214d9cb-654b-4d05-aeea-bf1b4a8d97f0.json

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

CHANGELOG.md

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

3+
## [1.3.22] - 08/29/2024
4+
5+
### Features
6+
* (**bedrockagentruntime**) Lifting the maximum length on Bedrock KnowledgeBase RetrievalFilter array
7+
* (**bedrockruntime**) Add support for imported-model in invokeModel and InvokeModelWithResponseStream.
8+
* (**personalize**) This releases ability to update automatic training scheduler for customer solutions
9+
* (**quicksight**) Increased Character Limit for Dataset Calculation Field expressions
10+
* (**sfn**) This release adds support for static analysis to ValidateStateMachineDefinition API, which can now return optional WARNING diagnostics for semantic errors on the definition of an Amazon States Language (ASL) state machine.
11+
* (**wafv2**) The minimum request rate for a rate-based rule is now 10. Before this, it was 100.
12+
13+
### Fixes
14+
* [#1126](https://github.com/smithy-lang/smithy-kotlin/issues/1126) Upgrade to **1.3.8** version of **smithy-kotlin** to pick up fixes for code-generated deserializers
15+
316
## [1.3.21] - 08/28/2024
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=1.3.22-SNAPSHOT
9+
sdkVersion=1.3.22
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)