Skip to content

Commit

Permalink
chore: release 1.3.88
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Dec 4, 2024
1 parent 83f780d commit 1b8dae1
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.3.88] - 12/04/2024

### Features
* (**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.
* (**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.
* (**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.
* (**bedrockdataautomation**) Release Bedrock Data Automation SDK
* (**bedrockdataautomationruntime**) Release Bedrock Data Automation Runtime SDK
* (**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.
* (**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.
* (**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.

## [1.3.87] - 12/03/2024

### Features
Expand Down
12 changes: 12 additions & 0 deletions codegen/sdk/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,18 @@
"artifactName": "bedrockagentruntime",
"brazilName": "AwsSdkKotlinBedrockAgentRuntime"
},
{
"sdkId": "Bedrock Data Automation",
"namespace": "aws.sdk.kotlin.services.bedrockdataautomation",
"artifactName": "bedrockdataautomation",
"brazilName": "AwsSdkKotlinBedrockDataAutomation"
},
{
"sdkId": "Bedrock Data Automation Runtime",
"namespace": "aws.sdk.kotlin.services.bedrockdataautomationruntime",
"artifactName": "bedrockdataautomationruntime",
"brazilName": "AwsSdkKotlinBedrockDataAutomationRuntime"
},
{
"sdkId": "Bedrock Runtime",
"namespace": "aws.sdk.kotlin.services.bedrockruntime",
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.3.88-SNAPSHOT
sdkVersion=1.3.88

# 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 1b8dae1

Please sign in to comment.