Skip to content

Commit e6f9df1

Browse files
author
awstools
committed
Publish v3.736.0
1 parent 12cba40 commit e6f9df1

File tree

10 files changed

+61
-5
lines changed

10 files changed

+61
-5
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.736.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.735.0...v3.736.0) (2025-01-27)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent:** Add support for the prompt caching feature for Bedrock Prompt Management ([e631752](https://github.com/aws/aws-sdk-js-v3/commit/e631752dfd2ff38d30a043a460c9f260b642e7df))
12+
* **client-iot:** Raised the documentParameters size limit to 30 KB for AWS IoT Device Management - Jobs. ([a57b590](https://github.com/aws/aws-sdk-js-v3/commit/a57b59088d75ca23a919847467a88675f694e1fa))
13+
* **client-mediaconvert:** This release adds support for dynamic audio configuration and the ability to disable the deblocking filter for h265 encodes. ([d8e0d08](https://github.com/aws/aws-sdk-js-v3/commit/d8e0d087d7533b117d746ce64228fe8a5bc4e990))
14+
* **client-s3-control:** Minor fix to ARN validation for Lambda functions passed to S3 Batch Operations ([a7a494c](https://github.com/aws/aws-sdk-js-v3/commit/a7a494ca18e0921312e63324e76261c2eb5d5ae8))
15+
* **clients:** update client endpoints as of 2025-01-27 ([12cba40](https://github.com/aws/aws-sdk-js-v3/commit/12cba40b926d48a0da55283c9ad8d7103958a41e))
16+
17+
18+
19+
20+
621
# [3.735.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.734.0...v3.735.0) (2025-01-24)
722

823

clients/client-bedrock-agent/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.736.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.735.0...v3.736.0) (2025-01-27)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent:** Add support for the prompt caching feature for Bedrock Prompt Management ([e631752](https://github.com/aws/aws-sdk-js-v3/commit/e631752dfd2ff38d30a043a460c9f260b642e7df))
12+
13+
14+
15+
16+
617
# [3.734.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.733.0...v3.734.0) (2025-01-23)
718

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

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

clients/client-mediaconvert/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.736.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.735.0...v3.736.0) (2025-01-27)
7+
8+
9+
### Features
10+
11+
* **client-mediaconvert:** This release adds support for dynamic audio configuration and the ability to disable the deblocking filter for h265 encodes. ([d8e0d08](https://github.com/aws/aws-sdk-js-v3/commit/d8e0d087d7533b117d746ce64228fe8a5bc4e990))
12+
13+
14+
15+
16+
617
# [3.734.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.733.0...v3.734.0) (2025-01-23)
718

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

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

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.736.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.735.0...v3.736.0) (2025-01-27)
7+
8+
9+
### Features
10+
11+
* **client-s3-control:** Minor fix to ARN validation for Lambda functions passed to S3 Batch Operations ([a7a494c](https://github.com/aws/aws-sdk-js-v3/commit/a7a494ca18e0921312e63324e76261c2eb5d5ae8))
12+
13+
14+
15+
16+
617
# [3.734.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.733.0...v3.734.0) (2025-01-23)
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.734.0",
4+
"version": "3.736.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.735.0",
2+
"version": "3.736.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

private/aws-middleware-test/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.736.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.735.0...v3.736.0) (2025-01-27)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-middleware-test
9+
10+
11+
12+
13+
614
# [3.735.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.734.0...v3.735.0) (2025-01-24)
715

816
**Note:** Version bump only for package @aws-sdk/aws-middleware-test

private/aws-middleware-test/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/aws-middleware-test",
33
"description": "Integration test suite for AWS middleware",
4-
"version": "3.735.0",
4+
"version": "3.736.0",
55
"scripts": {
66
"build": "exit 0",
77
"build:cjs": "exit 0",

0 commit comments

Comments
 (0)