Skip to content

Commit 1b8dae1

Browse files
chore: release 1.3.88
1 parent 83f780d commit 1b8dae1

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-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.88] - 12/04/2024
4+
5+
### Features
6+
* (**bedrock**) Introduced two APIs ListPromptRouters and GetPromptRouter for Intelligent Prompt Router feature. Add support for Bedrock Guardrails image content filter. New Bedrock Marketplace feature enabling a wider range of bedrock compatible models with self-hosted capability.
7+
* (**bedrockagent**) This release introduces the ability to generate SQL using natural language, through a new GenerateQuery API (with native integration into Knowledge Bases); ability to ingest and retrieve images through Bedrock Data Automation; and ability to create a Knowledge Base backed by Kendra GenAI Index.
8+
* (**bedrockagentruntime**) This release introduces the ability to generate SQL using natural language, through a new GenerateQuery API (with native integration into Knowledge Bases); ability to ingest and retrieve images through Bedrock Data Automation; and ability to create a Knowledge Base backed by Kendra GenAI Index.
9+
* (**bedrockdataautomation**) Release Bedrock Data Automation SDK
10+
* (**bedrockdataautomationruntime**) Release Bedrock Data Automation Runtime SDK
11+
* (**bedrockruntime**) Added support for Intelligent Prompt Router in Invoke, InvokeStream, Converse and ConverseStream. Add support for Bedrock Guardrails image content filter. New Bedrock Marketplace feature enabling a wider range of bedrock compatible models with self-hosted capability.
12+
* (**kendra**) This release adds GenAI Index in Amazon Kendra for Retrieval Augmented Generation (RAG) and intelligent search. With the Kendra GenAI Index, customers get high retrieval accuracy powered by the latest information retrieval technologies and semantic models.
13+
* (**sagemaker**) Amazon SageMaker HyperPod launched task governance to help customers maximize accelerator utilization for model development and flexible training plans to meet training timelines and budget while reducing weeks of training time. AI apps from AWS partner is now available in SageMaker.
14+
315
## [1.3.87] - 12/03/2024
416

517
### Features

codegen/sdk/packages.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,18 @@
234234
"artifactName": "bedrockagentruntime",
235235
"brazilName": "AwsSdkKotlinBedrockAgentRuntime"
236236
},
237+
{
238+
"sdkId": "Bedrock Data Automation",
239+
"namespace": "aws.sdk.kotlin.services.bedrockdataautomation",
240+
"artifactName": "bedrockdataautomation",
241+
"brazilName": "AwsSdkKotlinBedrockDataAutomation"
242+
},
243+
{
244+
"sdkId": "Bedrock Data Automation Runtime",
245+
"namespace": "aws.sdk.kotlin.services.bedrockdataautomationruntime",
246+
"artifactName": "bedrockdataautomationruntime",
247+
"brazilName": "AwsSdkKotlinBedrockDataAutomationRuntime"
248+
},
237249
{
238250
"sdkId": "Bedrock Runtime",
239251
"namespace": "aws.sdk.kotlin.services.bedrockruntime",

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.88-SNAPSHOT
9+
sdkVersion=1.3.88
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)