Skip to content

Commit

Permalink
Publish v3.755.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 24, 2025
1 parent 438cf24 commit 5f12083
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.755.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.754.0...v3.755.0) (2025-02-24)


### Features

* **client-bedrock-agent-runtime:** Adding support for ReasoningContent fields in Pre-Processing, Post-Processing and Orchestration Trace outputs. ([43a0b65](https://github.com/aws/aws-sdk-js-v3/commit/43a0b65a7b3ddc889fd753b59f942a25f65aaab1))
* **client-bedrock-agent:** This release improves support for newer models in Amazon Bedrock Flows. ([9192742](https://github.com/aws/aws-sdk-js-v3/commit/9192742b792efd2542bf7940d7235d495e4fb4e4))
* **client-bedrock-runtime:** This release adds Reasoning Content support to Converse and ConverseStream APIs ([1d7b1c1](https://github.com/aws/aws-sdk-js-v3/commit/1d7b1c1cfed561d5b4dcb9820ac78463a8ffe625))
* **clients:** update client endpoints as of 2025-02-24 ([438cf24](https://github.com/aws/aws-sdk-js-v3/commit/438cf24b45e5ebe8449b5226f3079eb92438c539))





# [3.754.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.753.0...v3.754.0) (2025-02-21)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-bedrock-agent-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.755.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.754.0...v3.755.0) (2025-02-24)


### Features

* **client-bedrock-agent-runtime:** Adding support for ReasoningContent fields in Pre-Processing, Post-Processing and Orchestration Trace outputs. ([43a0b65](https://github.com/aws/aws-sdk-js-v3/commit/43a0b65a7b3ddc889fd753b59f942a25f65aaab1))





# [3.751.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.750.0...v3.751.0) (2025-02-18)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-bedrock-agent-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-bedrock-agent-runtime",
"description": "AWS SDK for JavaScript Bedrock Agent Runtime Client for Node.js, Browser and React Native",
"version": "3.751.0",
"version": "3.755.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agent-runtime",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-bedrock-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.755.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.754.0...v3.755.0) (2025-02-24)


### Features

* **client-bedrock-runtime:** This release adds Reasoning Content support to Converse and ConverseStream APIs ([1d7b1c1](https://github.com/aws/aws-sdk-js-v3/commit/1d7b1c1cfed561d5b4dcb9820ac78463a8ffe625))





# [3.751.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.750.0...v3.751.0) (2025-02-18)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-bedrock-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-bedrock-runtime",
"description": "AWS SDK for JavaScript Bedrock Runtime Client for Node.js, Browser and React Native",
"version": "3.751.0",
"version": "3.755.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-runtime",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-elasticache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.755.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.754.0...v3.755.0) (2025-02-24)

**Note:** Version bump only for package @aws-sdk/client-elasticache





# [3.750.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.749.0...v3.750.0) (2025-02-17)

**Note:** Version bump only for package @aws-sdk/client-elasticache
Expand Down
2 changes: 1 addition & 1 deletion clients/client-elasticache/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-elasticache",
"description": "AWS SDK for JavaScript Elasticache Client for Node.js, Browser and React Native",
"version": "3.750.0",
"version": "3.755.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-elasticache",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.754.0",
"version": "3.755.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit 5f12083

Please sign in to comment.