Skip to content

Commit 08a2486

Browse files
author
awstools
committed
Publish v3.870.0
1 parent bc6a69d commit 08a2486

File tree

18 files changed

+104
-9
lines changed

18 files changed

+104
-9
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.870.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.869.0...v3.870.0) (2025-08-18)
7+
8+
9+
### Features
10+
11+
* **client-bcm-dashboards:** Billing and Cost Management Dashboards enables users to create dashboards that combine multiple visualizations of cost and usage data. Users can create, manage, and share dashboards. Tags are also available for dashboards. ([4f61ca9](https://github.com/aws/aws-sdk-js-v3/commit/4f61ca9a723b281d18c8de282fb0928a1757afcc))
12+
* **client-connect:** Amazon Connect Service Feature: Add support to enable multi-user in-app, web, and video calling. ([a7ec4aa](https://github.com/aws/aws-sdk-js-v3/commit/a7ec4aaf95e021d3f01c60cc3672b076225556db))
13+
* **client-connectparticipant:** Amazon Connect Service Feature: Add support to enable multi-user in-app, web, and video calling. ([35477fe](https://github.com/aws/aws-sdk-js-v3/commit/35477fe07a3514fc8652efd92935ea1b866264ec))
14+
* **client-s3-control:** Adds support for Compute checksum functionality in Amazon S3 Batch Operations. You can now calculate checksums for a list of objects using supported algorithms in Amazon S3, without requiring a restore or download ([d595af9](https://github.com/aws/aws-sdk-js-v3/commit/d595af93704b8ea5bc80b7acff0dabeb4206fafc))
15+
* **client-sagemaker:** Customer managed keys now available for volume encryption of SageMaker HyperPod clusters. ([3c753ac](https://github.com/aws/aws-sdk-js-v3/commit/3c753acdf3aca394f8e98bb0011fc36362e72520))
16+
* **clients:** update client endpoints as of 2025-08-18 ([bc6a69d](https://github.com/aws/aws-sdk-js-v3/commit/bc6a69dc2d9cd05f40b07d99e8976096426349d9))
17+
18+
19+
20+
21+
622
# [3.869.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.868.0...v3.869.0) (2025-08-15)
723

824

clients/client-batch/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.870.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.869.0...v3.870.0) (2025-08-18)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-batch
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/client-batch

clients/client-batch/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-batch",
33
"description": "AWS SDK for JavaScript Batch Client for Node.js, Browser and React Native",
4-
"version": "3.864.0",
4+
"version": "3.870.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-batch",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.870.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.869.0...v3.870.0) (2025-08-18)
7+
8+
9+
### Features
10+
11+
* **client-bcm-dashboards:** Billing and Cost Management Dashboards enables users to create dashboards that combine multiple visualizations of cost and usage data. Users can create, manage, and share dashboards. Tags are also available for dashboards. ([4f61ca9](https://github.com/aws/aws-sdk-js-v3/commit/4f61ca9a723b281d18c8de282fb0928a1757afcc))

clients/client-bcm-dashboards/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-bcm-dashboards",
33
"description": "AWS SDK for JavaScript Bcm Dashboards Client for Node.js, Browser and React Native",
4-
"version": "3.0.0",
4+
"version": "3.870.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-connect/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.870.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.869.0...v3.870.0) (2025-08-18)
7+
8+
9+
### Features
10+
11+
* **client-connect:** Amazon Connect Service Feature: Add support to enable multi-user in-app, web, and video calling. ([a7ec4aa](https://github.com/aws/aws-sdk-js-v3/commit/a7ec4aaf95e021d3f01c60cc3672b076225556db))
12+
13+
14+
15+
16+
617
# [3.865.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.864.0...v3.865.0) (2025-08-11)
718

819

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

clients/client-connectparticipant/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.870.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.869.0...v3.870.0) (2025-08-18)
7+
8+
9+
### Features
10+
11+
* **client-connectparticipant:** Amazon Connect Service Feature: Add support to enable multi-user in-app, web, and video calling. ([35477fe](https://github.com/aws/aws-sdk-js-v3/commit/35477fe07a3514fc8652efd92935ea1b866264ec))
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-connectparticipant

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

clients/client-s3-control/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.870.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.869.0...v3.870.0) (2025-08-18)
7+
8+
9+
### Features
10+
11+
* **client-s3-control:** Adds support for Compute checksum functionality in Amazon S3 Batch Operations. You can now calculate checksums for a list of objects using supported algorithms in Amazon S3, without requiring a restore or download ([d595af9](https://github.com/aws/aws-sdk-js-v3/commit/d595af93704b8ea5bc80b7acff0dabeb4206fafc))
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-s3-control

0 commit comments

Comments
 (0)