Skip to content

Commit 3713ffa

Browse files
chore: release 1.1.24
1 parent e5bd452 commit 3713ffa

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## [1.1.24] - 04/23/2024
4+
5+
### Features
6+
* (**bedrock**) This release introduces Model Evaluation and Guardrails for Amazon Bedrock.
7+
* (**bedrockagent**) Introducing the ability to create multiple data sources per knowledge base, specify S3 buckets as data sources from external accounts, and exposing levers to define the deletion behavior of the underlying vector store data.
8+
* (**bedrockagentruntime**) This release introduces zero-setup file upload support for the RetrieveAndGenerate API. This allows you to chat with your data without setting up a Knowledge Base.
9+
* (**bedrockruntime**) This release introduces Guardrails for Amazon Bedrock.
10+
* (**costexplorer**) Added additional metadata that might be applicable to your reservation recommendations.
11+
* (**ec2**) This release introduces EC2 AMI Deregistration Protection, a new AMI property that can be enabled by customers to protect an AMI against an unintended deregistration. This release also enables the AMI owners to view the AMI 'LastLaunchedTime' in DescribeImages API.
12+
* (**workspacesweb**) Added InstanceType and MaxConcurrentSessions parameters on CreatePortal and UpdatePortal Operations as well as the ability to read Customer Managed Key & Additional Encryption Context parameters on supported resources (Portal, BrowserSettings, UserSettings, IPAccessSettings)
13+
14+
### Documentation
15+
* (**pi**) Clarifies how aggregation works for GetResourceMetrics in the Performance Insights API.
16+
* (**rds**) Fix the example ARN for ModifyActivityStreamRequest
17+
318
## [1.1.23] - 04/22/2024
419

520
### 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.1.24-SNAPSHOT
9+
sdkVersion=1.1.24
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)