Skip to content

Commit 9b531a0

Browse files
chore: release 1.3.69
1 parent b11bb0d commit 9b531a0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [1.3.69] - 11/07/2024
4+
5+
### Features
6+
* (**autoscaling**) Auto Scaling groups now support the ability to strictly balance instances across Availability Zones by configuring the AvailabilityZoneDistribution parameter. If balanced-only is configured for a group, launches will always be attempted in the under scaled Availability Zone even if it is unhealthy.
7+
* (**bedrockagent**) Add prompt support for chat template configuration and agent generative AI resource. Add support for configuring an optional guardrail in Prompt and Knowledge Base nodes in Prompt Flows. Add API to validate flow definition
8+
* (**bedrockruntime**) Add Prompt management support to Bedrock runtime APIs: Converse, ConverseStream, InvokeModel, InvokeModelWithStreamingResponse
9+
* (**cleanrooms**) This release introduces support for Custom Models in AWS Clean Rooms ML.
10+
* (**cleanroomsml**) This release introduces support for Custom Models in AWS Clean Rooms ML.
11+
* (**quicksight**) Add Client Credentials based OAuth support for Snowflake and Starburst
12+
* (**resourceexplorer2**) Add GetManagedView, ListManagedViews APIs.
13+
* (**synthetics**) Add support to toggle if a canary will automatically delete provisioned canary resources such as Lambda functions and layers when a canary is deleted. This behavior can be controlled via the new ProvisionedResourceCleanup property exposed in the CreateCanary and UpdateCanary APIs.
14+
315
## [1.3.68] - 11/06/2024
416

517
### 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.69-SNAPSHOT
9+
sdkVersion=1.3.69
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)