Skip to content

Commit

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

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


### Features

* **client-appstream:** Added support for Certificate-Based Authentication on AppStream 2.0 multi-session fleets. ([2a8c44a](https://github.com/aws/aws-sdk-js-v3/commit/2a8c44a510546aa89b2837b1b786b5054a752f3c))
* **client-bedrock-agent:** Introduce a new parameter which represents the user-agent header value used by the Bedrock Knowledge Base Web Connector. ([69ece5c](https://github.com/aws/aws-sdk-js-v3/commit/69ece5c21d84d8efccbc4e4a0e3652696a7b6344))
* **clients:** update client endpoints as of 2025-02-21 ([9e016c8](https://github.com/aws/aws-sdk-js-v3/commit/9e016c887bb2f5c8834761c3c65069b6e02031ea))





# [3.753.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.752.0...v3.753.0) (2025-02-20)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-appstream/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.754.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.753.0...v3.754.0) (2025-02-21)


### Features

* **client-appstream:** Added support for Certificate-Based Authentication on AppStream 2.0 multi-session fleets. ([2a8c44a](https://github.com/aws/aws-sdk-js-v3/commit/2a8c44a510546aa89b2837b1b786b5054a752f3c))





# [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-appstream
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appstream/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-appstream",
"description": "AWS SDK for JavaScript Appstream Client for Node.js, Browser and React Native",
"version": "3.750.0",
"version": "3.754.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-appstream",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-bedrock-agent/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.754.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.753.0...v3.754.0) (2025-02-21)


### Features

* **client-bedrock-agent:** Introduce a new parameter which represents the user-agent header value used by the Bedrock Knowledge Base Web Connector. ([69ece5c](https://github.com/aws/aws-sdk-js-v3/commit/69ece5c21d84d8efccbc4e4a0e3652696a7b6344))





# [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/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-bedrock-agent",
"description": "AWS SDK for JavaScript Bedrock Agent Client for Node.js, Browser and React Native",
"version": "3.751.0",
"version": "3.754.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agent",
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.753.0",
"version": "3.754.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit 4ace561

Please sign in to comment.