Skip to content

Commit da65081

Browse files
author
awstools
committed
Publish v3.881.0
1 parent f43aa69 commit da65081

File tree

20 files changed

+125
-10
lines changed

20 files changed

+125
-10
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.881.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.880.0...v3.881.0) (2025-09-03)
7+
8+
9+
### Features
10+
11+
* **client-cleanrooms:** Added support for adding new data provider members to an existing collaboration. ([57c9c4a](https://github.com/aws/aws-sdk-js-v3/commit/57c9c4a9c60cf5df45c1d1b4c589e08947275038))
12+
* **client-cleanroomsml:** AWS Clean Rooms ML adds log sanitization for privacy-enhanced error summaries, supports new instance types for custom models providing better performance and lower costs, and deprecates P3-series instances. ([ee27575](https://github.com/aws/aws-sdk-js-v3/commit/ee27575e60862b452cb292e6d26fe215031ae5f6))
13+
* **client-cloudfront:** Adding an optional field IpAddressType in CustomOriginConfig ([2bbd084](https://github.com/aws/aws-sdk-js-v3/commit/2bbd08449000a17dde6a1df53cf6a206c3fd1f64))
14+
* **client-mq:** Add CONFIG_MANAGED as a supported AuthenticationStrategy for Amazon MQ for RabbitMQ brokers. Make username and password optional on broker creation for CONFIG_MANAGED brokers. ([245d676](https://github.com/aws/aws-sdk-js-v3/commit/245d676ce6c400e3a003c3d53e2523323d23a3c7))
15+
* **client-rds:** This release adds support for MasterUserAuthenticationType parameter on CreateDBInstance, ModifyDBInstance, CreateDBCluster, and ModifyDBCluster operations. ([ff60909](https://github.com/aws/aws-sdk-js-v3/commit/ff60909bbc74c3351da0483abf4b23698946418e))
16+
* **client-route-53-domains:** Added new ExtraParams AU_ELIGIBILITY_TYPE, AU_POLICY_REASON, and AU_REGISTRANT_NAME ([c198875](https://github.com/aws/aws-sdk-js-v3/commit/c198875903efbd5cdac53ee85d1dcd261137dd3b))
17+
* **client-route-53:** Amazon Route 53 now supports the Asia Pacific (New Zealand) Region (ap-southeast-6) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. ([92e1585](https://github.com/aws/aws-sdk-js-v3/commit/92e1585d89085068df0490c307e2d2134700e1b5))
18+
* **client-transcribe-streaming:** This release adds support for automatic language identification in AWS Transcribe Call Analytics ([2e3a613](https://github.com/aws/aws-sdk-js-v3/commit/2e3a61383fdc3720b4a836f29086e2ed4a628ebd))
19+
* **clients:** update client endpoints as of 2025-09-03 ([f43aa69](https://github.com/aws/aws-sdk-js-v3/commit/f43aa69a02dc1a9a4b79f85789a42c5523297419))
20+
21+
22+
23+
24+
625
# [3.880.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.879.0...v3.880.0) (2025-09-02)
726

827

clients/client-cleanrooms/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.881.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.880.0...v3.881.0) (2025-09-03)
7+
8+
9+
### Features
10+
11+
* **client-cleanrooms:** Added support for adding new data provider members to an existing collaboration. ([57c9c4a](https://github.com/aws/aws-sdk-js-v3/commit/57c9c4a9c60cf5df45c1d1b4c589e08947275038))
12+
13+
14+
15+
16+
617
# [3.879.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.878.0...v3.879.0) (2025-08-29)
718

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

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

clients/client-cleanroomsml/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.881.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.880.0...v3.881.0) (2025-09-03)
7+
8+
9+
### Features
10+
11+
* **client-cleanroomsml:** AWS Clean Rooms ML adds log sanitization for privacy-enhanced error summaries, supports new instance types for custom models providing better performance and lower costs, and deprecates P3-series instances. ([ee27575](https://github.com/aws/aws-sdk-js-v3/commit/ee27575e60862b452cb292e6d26fe215031ae5f6))
12+
13+
14+
15+
16+
617
# [3.879.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.878.0...v3.879.0) (2025-08-29)
718

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

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

clients/client-cloudfront/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.881.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.880.0...v3.881.0) (2025-09-03)
7+
8+
9+
### Features
10+
11+
* **client-cloudfront:** Adding an optional field IpAddressType in CustomOriginConfig ([2bbd084](https://github.com/aws/aws-sdk-js-v3/commit/2bbd08449000a17dde6a1df53cf6a206c3fd1f64))
12+
13+
14+
15+
16+
617
# [3.879.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.878.0...v3.879.0) (2025-08-29)
718

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

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

clients/client-mq/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.881.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.880.0...v3.881.0) (2025-09-03)
7+
8+
9+
### Features
10+
11+
* **client-mq:** Add CONFIG_MANAGED as a supported AuthenticationStrategy for Amazon MQ for RabbitMQ brokers. Make username and password optional on broker creation for CONFIG_MANAGED brokers. ([245d676](https://github.com/aws/aws-sdk-js-v3/commit/245d676ce6c400e3a003c3d53e2523323d23a3c7))
12+
13+
14+
15+
16+
617
# [3.879.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.878.0...v3.879.0) (2025-08-29)
718

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

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

clients/client-rds/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.881.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.880.0...v3.881.0) (2025-09-03)
7+
8+
9+
### Features
10+
11+
* **client-rds:** This release adds support for MasterUserAuthenticationType parameter on CreateDBInstance, ModifyDBInstance, CreateDBCluster, and ModifyDBCluster operations. ([ff60909](https://github.com/aws/aws-sdk-js-v3/commit/ff60909bbc74c3351da0483abf4b23698946418e))
12+
13+
14+
15+
16+
617
# [3.879.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.878.0...v3.879.0) (2025-08-29)
718

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

0 commit comments

Comments
 (0)