Skip to content

Commit 4ace561

Browse files
author
awstools
committed
Publish v3.754.0
1 parent 9e016c8 commit 4ace561

File tree

6 files changed

+38
-3
lines changed

6 files changed

+38
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.754.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.753.0...v3.754.0) (2025-02-21)
7+
8+
9+
### Features
10+
11+
* **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))
12+
* **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))
13+
* **clients:** update client endpoints as of 2025-02-21 ([9e016c8](https://github.com/aws/aws-sdk-js-v3/commit/9e016c887bb2f5c8834761c3c65069b6e02031ea))
14+
15+
16+
17+
18+
619
# [3.753.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.752.0...v3.753.0) (2025-02-20)
720

821

clients/client-appstream/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.754.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.753.0...v3.754.0) (2025-02-21)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.750.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.749.0...v3.750.0) (2025-02-17)
718

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

clients/client-appstream/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-appstream",
33
"description": "AWS SDK for JavaScript Appstream Client for Node.js, Browser and React Native",
4-
"version": "3.750.0",
4+
"version": "3.754.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-appstream",

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.754.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.753.0...v3.754.0) (2025-02-21)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.751.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.750.0...v3.751.0) (2025-02-18)
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.751.0",
4+
"version": "3.754.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",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.753.0",
2+
"version": "3.754.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)