Skip to content

Commit b6130a8

Browse files
author
awstools
committed
Publish v3.871.0
1 parent 7cf835a commit b6130a8

File tree

14 files changed

+77
-7
lines changed

14 files changed

+77
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.871.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.870.0...v3.871.0) (2025-08-19)
7+
8+
9+
### Features
10+
11+
* **client-cleanrooms:** Support error message configuration for analysis templates ([e425ae4](https://github.com/aws/aws-sdk-js-v3/commit/e425ae46117f5bf83d2c324cc024ea4596910519))
12+
* **client-ec2:** Add support for "warning" volume status. ([7cf835a](https://github.com/aws/aws-sdk-js-v3/commit/7cf835a0c4d72eca66f31fccda2724c7aa0b64e0))
13+
* **client-polly:** Added support for new output format - Opus. ([1c78990](https://github.com/aws/aws-sdk-js-v3/commit/1c7899095e2fa0622589e6c454f94edbc528f325))
14+
15+
16+
17+
18+
619
# [3.870.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.869.0...v3.870.0) (2025-08-18)
720

821

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.871.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.870.0...v3.871.0) (2025-08-19)
7+
8+
9+
### Features
10+
11+
* **client-cleanrooms:** Support error message configuration for analysis templates ([e425ae4](https://github.com/aws/aws-sdk-js-v3/commit/e425ae46117f5bf83d2c324cc024ea4596910519))
12+
13+
14+
15+
16+
617
# [3.864.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.863.0...v3.864.0) (2025-08-08)
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.864.0",
4+
"version": "3.871.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-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.871.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.870.0...v3.871.0) (2025-08-19)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** Add support for "warning" volume status. ([7cf835a](https://github.com/aws/aws-sdk-js-v3/commit/7cf835a0c4d72eca66f31fccda2724c7aa0b64e0))
12+
13+
14+
15+
16+
617
# [3.868.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.867.0...v3.868.0) (2025-08-14)
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.868.0",
4+
"version": "3.871.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-polly/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.871.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.870.0...v3.871.0) (2025-08-19)
7+
8+
9+
### Features
10+
11+
* **client-polly:** Added support for new output format - Opus. ([1c78990](https://github.com/aws/aws-sdk-js-v3/commit/1c7899095e2fa0622589e6c454f94edbc528f325))
12+
13+
14+
15+
16+
617
# [3.864.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.863.0...v3.864.0) (2025-08-08)
718

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

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

lerna.json

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

packages/polly-request-presigner/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.871.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.870.0...v3.871.0) (2025-08-19)
7+
8+
**Note:** Version bump only for package @aws-sdk/polly-request-presigner
9+
10+
11+
12+
13+
614
# [3.864.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.863.0...v3.864.0) (2025-08-08)
715

816
**Note:** Version bump only for package @aws-sdk/polly-request-presigner

packages/polly-request-presigner/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/polly-request-presigner",
3-
"version": "3.864.0",
3+
"version": "3.871.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline polly-request-presigner",

0 commit comments

Comments
 (0)