Skip to content

Commit 53414a9

Browse files
author
awstools
committed
Publish v3.867.0
1 parent 0e1fe39 commit 53414a9

File tree

16 files changed

+98
-8
lines changed

16 files changed

+98
-8
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.867.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.866.0...v3.867.0) (2025-08-13)
7+
8+
9+
### Features
10+
11+
* **client-braket:** Add support for Braket program sets. ([ead04e9](https://github.com/aws/aws-sdk-js-v3/commit/ead04e9705e1340ac48abc659e814f7b87157015))
12+
* **client-datazone:** Adds support for account pools and project profile account decoupling ([74fe668](https://github.com/aws/aws-sdk-js-v3/commit/74fe668e5b13109e1a793ecfafbb85356d8cbe8c))
13+
* **client-fsx:** Add Dual-Stack support for Amazon FSx for OpenZFS file systems ([46d94c1](https://github.com/aws/aws-sdk-js-v3/commit/46d94c15237b1066d1b22b7aea1e3e1c2d84ba3a))
14+
* **client-partnercentral-selling:** Add Tagging Support for Opportunity resources ([9ede01b](https://github.com/aws/aws-sdk-js-v3/commit/9ede01bc7c9c8b604c1afcb86a5ba0d3f805eb55))
15+
* **client-sagemaker:** This release introduces compute quota for GPU, Trainium accelerators, vCPU, and vCPU memory utilization across teams in HyperPod clusters ([0e1fe39](https://github.com/aws/aws-sdk-js-v3/commit/0e1fe398e7943436e58a6af8d58e9e586c4ed6b0))
16+
* **client-security-ir:** Added support for Organizational Unit-level Membership configuration and the ability to resume a cancelled membership. ([8396253](https://github.com/aws/aws-sdk-js-v3/commit/8396253ee68e0226d4660dcad10509cc3f82314c))
17+
18+
19+
20+
21+
622
# [3.866.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.865.0...v3.866.0) (2025-08-12)
723

824

clients/client-braket/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.867.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.866.0...v3.867.0) (2025-08-13)
7+
8+
9+
### Features
10+
11+
* **client-braket:** Add support for Braket program sets. ([ead04e9](https://github.com/aws/aws-sdk-js-v3/commit/ead04e9705e1340ac48abc659e814f7b87157015))
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-braket

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

clients/client-datazone/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.867.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.866.0...v3.867.0) (2025-08-13)
7+
8+
9+
### Features
10+
11+
* **client-datazone:** Adds support for account pools and project profile account decoupling ([74fe668](https://github.com/aws/aws-sdk-js-v3/commit/74fe668e5b13109e1a793ecfafbb85356d8cbe8c))
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-datazone

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

clients/client-fsx/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.867.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.866.0...v3.867.0) (2025-08-13)
7+
8+
9+
### Features
10+
11+
* **client-fsx:** Add Dual-Stack support for Amazon FSx for OpenZFS file systems ([46d94c1](https://github.com/aws/aws-sdk-js-v3/commit/46d94c15237b1066d1b22b7aea1e3e1c2d84ba3a))
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-fsx

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

clients/client-partnercentral-selling/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.867.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.866.0...v3.867.0) (2025-08-13)
7+
8+
9+
### Features
10+
11+
* **client-partnercentral-selling:** Add Tagging Support for Opportunity resources ([9ede01b](https://github.com/aws/aws-sdk-js-v3/commit/9ede01bc7c9c8b604c1afcb86a5ba0d3f805eb55))
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-partnercentral-selling

clients/client-partnercentral-selling/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-partnercentral-selling",
33
"description": "AWS SDK for JavaScript Partnercentral Selling Client for Node.js, Browser and React Native",
4-
"version": "3.864.0",
4+
"version": "3.867.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-sagemaker/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.867.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.866.0...v3.867.0) (2025-08-13)
7+
8+
9+
### Features
10+
11+
* **client-sagemaker:** This release introduces compute quota for GPU, Trainium accelerators, vCPU, and vCPU memory utilization across teams in HyperPod clusters ([0e1fe39](https://github.com/aws/aws-sdk-js-v3/commit/0e1fe398e7943436e58a6af8d58e9e586c4ed6b0))
12+
13+
14+
15+
16+
617
# [3.866.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.865.0...v3.866.0) (2025-08-12)
718

819

0 commit comments

Comments
 (0)