Skip to content

Commit 96e82c0

Browse files
author
awstools
committed
Publish v3.889.0
1 parent f0a4594 commit 96e82c0

File tree

14 files changed

+82
-7
lines changed

14 files changed

+82
-7
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.889.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.888.0...v3.889.0) (2025-09-15)
7+
8+
9+
### Features
10+
11+
* **client-cost-explorer:** Added endpoint support for eusc-de-east-1 region. ([33e2bb3](https://github.com/aws/aws-sdk-js-v3/commit/33e2bb3470218114a90b059bbccfcd28a7b27605))
12+
* **client-medical-imaging:** Added support for OpenID Connect (OIDC) custom authorizer ([2f41c1a](https://github.com/aws/aws-sdk-js-v3/commit/2f41c1a659d757c349f93356ba38e8e26b650d88))
13+
* **client-observabilityadmin:** CloudWatch Observability Admin adds the ability to enable telemetry centralization in customers' Organizations. The release introduces new APIs to manage centralization rules, which define settings to replicate telemetry data to a central destination in the customers' Organization. ([8af9fd5](https://github.com/aws/aws-sdk-js-v3/commit/8af9fd5036157db0f9779dbf40ef55a4a940f924))
14+
* **client-s3-control:** Introduce three new encryption filters: EncryptionType (SSE-S3, SSE-KMS, DSSE-KMS, SSE-C, NOT-SSE), KmsKeyArn (for SSE-KMS and DSSE-KMS), and BucketKeyEnabled (for SSE-KMS). ([cc372e4](https://github.com/aws/aws-sdk-js-v3/commit/cc372e4d3f3c7a03fb512cff44cd239aaec3964c))
15+
* **clients:** update client endpoints as of 2025-09-15 ([f0a4594](https://github.com/aws/aws-sdk-js-v3/commit/f0a45947563eaa3409545ff654469e9827f6d380))
16+
17+
18+
19+
20+
621
# [3.888.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.887.0...v3.888.0) (2025-09-12)
722

823

clients/client-cost-explorer/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.889.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.888.0...v3.889.0) (2025-09-15)
7+
8+
9+
### Features
10+
11+
* **client-cost-explorer:** Added endpoint support for eusc-de-east-1 region. ([33e2bb3](https://github.com/aws/aws-sdk-js-v3/commit/33e2bb3470218114a90b059bbccfcd28a7b27605))
12+
13+
14+
15+
16+
617
# [3.888.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.887.0...v3.888.0) (2025-09-12)
718

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

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

clients/client-medical-imaging/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.889.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.888.0...v3.889.0) (2025-09-15)
7+
8+
9+
### Features
10+
11+
* **client-medical-imaging:** Added support for OpenID Connect (OIDC) custom authorizer ([2f41c1a](https://github.com/aws/aws-sdk-js-v3/commit/2f41c1a659d757c349f93356ba38e8e26b650d88))
12+
13+
14+
15+
16+
617
# [3.888.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.887.0...v3.888.0) (2025-09-12)
718

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

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

clients/client-observabilityadmin/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.889.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.888.0...v3.889.0) (2025-09-15)
7+
8+
9+
### Features
10+
11+
* **client-observabilityadmin:** CloudWatch Observability Admin adds the ability to enable telemetry centralization in customers' Organizations. The release introduces new APIs to manage centralization rules, which define settings to replicate telemetry data to a central destination in the customers' Organization. ([8af9fd5](https://github.com/aws/aws-sdk-js-v3/commit/8af9fd5036157db0f9779dbf40ef55a4a940f924))
12+
13+
14+
15+
16+
617
# [3.888.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.887.0...v3.888.0) (2025-09-12)
718

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

clients/client-observabilityadmin/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-observabilityadmin",
33
"description": "AWS SDK for JavaScript Observabilityadmin Client for Node.js, Browser and React Native",
4-
"version": "3.888.0",
4+
"version": "3.889.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-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.889.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.888.0...v3.889.0) (2025-09-15)
7+
8+
9+
### Features
10+
11+
* **client-s3-control:** Introduce three new encryption filters: EncryptionType (SSE-S3, SSE-KMS, DSSE-KMS, SSE-C, NOT-SSE), KmsKeyArn (for SSE-KMS and DSSE-KMS), and BucketKeyEnabled (for SSE-KMS). ([cc372e4](https://github.com/aws/aws-sdk-js-v3/commit/cc372e4d3f3c7a03fb512cff44cd239aaec3964c))
12+
13+
14+
15+
16+
617
# [3.888.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.887.0...v3.888.0) (2025-09-12)
718

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

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

lerna.json

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

0 commit comments

Comments
 (0)