Skip to content

Commit 0f28213

Browse files
author
awstools
committed
Publish v3.905.0
1 parent eaf7139 commit 0f28213

File tree

7 files changed

+65
-22
lines changed

7 files changed

+65
-22
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.905.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.904.0...v3.905.0) (2025-10-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **lib-storage:** restrict lstat calls to fs.ReadStream objects ([#7411](https://github.com/aws/aws-sdk-js-v3/issues/7411)) ([120f408](https://github.com/aws/aws-sdk-js-v3/commit/120f408f18c2ef3c4b995a9291bb328fd81267b0))
12+
13+
14+
### Features
15+
16+
* **client-proton:** Deprecating APIs in AWS Proton namespace. ([2b4937b](https://github.com/aws/aws-sdk-js-v3/commit/2b4937b9a70085fb03583e96ba07a533c10b2bb9))
17+
* **clients:** update client endpoints as of 2025-10-07 ([eaf7139](https://github.com/aws/aws-sdk-js-v3/commit/eaf71394eea13ee7583246cac57c2e3946b4d2b8))
18+
19+
20+
21+
22+
623
# [3.904.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.903.0...v3.904.0) (2025-10-06)
724

825

benchmark/size/report-bundlers.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
| Application | SDK Version | browser:Webpack | browser:Rollup | browser:EsBuild |
22
| :---------------------------------------- | :---------- | :-------------- | :------------- | :-------------- |
3-
| NormalizedSchema.ts | 3.903.0 | 8 kb | 8 kb | 7 kb |
4-
| all-protocols.ts | 3.903.0 | 74 kb | 75 kb | 107 kb |
5-
| lib-dynamodb-aggregate.ts | 3.903.0 | 212 kb | 205 kb | 219 kb |
6-
| multiple-barebones-micg-sdk-clients.ts | 3.903.0 | 158 kb | 154 kb | 191 kb |
7-
| multiple-barebones-schema-sdk-clients.ts | 3.903.0 | 230 kb | 227 kb | 265 kb |
8-
| multiple-sdk-clients.ts | 3.903.0 | 479 kb | 470 kb | 490 kb |
9-
| private-multiple-clients-micg.ts | 3.903.0 | 416 kb | 410 kb | 436 kb |
10-
| private-multiple-clients-schema.ts | 3.903.0 | 357 kb | 359 kb | 387 kb |
11-
| private-restjson-micg-aggregate.ts | 3.903.0 | 228 kb | 223 kb | 236 kb |
12-
| private-restjson-micg-single-command.ts | 3.903.0 | 125 kb | 120 kb | 133 kb |
13-
| private-restjson-schema-aggregate.ts | 3.903.0 | 213 kb | 211 kb | 224 kb |
14-
| private-restjson-schema-single-command.ts | 3.903.0 | 146 kb | 142 kb | 155 kb |
15-
| sdk-ec2-aggregate.ts | 3.903.0 | 1.151 mb | 1.097 mb | 1.104 mb |
16-
| sdk-s3-aggregate.ts | 3.903.0 | 357 kb | 348 kb | 362 kb |
17-
| sdk-s3-single-command.ts | 3.903.0 | 202 kb | 195 kb | 210 kb |
18-
| sdk-sagemaker-aggregate.ts | 3.903.0 | 462 kb | 445 kb | 459 kb |
19-
| single-cbor-xml-protocol.ts | 3.903.0 | 45 kb | 46 kb | 106 kb |
20-
| single-json-protocol.ts | 3.903.0 | 33 kb | 33 kb | 106 kb |
21-
| single-xml-protocol.ts | 3.903.0 | 45 kb | 46 kb | 106 kb |
3+
| NormalizedSchema.ts | 3.904.0 | 8 kb | 8 kb | 7 kb |
4+
| all-protocols.ts | 3.904.0 | 74 kb | 75 kb | 107 kb |
5+
| lib-dynamodb-aggregate.ts | 3.904.0 | 212 kb | 205 kb | 219 kb |
6+
| lib-dynamodb-single-command.ts | 3.904.0 | 167 kb | 146 kb | 163 kb |
7+
| multi-protocols.ts | 3.904.0 | 55 kb | 56 kb | 106 kb |
8+
| multiple-barebones-micg-sdk-clients.ts | 3.904.0 | 158 kb | 154 kb | 191 kb |
9+
| multiple-barebones-schema-sdk-clients.ts | 3.904.0 | 230 kb | 227 kb | 265 kb |
10+
| multiple-sdk-clients.ts | 3.904.0 | 479 kb | 470 kb | 490 kb |
11+
| private-multiple-clients-micg.ts | 3.904.0 | 416 kb | 410 kb | 436 kb |
12+
| private-multiple-clients-schema.ts | 3.904.0 | 357 kb | 359 kb | 387 kb |
13+
| private-restjson-micg-aggregate.ts | 3.904.0 | 228 kb | 223 kb | 236 kb |
14+
| private-restjson-micg-single-command.ts | 3.904.0 | 125 kb | 120 kb | 133 kb |
15+
| private-restjson-schema-aggregate.ts | 3.904.0 | 213 kb | 211 kb | 224 kb |
16+
| private-restjson-schema-single-command.ts | 3.904.0 | 146 kb | 142 kb | 155 kb |
17+
| protocol-rest-xml.ts | 3.904.0 | 45 kb | 46 kb | 106 kb |
18+
| protocol-rpc-cbor.ts | 3.904.0 | 45 kb | 46 kb | 106 kb |
19+
| protocol-rpc-json-1-1.ts | 3.904.0 | 33 kb | 33 kb | 106 kb |
20+
| sdk-connect-aggregate.ts | 3.904.0 | 389 kb | 379 kb | 393 kb |
21+
| sdk-connect-single-command.ts | 3.904.0 | 130 kb | 125 kb | 138 kb |
22+
| sdk-ec2-aggregate.ts | 3.904.0 | 1.151 mb | 1.097 mb | 1.104 mb |
23+
| sdk-s3-aggregate.ts | 3.904.0 | 357 kb | 348 kb | 362 kb |
24+
| sdk-s3-single-command.ts | 3.904.0 | 202 kb | 195 kb | 210 kb |
25+
| sdk-sagemaker-aggregate.ts | 3.904.0 | 462 kb | 445 kb | 459 kb |

clients/client-proton/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.905.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.904.0...v3.905.0) (2025-10-07)
7+
8+
9+
### Features
10+
11+
* **client-proton:** Deprecating APIs in AWS Proton namespace. ([2b4937b](https://github.com/aws/aws-sdk-js-v3/commit/2b4937b9a70085fb03583e96ba07a533c10b2bb9))
12+
13+
14+
15+
16+
617
# [3.901.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.900.0...v3.901.0) (2025-10-01)
718

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

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

lerna.json

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

lib/lib-storage/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.905.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.904.0...v3.905.0) (2025-10-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **lib-storage:** restrict lstat calls to fs.ReadStream objects ([#7411](https://github.com/aws/aws-sdk-js-v3/issues/7411)) ([120f408](https://github.com/aws/aws-sdk-js-v3/commit/120f408f18c2ef3c4b995a9291bb328fd81267b0))
12+
13+
14+
15+
16+
617
# [3.903.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.902.0...v3.903.0) (2025-10-03)
718

819
**Note:** Version bump only for package @aws-sdk/lib-storage

lib/lib-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/lib-storage",
3-
"version": "3.903.0",
3+
"version": "3.905.0",
44
"description": "Storage higher order operation",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

0 commit comments

Comments
 (0)