Skip to content

Commit 512c493

Browse files
author
awstools
committed
Publish v3.854.0
1 parent 2bcbe79 commit 512c493

File tree

28 files changed

+148
-14
lines changed

28 files changed

+148
-14
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.854.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.853.0...v3.854.0) (2025-07-25)
7+
8+
9+
### Features
10+
11+
* **client-appintegrations:** Amazon AppIntegrations introduces new configuration capabilities to enable customers to manage iframe permissions, control application refresh behavior (per contact or per browser/cross-contact), and run background applications (service). ([3096300](https://github.com/aws/aws-sdk-js-v3/commit/30963007015411a1a9cfe2bc54fe7990b1cfe89f))
12+
* **client-budgets:** Adds IPv6 and PrivateLink support for AWS Budgets in IAD. ([2c1ea80](https://github.com/aws/aws-sdk-js-v3/commit/2c1ea80b4cd1d1493af60b472f534e2c2c859191))
13+
* **client-ec2:** Transit Gateway native integration with AWS Network Firewall. Adding new enum value for the new Transit Gateway Attachment type. ([97d8133](https://github.com/aws/aws-sdk-js-v3/commit/97d8133a118cf6385ff37d5de126e275d1452fa6))
14+
* **client-mediapackagev2:** This release adds support for specifying a preferred input for channels using CMAF ingest. ([2c4726a](https://github.com/aws/aws-sdk-js-v3/commit/2c4726a672c9e9ff38083b647690ffb1d1dcce43))
15+
* **client-socialmessaging:** This release introduces new WhatsApp template management APIs that enable customers to programmatically create and submit templates for approval, monitor approval status, and manage the complete template lifecycle ([2bcbe79](https://github.com/aws/aws-sdk-js-v3/commit/2bcbe79749f754934a879af29ca11caee173aa93))
16+
17+
18+
19+
20+
621
# [3.853.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.852.0...v3.853.0) (2025-07-24)
722

823

clients/client-appintegrations/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.854.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.853.0...v3.854.0) (2025-07-25)
7+
8+
9+
### Features
10+
11+
* **client-appintegrations:** Amazon AppIntegrations introduces new configuration capabilities to enable customers to manage iframe permissions, control application refresh behavior (per contact or per browser/cross-contact), and run background applications (service). ([3096300](https://github.com/aws/aws-sdk-js-v3/commit/30963007015411a1a9cfe2bc54fe7990b1cfe89f))
12+
13+
14+
15+
16+
617
# [3.848.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.847.0...v3.848.0) (2025-07-17)
718

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

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

clients/client-budgets/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.854.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.853.0...v3.854.0) (2025-07-25)
7+
8+
9+
### Features
10+
11+
* **client-budgets:** Adds IPv6 and PrivateLink support for AWS Budgets in IAD. ([2c1ea80](https://github.com/aws/aws-sdk-js-v3/commit/2c1ea80b4cd1d1493af60b472f534e2c2c859191))
12+
13+
14+
15+
16+
617
# [3.848.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.847.0...v3.848.0) (2025-07-17)
718

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

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

clients/client-config-service/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.854.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.853.0...v3.854.0) (2025-07-25)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-config-service
9+
10+
11+
12+
13+
614
# [3.848.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.847.0...v3.848.0) (2025-07-17)
715

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

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

clients/client-ec2/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.854.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.853.0...v3.854.0) (2025-07-25)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** Transit Gateway native integration with AWS Network Firewall. Adding new enum value for the new Transit Gateway Attachment type. ([97d8133](https://github.com/aws/aws-sdk-js-v3/commit/97d8133a118cf6385ff37d5de126e275d1452fa6))
12+
13+
14+
15+
16+
617
# [3.852.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.851.0...v3.852.0) (2025-07-23)
718

819

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

clients/client-kms/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.854.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.853.0...v3.854.0) (2025-07-25)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-kms
9+
10+
11+
12+
13+
614
# [3.848.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.847.0...v3.848.0) (2025-07-17)
715

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

0 commit comments

Comments
 (0)