Skip to content

Commit da2bf71

Browse files
author
awstools
committed
Publish v3.897.0
1 parent 6492daa commit da2bf71

File tree

9 files changed

+63
-16
lines changed

9 files changed

+63
-16
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.897.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.896.0...v3.897.0) (2025-09-25)
7+
8+
9+
### Features
10+
11+
* **client-glue:** Update GetConnection(s) API to return KmsKeyArn & Add 63 missing connection types ([e36983e](https://github.com/aws/aws-sdk-js-v3/commit/e36983ea1c3b605c362ed1cceaefd1e06962b36a))
12+
* **client-lightsail:** Attribute HTTP binding update for Get/Delete operations ([ddf1117](https://github.com/aws/aws-sdk-js-v3/commit/ddf1117f1c29c9c61b6fab38274d51519bbf2f9c))
13+
* **client-network-firewall:** Network Firewall now introduces Reject and Alert action support for stateful domain list rule groups, providing customers with more granular control over their network traffic. ([75348db](https://github.com/aws/aws-sdk-js-v3/commit/75348db95ef8c62877cac705567ed809ced9835c))
14+
* **clients:** update client endpoints as of 2025-09-25 ([6492daa](https://github.com/aws/aws-sdk-js-v3/commit/6492daac90bbfc0a049bcd51f2267eb288911006))
15+
16+
17+
18+
19+
620
# [3.896.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.895.0...v3.896.0) (2025-09-24)
721

822

benchmark/size/report-bundlers.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
| Application | SDK Version | browser:Webpack | browser:Rollup | browser:EsBuild |
22
| :---------------------------------------- | :---------- | :-------------- | :------------- | :-------------- |
3-
| lib-dynamodb-aggregate.ts | 3.895.0 | 210 kb | 203 kb | 231 kb |
4-
| multiple-sdk-clients.ts | 3.895.0 | 477 kb | 468 kb | 513 kb |
5-
| private-multiple-clients-micg.ts | 3.895.0 | 416 kb | 409 kb | 460 kb |
6-
| private-multiple-clients-schema.ts | 3.895.0 | 355 kb | 357 kb | 401 kb |
7-
| private-restjson-micg-aggregate.ts | 3.895.0 | 228 kb | 222 kb | 247 kb |
8-
| private-restjson-micg-single-command.ts | 3.895.0 | 124 kb | 119 kb | 139 kb |
9-
| private-restjson-schema-aggregate.ts | 3.895.0 | 212 kb | 210 kb | 232 kb |
10-
| private-restjson-schema-single-command.ts | 3.895.0 | 146 kb | 141 kb | 163 kb |
11-
| sdk-ec2-aggregate.ts | 3.895.0 | 1.15 mb | 1.097 mb | 1.143 mb |
12-
| sdk-s3-aggregate.ts | 3.895.0 | 356 kb | 347 kb | 378 kb |
13-
| sdk-s3-single-command.ts | 3.895.0 | 202 kb | 195 kb | 221 kb |
14-
| sdk-sagemaker-aggregate.ts | 3.895.0 | 462 kb | 444 kb | 481 kb |
3+
| lib-dynamodb-aggregate.ts | 3.896.0 | 210 kb | 203 kb | 231 kb |
4+
| multiple-sdk-clients.ts | 3.896.0 | 477 kb | 468 kb | 513 kb |
5+
| private-multiple-clients-micg.ts | 3.896.0 | 416 kb | 409 kb | 460 kb |
6+
| private-multiple-clients-schema.ts | 3.896.0 | 355 kb | 357 kb | 401 kb |
7+
| private-restjson-micg-aggregate.ts | 3.896.0 | 228 kb | 222 kb | 247 kb |
8+
| private-restjson-micg-single-command.ts | 3.896.0 | 124 kb | 119 kb | 139 kb |
9+
| private-restjson-schema-aggregate.ts | 3.896.0 | 212 kb | 210 kb | 232 kb |
10+
| private-restjson-schema-single-command.ts | 3.896.0 | 146 kb | 141 kb | 163 kb |
11+
| sdk-ec2-aggregate.ts | 3.896.0 | 1.15 mb | 1.097 mb | 1.143 mb |
12+
| sdk-s3-aggregate.ts | 3.896.0 | 356 kb | 347 kb | 378 kb |
13+
| sdk-s3-single-command.ts | 3.896.0 | 202 kb | 195 kb | 221 kb |
14+
| sdk-sagemaker-aggregate.ts | 3.896.0 | 462 kb | 444 kb | 481 kb |

clients/client-glue/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.897.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.896.0...v3.897.0) (2025-09-25)
7+
8+
9+
### Features
10+
11+
* **client-glue:** Update GetConnection(s) API to return KmsKeyArn & Add 63 missing connection types ([e36983e](https://github.com/aws/aws-sdk-js-v3/commit/e36983ea1c3b605c362ed1cceaefd1e06962b36a))
12+
13+
14+
15+
16+
617
# [3.896.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.895.0...v3.896.0) (2025-09-24)
718

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

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

clients/client-lightsail/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.897.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.896.0...v3.897.0) (2025-09-25)
7+
8+
9+
### Features
10+
11+
* **client-lightsail:** Attribute HTTP binding update for Get/Delete operations ([ddf1117](https://github.com/aws/aws-sdk-js-v3/commit/ddf1117f1c29c9c61b6fab38274d51519bbf2f9c))
12+
13+
14+
15+
16+
617
# [3.896.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.895.0...v3.896.0) (2025-09-24)
718

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

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

clients/client-network-firewall/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.897.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.896.0...v3.897.0) (2025-09-25)
7+
8+
9+
### Features
10+
11+
* **client-network-firewall:** Network Firewall now introduces Reject and Alert action support for stateful domain list rule groups, providing customers with more granular control over their network traffic. ([75348db](https://github.com/aws/aws-sdk-js-v3/commit/75348db95ef8c62877cac705567ed809ced9835c))
12+
13+
14+
15+
16+
617
# [3.896.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.895.0...v3.896.0) (2025-09-24)
718

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

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

lerna.json

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

0 commit comments

Comments
 (0)