Skip to content

Commit cc94520

Browse files
author
awstools
committed
Publish v3.869.0
1 parent 703bca5 commit cc94520

File tree

6 files changed

+38
-3
lines changed

6 files changed

+38
-3
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.869.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.868.0...v3.869.0) (2025-08-15)
7+
8+
9+
### Features
10+
11+
* **client-amp:** Add Resource-based Policy APIs for Amazon Prometheus ([f5abdf8](https://github.com/aws/aws-sdk-js-v3/commit/f5abdf89c31427427afed2ebd7d9ddead07df886))
12+
* **client-bedrock-agent:** This release adds support for saving Bedrock Flows while node configuration is still in progress, even if the Flow is not yet able to be invoked ([bbe9734](https://github.com/aws/aws-sdk-js-v3/commit/bbe9734e3bbd321f90a322c3895b54cc9607c6d0))
13+
* **client-glue:** AWS Glue Zero ETL now supports On-demand snapshot load ([703bca5](https://github.com/aws/aws-sdk-js-v3/commit/703bca5abf874dbccd489e94922e630e1e66a407))
14+
15+
16+
17+
18+
619
# [3.868.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.867.0...v3.868.0) (2025-08-14)
720

821

clients/client-amp/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.869.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.868.0...v3.869.0) (2025-08-15)
7+
8+
9+
### Features
10+
11+
* **client-amp:** Add Resource-based Policy APIs for Amazon Prometheus ([f5abdf8](https://github.com/aws/aws-sdk-js-v3/commit/f5abdf89c31427427afed2ebd7d9ddead07df886))
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-amp

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

clients/client-glue/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.869.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.868.0...v3.869.0) (2025-08-15)
7+
8+
9+
### Features
10+
11+
* **client-glue:** AWS Glue Zero ETL now supports On-demand snapshot load ([703bca5](https://github.com/aws/aws-sdk-js-v3/commit/703bca5abf874dbccd489e94922e630e1e66a407))
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-glue/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-glue",
33
"description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
4-
"version": "3.868.0",
4+
"version": "3.869.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-glue",

lerna.json

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

0 commit comments

Comments
 (0)