Skip to content

Commit b2fb10a

Browse files
author
awstools
committed
Publish v3.688.0
1 parent 175111a commit b2fb10a

File tree

37 files changed

+206
-19
lines changed

37 files changed

+206
-19
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)
7+
8+
9+
### Features
10+
11+
* **client-batch:** This feature allows override LaunchTemplates to be specified in an AWS Batch Compute Environment. ([bf10da9](https://github.com/aws/aws-sdk-js-v3/commit/bf10da9ab7e12423e05450c3b938e5102fbbe88c))
12+
* **client-bedrock-agent-runtime:** This release adds trace functionality to Bedrock Prompt Flows ([bc89971](https://github.com/aws/aws-sdk-js-v3/commit/bc8997185262078a5b7038122d63b4f72e74e57c))
13+
* **client-chime-sdk-media-pipelines:** Added support for Media Capture Pipeline and Media Concatenation Pipeline for customer managed server side encryption. Now Media Capture Pipeline can use IAM sink role to get access to KMS key and encrypt/decrypt recorded artifacts. KMS key ID can also be supplied with encryption context. ([88e1c21](https://github.com/aws/aws-sdk-js-v3/commit/88e1c217d5db6310c42466cb98b79dda519a37eb))
14+
* **client-controlcatalog:** AWS Control Catalog GetControl public API returns additional data in output, including Implementation and Parameters ([43e848f](https://github.com/aws/aws-sdk-js-v3/commit/43e848f37d1b5ecd344c1506204a225773cee3ee))
15+
* **client-eks:** Adds new error code `Ec2InstanceTypeDoesNotExist` for Amazon EKS managed node groups ([84db913](https://github.com/aws/aws-sdk-js-v3/commit/84db913d62a462614e4f895351746c166bd31962))
16+
* **client-firehose:** Amazon Data Firehose / Features : Adds support for a new DeliveryStreamType, DatabaseAsSource. DatabaseAsSource hoses allow customers to stream CDC events from their RDS and Amazon EC2 hosted databases, running MySQL and PostgreSQL database engines, to Iceberg Table destinations. ([9933561](https://github.com/aws/aws-sdk-js-v3/commit/993356150b9ad067a87cc1bbf219a700582e6e8f))
17+
* **client-lambda:** This release adds support for using AWS KMS customer managed keys to encrypt AWS Lambda .zip deployment packages. ([0c470f6](https://github.com/aws/aws-sdk-js-v3/commit/0c470f6e777f94f3df52660226f58ff94a1a2835))
18+
* **client-pinpoint-sms-voice-v2:** Added the RequiresAuthenticationTimestamp field to the RegistrationVersionStatusHistory data type. ([90f0be2](https://github.com/aws/aws-sdk-js-v3/commit/90f0be2f0a7156cbb8fac3da2869e20da4328f16))
19+
* **client-qbusiness:** Adds S3 path option to pass group member list for PutGroup API. ([a0824b3](https://github.com/aws/aws-sdk-js-v3/commit/a0824b3db9ab0b24ba90c8f3c41a9ce60f43ce3b))
20+
* **clients:** update client endpoints as of 2024-11-08 ([175111a](https://github.com/aws/aws-sdk-js-v3/commit/175111af18dff2d36437f6c64e0f3255f0470fe5))
21+
* **middleware-flexible-checksums:** use Node.js native CRC32 checksum API ([#6641](https://github.com/aws/aws-sdk-js-v3/issues/6641)) ([6a48760](https://github.com/aws/aws-sdk-js-v3/commit/6a48760ced7fb088d4989ec138b55210181c267f))
22+
23+
24+
25+
26+
627
# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)
728

829

benchmark/size/report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
|@aws-sdk/node-http-handler|3.370.0|14.4 KB|N/A|N/A|N/A|
5151
|@aws-sdk/polly-request-presigner|3.495.0|23.3 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
5252
|@aws-sdk/s3-presigned-post|3.496.0|27.4 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
53-
|@aws-sdk/s3-request-presigner|3.686.0|31.8 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
53+
|@aws-sdk/s3-request-presigner|3.687.0|31.8 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
5454
|@aws-sdk/signature-v4|3.370.0|14.4 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
5555
|@aws-sdk/signature-v4-crt|3.686.0|54.5 KB|N/A|N/A|N/A|
5656
|@aws-sdk/smithy-client|3.370.0|18.8 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|

clients/client-batch/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.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)
7+
8+
9+
### Features
10+
11+
* **client-batch:** This feature allows override LaunchTemplates to be specified in an AWS Batch Compute Environment. ([bf10da9](https://github.com/aws/aws-sdk-js-v3/commit/bf10da9ab7e12423e05450c3b938e5102fbbe88c))
12+
13+
14+
15+
16+
617
# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)
718

819
**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.687.0",
4+
"version": "3.688.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-batch",

clients/client-bedrock-agent-runtime/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.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent-runtime:** This release adds trace functionality to Bedrock Prompt Flows ([bc89971](https://github.com/aws/aws-sdk-js-v3/commit/bc8997185262078a5b7038122d63b4f72e74e57c))
12+
13+
14+
15+
16+
617
# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)
718

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

clients/client-bedrock-agent-runtime/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-runtime",
33
"description": "AWS SDK for JavaScript Bedrock Agent Runtime Client for Node.js, Browser and React Native",
4-
"version": "3.687.0",
4+
"version": "3.688.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-runtime",

clients/client-chime-sdk-media-pipelines/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.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)
7+
8+
9+
### Features
10+
11+
* **client-chime-sdk-media-pipelines:** Added support for Media Capture Pipeline and Media Concatenation Pipeline for customer managed server side encryption. Now Media Capture Pipeline can use IAM sink role to get access to KMS key and encrypt/decrypt recorded artifacts. KMS key ID can also be supplied with encryption context. ([88e1c21](https://github.com/aws/aws-sdk-js-v3/commit/88e1c217d5db6310c42466cb98b79dda519a37eb))
12+
13+
14+
15+
16+
617
# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)
718

819
**Note:** Version bump only for package @aws-sdk/client-chime-sdk-media-pipelines

clients/client-chime-sdk-media-pipelines/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-chime-sdk-media-pipelines",
33
"description": "AWS SDK for JavaScript Chime Sdk Media Pipelines Client for Node.js, Browser and React Native",
4-
"version": "3.687.0",
4+
"version": "3.688.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-chime-sdk-media-pipelines",

clients/client-controlcatalog/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.688.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.687.0...v3.688.0) (2024-11-08)
7+
8+
9+
### Features
10+
11+
* **client-controlcatalog:** AWS Control Catalog GetControl public API returns additional data in output, including Implementation and Parameters ([43e848f](https://github.com/aws/aws-sdk-js-v3/commit/43e848f37d1b5ecd344c1506204a225773cee3ee))
12+
13+
14+
15+
16+
617
# [3.687.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.686.0...v3.687.0) (2024-11-07)
718

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

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

0 commit comments

Comments
 (0)