Skip to content

Commit 83462d2

Browse files
author
awstools
committed
Publish v3.951.0
1 parent e2460aa commit 83462d2

File tree

13 files changed

+106
-29
lines changed

13 files changed

+106
-29
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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.951.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.950.0...v3.951.0) (2025-12-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **ec2-metadata-service:** custom port configuration for IMDS requests ([#7565](https://github.com/aws/aws-sdk-js-v3/issues/7565)) ([0d8b7ea](https://github.com/aws/aws-sdk-js-v3/commit/0d8b7ea278909bd1b64ede683d6c31ad442dab8a))
12+
* **ec2-metadata-service:** preserve statusCode when rethrowing errors for IMDS requests ([#7564](https://github.com/aws/aws-sdk-js-v3/issues/7564)) ([c860bd5](https://github.com/aws/aws-sdk-js-v3/commit/c860bd5cd14a62713bb38e82363f8943d29f3363))
13+
14+
15+
### Features
16+
17+
* **client-bcm-recommended-actions:** Added new freetier action types to RecommendedAction.type. ([a947124](https://github.com/aws/aws-sdk-js-v3/commit/a947124361f8d025114089e71867692e4aae4e17))
18+
* **client-connect:** Amazon Connect now offers automated post-chat surveys triggered when customers end conversations. This captures timely feedback while experience is fresh, using either a no-code form builder or Amazon Lex-powered interactive surveys. ([26542c9](https://github.com/aws/aws-sdk-js-v3/commit/26542c92d66847043cf319a8f990406ff31dd38b))
19+
* **client-datasync:** Adds Enhanced mode support for NFS and SMB locations. SMB credentials are now managed via Secrets Manager, and may be encrypted with service or customer managed keys. Increases AgentArns maximum count to 8 (max 4 per TaskMode). Adds folder counters to DescribeTaskExecution for Enhanced mode tasks. ([a9f75c9](https://github.com/aws/aws-sdk-js-v3/commit/a9f75c956dc6f5d853e687b6979a5372cbab4a85))
20+
* **client-workspaces-web:** Adds support for portal branding customization, enabling administrators to personalize end-user portals with custom assets. ([038e6dd](https://github.com/aws/aws-sdk-js-v3/commit/038e6dd0eab1a73f64fcf644540dd04eb3f1377b))
21+
* **clients:** update client endpoints as of 2025-12-12 ([e2460aa](https://github.com/aws/aws-sdk-js-v3/commit/e2460aa3c65a2aa30ddaf7bf22922f19e39b86da))
22+
23+
24+
25+
26+
627
# [3.950.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.949.0...v3.950.0) (2025-12-11)
728

829

benchmark/size/report-bundlers.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
| Application | SDK Version | browser:Webpack | browser:Rollup | browser:EsBuild |
22
| :---------------------------------------- | :---------- | :-------------- | :------------- | :-------------- |
3-
| NormalizedSchema.ts | 3.949.0 | 4 kb | 4 kb | 4 kb |
4-
| all-protocols.ts | 3.949.0 | 75 kb | 77 kb | 108 kb |
5-
| lib-dynamodb-aggregate.ts | 3.949.0 | 190 kb | 193 kb | 271 kb |
6-
| lib-dynamodb-single-command.ts | 3.949.0 | 149 kb | 141 kb | 222 kb |
7-
| multi-protocols.ts | 3.949.0 | 56 kb | 57 kb | 107 kb |
8-
| multiple-barebones-micg-sdk-clients.ts | 3.949.0 | 146 kb | 147 kb | 178 kb |
9-
| multiple-barebones-schema-sdk-clients.ts | 3.949.0 | 220 kb | 222 kb | 252 kb |
10-
| multiple-sdk-clients.ts | 3.949.0 | 401 kb | 408 kb | 481 kb |
11-
| private-multiple-clients-micg.ts | 3.949.0 | 413 kb | 412 kb | 431 kb |
12-
| private-multiple-clients-schema.ts | 3.949.0 | 347 kb | 356 kb | 375 kb |
13-
| private-restjson-micg-aggregate.ts | 3.949.0 | 226 kb | 226 kb | 231 kb |
14-
| private-restjson-micg-single-command.ts | 3.949.0 | 109 kb | 109 kb | 114 kb |
15-
| private-restjson-schema-aggregate.ts | 3.949.0 | 206 kb | 210 kb | 215 kb |
16-
| private-restjson-schema-single-command.ts | 3.949.0 | 137 kb | 138 kb | 172 kb |
17-
| protocol-rest-xml.ts | 3.949.0 | 41 kb | 42 kb | 107 kb |
18-
| protocol-rpc-cbor.ts | 3.949.0 | 41 kb | 42 kb | 107 kb |
19-
| protocol-rpc-json-1-1.ts | 3.949.0 | 31 kb | 32 kb | 107 kb |
20-
| sdk-connect-aggregate.ts | 3.949.0 | 351 kb | 364 kb | 369 kb |
21-
| sdk-connect-single-command.ts | 3.949.0 | 125 kb | 127 kb | 278 kb |
22-
| sdk-ec2-aggregate.ts | 3.949.0 | 824 kb | 849 kb | 858 kb |
23-
| sdk-s3-aggregate.ts | 3.949.0 | 288 kb | 290 kb | 297 kb |
24-
| sdk-s3-single-command.ts | 3.949.0 | 197 kb | 197 kb | 255 kb |
25-
| sdk-sagemaker-aggregate.ts | 3.949.0 | 354 kb | 371 kb | 377 kb |
3+
| NormalizedSchema.ts | 3.950.0 | 4 kb | 4 kb | 4 kb |
4+
| all-protocols.ts | 3.950.0 | 75 kb | 77 kb | 108 kb |
5+
| lib-dynamodb-aggregate.ts | 3.950.0 | 190 kb | 193 kb | 271 kb |
6+
| lib-dynamodb-single-command.ts | 3.950.0 | 149 kb | 141 kb | 222 kb |
7+
| multi-protocols.ts | 3.950.0 | 56 kb | 57 kb | 107 kb |
8+
| multiple-barebones-micg-sdk-clients.ts | 3.950.0 | 146 kb | 147 kb | 178 kb |
9+
| multiple-barebones-schema-sdk-clients.ts | 3.950.0 | 220 kb | 222 kb | 252 kb |
10+
| multiple-sdk-clients.ts | 3.950.0 | 401 kb | 408 kb | 481 kb |
11+
| private-multiple-clients-micg.ts | 3.950.0 | 413 kb | 412 kb | 431 kb |
12+
| private-multiple-clients-schema.ts | 3.950.0 | 347 kb | 356 kb | 375 kb |
13+
| private-restjson-micg-aggregate.ts | 3.950.0 | 226 kb | 226 kb | 231 kb |
14+
| private-restjson-micg-single-command.ts | 3.950.0 | 109 kb | 109 kb | 114 kb |
15+
| private-restjson-schema-aggregate.ts | 3.950.0 | 206 kb | 210 kb | 215 kb |
16+
| private-restjson-schema-single-command.ts | 3.950.0 | 137 kb | 138 kb | 172 kb |
17+
| protocol-rest-xml.ts | 3.950.0 | 41 kb | 42 kb | 107 kb |
18+
| protocol-rpc-cbor.ts | 3.950.0 | 41 kb | 42 kb | 107 kb |
19+
| protocol-rpc-json-1-1.ts | 3.950.0 | 31 kb | 32 kb | 107 kb |
20+
| sdk-connect-aggregate.ts | 3.950.0 | 351 kb | 364 kb | 369 kb |
21+
| sdk-connect-single-command.ts | 3.950.0 | 125 kb | 127 kb | 279 kb |
22+
| sdk-ec2-aggregate.ts | 3.950.0 | 824 kb | 849 kb | 858 kb |
23+
| sdk-s3-aggregate.ts | 3.950.0 | 288 kb | 290 kb | 297 kb |
24+
| sdk-s3-single-command.ts | 3.950.0 | 197 kb | 197 kb | 255 kb |
25+
| sdk-sagemaker-aggregate.ts | 3.950.0 | 354 kb | 371 kb | 377 kb |

clients/client-bcm-recommended-actions/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.951.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.950.0...v3.951.0) (2025-12-12)
7+
8+
9+
### Features
10+
11+
* **client-bcm-recommended-actions:** Added new freetier action types to RecommendedAction.type. ([a947124](https://github.com/aws/aws-sdk-js-v3/commit/a947124361f8d025114089e71867692e4aae4e17))
12+
13+
14+
15+
16+
617
# [3.948.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.947.0...v3.948.0) (2025-12-09)
718

819
**Note:** Version bump only for package @aws-sdk/client-bcm-recommended-actions

clients/client-bcm-recommended-actions/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-bcm-recommended-actions",
33
"description": "AWS SDK for JavaScript Bcm Recommended Actions Client for Node.js, Browser and React Native",
4-
"version": "3.948.0",
4+
"version": "3.951.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-bcm-recommended-actions",

clients/client-connect/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.951.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.950.0...v3.951.0) (2025-12-12)
7+
8+
9+
### Features
10+
11+
* **client-connect:** Amazon Connect now offers automated post-chat surveys triggered when customers end conversations. This captures timely feedback while experience is fresh, using either a no-code form builder or Amazon Lex-powered interactive surveys. ([26542c9](https://github.com/aws/aws-sdk-js-v3/commit/26542c92d66847043cf319a8f990406ff31dd38b))
12+
13+
14+
15+
16+
617
# [3.948.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.947.0...v3.948.0) (2025-12-09)
718

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

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

clients/client-datasync/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.951.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.950.0...v3.951.0) (2025-12-12)
7+
8+
9+
### Features
10+
11+
* **client-datasync:** Adds Enhanced mode support for NFS and SMB locations. SMB credentials are now managed via Secrets Manager, and may be encrypted with service or customer managed keys. Increases AgentArns maximum count to 8 (max 4 per TaskMode). Adds folder counters to DescribeTaskExecution for Enhanced mode tasks. ([a9f75c9](https://github.com/aws/aws-sdk-js-v3/commit/a9f75c956dc6f5d853e687b6979a5372cbab4a85))
12+
13+
14+
15+
16+
617
# [3.948.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.947.0...v3.948.0) (2025-12-09)
718

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

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

clients/client-workspaces-web/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.951.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.950.0...v3.951.0) (2025-12-12)
7+
8+
9+
### Features
10+
11+
* **client-workspaces-web:** Adds support for portal branding customization, enabling administrators to personalize end-user portals with custom assets. ([038e6dd](https://github.com/aws/aws-sdk-js-v3/commit/038e6dd0eab1a73f64fcf644540dd04eb3f1377b))
12+
13+
14+
15+
16+
617
# [3.948.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.947.0...v3.948.0) (2025-12-09)
718

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

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

0 commit comments

Comments
 (0)