Skip to content

Commit 6681c80

Browse files
author
awstools
committed
Publish v3.879.0
1 parent d3f17b8 commit 6681c80

File tree

965 files changed

+4355
-489
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

965 files changed

+4355
-489
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.879.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.878.0...v3.879.0) (2025-08-29)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** Release shows new route types such as filtered and advertisement. ([6f9b4a6](https://github.com/aws/aws-sdk-js-v3/commit/6f9b4a61e46ce9c61e32bd180ee1462490f6ca29))
12+
* **client-xray:** AWS X-Ray Features: Support Sampling Rate Boost On Anomaly ([d3f17b8](https://github.com/aws/aws-sdk-js-v3/commit/d3f17b830d47969c7489e7e923b9693493d3522d))
13+
14+
15+
16+
17+
618
# [3.878.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.877.0...v3.878.0) (2025-08-28)
719

820

benchmark/size/report.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
|@aws-sdk/client-sts|3.495.0|392.8 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
3636
|@aws-sdk/client-xray|3.495.0|573.8 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
3737
|@aws-sdk/credential-provider-cognito-identity|3.496.0|36 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
38-
|@aws-sdk/credential-provider-env|3.873.0|18.8 KB|N/A|N/A|N/A|
38+
|@aws-sdk/credential-provider-env|3.876.0|18.8 KB|N/A|N/A|N/A|
3939
|@aws-sdk/credential-provider-imds|3.370.0|14.8 KB|N/A|N/A|N/A|
40-
|@aws-sdk/credential-provider-ini|3.873.0|46.5 KB|N/A|N/A|N/A|
41-
|@aws-sdk/credential-provider-node|3.873.0|33.9 KB|N/A|N/A|N/A|
42-
|@aws-sdk/credential-provider-process|3.873.0|22.7 KB|N/A|N/A|N/A|
43-
|@aws-sdk/credential-provider-sso|3.873.0|33.7 KB|N/A|N/A|N/A|
40+
|@aws-sdk/credential-provider-ini|3.876.0|46.5 KB|N/A|N/A|N/A|
41+
|@aws-sdk/credential-provider-node|3.876.0|33.9 KB|N/A|N/A|N/A|
42+
|@aws-sdk/credential-provider-process|3.876.0|22.7 KB|N/A|N/A|N/A|
43+
|@aws-sdk/credential-provider-sso|3.876.0|33.7 KB|N/A|N/A|N/A|
4444
|@aws-sdk/credential-provider-web-identity|3.495.0|28.9 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
4545
|@aws-sdk/credential-providers|3.496.0|84.3 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
4646
|@aws-sdk/fetch-http-handler|3.370.0|14.4 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
@@ -49,8 +49,8 @@
4949
|@aws-sdk/node-http-handler|3.370.0|14.4 KB|N/A|N/A|N/A|
5050
|@aws-sdk/polly-request-presigner|3.495.0|23.3 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
5151
|@aws-sdk/s3-presigned-post|3.496.0|27.4 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
52-
|@aws-sdk/s3-request-presigner|3.876.0|31.6 KB|✅(5.88.2)|✅(3.26.3)|✅(0.25.1)|
52+
|@aws-sdk/s3-request-presigner|3.878.0|31.6 KB|✅(5.88.2)|✅(3.26.3)|✅(0.25.1)|
5353
|@aws-sdk/signature-v4|3.370.0|14.4 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
54-
|@aws-sdk/signature-v4-crt|3.873.0|54.5 KB|N/A|N/A|N/A|
54+
|@aws-sdk/signature-v4-crt|3.876.0|54.5 KB|N/A|N/A|N/A|
5555
|@aws-sdk/smithy-client|3.370.0|18.8 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
5656
|@aws-sdk/types|3.840.0|43.5 KB|✅(5.88.2)|✅(3.26.3)|✅(0.25.1)|

clients/client-accessanalyzer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.879.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.878.0...v3.879.0) (2025-08-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer
9+
10+
11+
12+
13+
614
# [3.876.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.875.0...v3.876.0) (2025-08-26)
715

816
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer

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

clients/client-account/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.879.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.878.0...v3.879.0) (2025-08-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-account
9+
10+
11+
12+
13+
614
# [3.876.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.875.0...v3.876.0) (2025-08-26)
715

816
**Note:** Version bump only for package @aws-sdk/client-account

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

clients/client-acm-pca/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.879.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.878.0...v3.879.0) (2025-08-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
9+
10+
11+
12+
13+
614
# [3.876.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.875.0...v3.876.0) (2025-08-26)
715

816
**Note:** Version bump only for package @aws-sdk/client-acm-pca

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

clients/client-acm/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.879.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.878.0...v3.879.0) (2025-08-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm
9+
10+
11+
12+
13+
614
# [3.876.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.875.0...v3.876.0) (2025-08-26)
715

816
**Note:** Version bump only for package @aws-sdk/client-acm

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

0 commit comments

Comments
 (0)