Skip to content

Commit d04051f

Browse files
author
awstools
committed
Publish v3.706.0
1 parent 5e15269 commit d04051f

File tree

32 files changed

+270
-11
lines changed

32 files changed

+270
-11
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent-runtime:** 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. ([99b090b](https://github.com/aws/aws-sdk-js-v3/commit/99b090be601f3a9eaf3943904f192ea531f16342))
12+
* **client-bedrock-agent:** 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. ([ac7f368](https://github.com/aws/aws-sdk-js-v3/commit/ac7f368ccffe98c63b791a5ef6e9a772562a8fef))
13+
* **client-bedrock-data-automation-runtime:** Release Bedrock Data Automation Runtime SDK ([b50a556](https://github.com/aws/aws-sdk-js-v3/commit/b50a5564a1052cdfc457cef4d090766e830b098f))
14+
* **client-bedrock-data-automation:** Release Bedrock Data Automation SDK ([2366a2b](https://github.com/aws/aws-sdk-js-v3/commit/2366a2bcc7f755cfe552edd4436db76f2e4cae74))
15+
* **client-bedrock-runtime:** 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. ([8b3d71d](https://github.com/aws/aws-sdk-js-v3/commit/8b3d71dcc2a857507d0b140dde9eb38b95a0bd72))
16+
* **client-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. ([0912614](https://github.com/aws/aws-sdk-js-v3/commit/0912614120dff0a569b3e19d2c25a82eb7b88354))
17+
* **client-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. ([796599e](https://github.com/aws/aws-sdk-js-v3/commit/796599ece5e5acd7a75b2d8fd0f882a6658bb70b))
18+
* **client-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. ([9616caf](https://github.com/aws/aws-sdk-js-v3/commit/9616cafe8dd5254bc18d65f176c431c2c8bd0cb1))
19+
* **clients:** update client endpoints as of 2024-12-04 ([5e15269](https://github.com/aws/aws-sdk-js-v3/commit/5e152699dec7a39e9d39a0ec26a4523954b59d1f))
20+
21+
22+
23+
24+
625
# [3.705.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.704.0...v3.705.0) (2024-12-03)
726

827

clients/client-bedrock-agent-runtime/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent-runtime:** 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. ([99b090b](https://github.com/aws/aws-sdk-js-v3/commit/99b090be601f3a9eaf3943904f192ea531f16342))
12+
13+
14+
15+
16+
617
# [3.705.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.704.0...v3.705.0) (2024-12-03)
718

819

clients/client-bedrock-agent-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-bedrock-agent-runtime",
33
"description": "AWS SDK for JavaScript Bedrock Agent Runtime Client for Node.js, Browser and React Native",
4-
"version": "3.705.0",
4+
"version": "3.706.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agent-runtime",

clients/client-bedrock-agent/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent:** 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. ([ac7f368](https://github.com/aws/aws-sdk-js-v3/commit/ac7f368ccffe98c63b791a5ef6e9a772562a8fef))
12+
13+
14+
15+
16+
617
# [3.705.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.704.0...v3.705.0) (2024-12-03)
718

819

clients/client-bedrock-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-bedrock-agent",
33
"description": "AWS SDK for JavaScript Bedrock Agent Client for Node.js, Browser and React Native",
4-
"version": "3.705.0",
4+
"version": "3.706.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agent",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-data-automation-runtime:** Release Bedrock Data Automation Runtime SDK ([b50a556](https://github.com/aws/aws-sdk-js-v3/commit/b50a5564a1052cdfc457cef4d090766e830b098f))

clients/client-bedrock-data-automation-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-bedrock-data-automation-runtime",
33
"description": "AWS SDK for JavaScript Bedrock Data Automation Runtime Client for Node.js, Browser and React Native",
4-
"version": "3.0.0",
4+
"version": "3.706.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-data-automation:** Release Bedrock Data Automation SDK ([2366a2b](https://github.com/aws/aws-sdk-js-v3/commit/2366a2bcc7f755cfe552edd4436db76f2e4cae74))

clients/client-bedrock-data-automation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-bedrock-data-automation",
33
"description": "AWS SDK for JavaScript Bedrock Data Automation Client for Node.js, Browser and React Native",
4-
"version": "3.0.0",
4+
"version": "3.706.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-bedrock-runtime/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-runtime:** 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. ([8b3d71d](https://github.com/aws/aws-sdk-js-v3/commit/8b3d71dcc2a857507d0b140dde9eb38b95a0bd72))
12+
13+
14+
15+
16+
617
# [3.705.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.704.0...v3.705.0) (2024-12-03)
718

819

0 commit comments

Comments
 (0)