diff --git a/CHANGELOG.md b/CHANGELOG.md index 39e621f01ab3..b75d262b43c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/clients/client-appstream/CHANGELOG.md b/clients/client-appstream/CHANGELOG.md index 9d3b24078b1f..3ca90bca1359 100644 --- a/clients/client-appstream/CHANGELOG.md +++ b/clients/client-appstream/CHANGELOG.md @@ -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 diff --git a/clients/client-appstream/package.json b/clients/client-appstream/package.json index 8133af5005a3..a7ffc52e8fc7 100644 --- a/clients/client-appstream/package.json +++ b/clients/client-appstream/package.json @@ -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", diff --git a/clients/client-bedrock-agent/CHANGELOG.md b/clients/client-bedrock-agent/CHANGELOG.md index 13ea432c2c5b..8cb824aad91d 100644 --- a/clients/client-bedrock-agent/CHANGELOG.md +++ b/clients/client-bedrock-agent/CHANGELOG.md @@ -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) diff --git a/clients/client-bedrock-agent/package.json b/clients/client-bedrock-agent/package.json index 98bca908c910..dba35bbc4852 100644 --- a/clients/client-bedrock-agent/package.json +++ b/clients/client-bedrock-agent/package.json @@ -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", diff --git a/lerna.json b/lerna.json index 012069aa9989..a7ff489390e6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.753.0", + "version": "3.754.0", "npmClient": "yarn", "useWorkspaces": true, "command": {