Skip to content

Commit 50eaa12

Browse files
author
awstools
committed
Publish v3.833.0
1 parent ba9270e commit 50eaa12

File tree

14 files changed

+86
-7
lines changed

14 files changed

+86
-7
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.833.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.832.0...v3.833.0) (2025-06-19)
7+
8+
9+
### Features
10+
11+
* **client-bedrock:** This release of the SDK has the API and documentation for the createcustommodel API. This feature lets you copy a trained model into Amazon Bedrock for inference. ([4b11c84](https://github.com/aws/aws-sdk-js-v3/commit/4b11c8446d61cd0a3196ffe691c9d40489b1504e))
12+
* **client-emr-serverless:** This release adds the capability to enable IAM IdentityCenter Trusted Identity Propagation for users running Interactive Sessions on EMR Serverless Applications. ([60a7e91](https://github.com/aws/aws-sdk-js-v3/commit/60a7e91d7a5be4e4149890632121b86fb10feb0e))
13+
* **client-lambda:** Support Schema Registry feature for Kafka Event Source Mapping. Customers can now configure a Schema Registry to enable schema validation and filtering for Avro, Protobuf, and JSON-formatted events in Lambda for Kafka Event Source. ([fdd8bd3](https://github.com/aws/aws-sdk-js-v3/commit/fdd8bd3fc2e1d3fb5964f00ff4e1d803384ebc20))
14+
* **client-payment-cryptography-data:** Additional support for managing HMAC keys that adheres to changes documented in X9.143-2021 and provides better interoperability for key import/export ([ba9270e](https://github.com/aws/aws-sdk-js-v3/commit/ba9270e673e00422f27ff0a9c18d0b434ddbc373))
15+
* **client-payment-cryptography:** Additional support for managing HMAC keys that adheres to changes documented in X9.143-2021 and provides better interoperability for key import/export ([cfa33df](https://github.com/aws/aws-sdk-js-v3/commit/cfa33dfa9a97c0e9071a45f0932a07a04b3b803a))
16+
* **client-sagemaker:** This release introduces alternative support for utilizing CFN templates from S3 for SageMaker Projects. ([49f6cc2](https://github.com/aws/aws-sdk-js-v3/commit/49f6cc2f2d3968aa24d2e84f2f5f4237c8b65562))
17+
18+
19+
20+
21+
622
# [3.832.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.831.0...v3.832.0) (2025-06-18)
723

824

clients/client-emr-serverless/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.833.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.832.0...v3.833.0) (2025-06-19)
7+
8+
9+
### Features
10+
11+
* **client-emr-serverless:** This release adds the capability to enable IAM IdentityCenter Trusted Identity Propagation for users running Interactive Sessions on EMR Serverless Applications. ([60a7e91](https://github.com/aws/aws-sdk-js-v3/commit/60a7e91d7a5be4e4149890632121b86fb10feb0e))
12+
13+
14+
15+
16+
617
# [3.830.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.829.0...v3.830.0) (2025-06-16)
718

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

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

clients/client-lambda/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.833.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.832.0...v3.833.0) (2025-06-19)
7+
8+
9+
### Features
10+
11+
* **client-lambda:** Support Schema Registry feature for Kafka Event Source Mapping. Customers can now configure a Schema Registry to enable schema validation and filtering for Avro, Protobuf, and JSON-formatted events in Lambda for Kafka Event Source. ([fdd8bd3](https://github.com/aws/aws-sdk-js-v3/commit/fdd8bd3fc2e1d3fb5964f00ff4e1d803384ebc20))
12+
13+
14+
15+
16+
617
# [3.830.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.829.0...v3.830.0) (2025-06-16)
718

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

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

clients/client-payment-cryptography-data/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.833.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.832.0...v3.833.0) (2025-06-19)
7+
8+
9+
### Features
10+
11+
* **client-payment-cryptography-data:** Additional support for managing HMAC keys that adheres to changes documented in X9.143-2021 and provides better interoperability for key import/export ([ba9270e](https://github.com/aws/aws-sdk-js-v3/commit/ba9270e673e00422f27ff0a9c18d0b434ddbc373))
12+
13+
14+
15+
16+
617
# [3.830.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.829.0...v3.830.0) (2025-06-16)
718

819
**Note:** Version bump only for package @aws-sdk/client-payment-cryptography-data

clients/client-payment-cryptography-data/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-payment-cryptography-data",
33
"description": "AWS SDK for JavaScript Payment Cryptography Data Client for Node.js, Browser and React Native",
4-
"version": "3.830.0",
4+
"version": "3.833.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-payment-cryptography-data",

clients/client-payment-cryptography/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.833.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.832.0...v3.833.0) (2025-06-19)
7+
8+
9+
### Features
10+
11+
* **client-payment-cryptography:** Additional support for managing HMAC keys that adheres to changes documented in X9.143-2021 and provides better interoperability for key import/export ([cfa33df](https://github.com/aws/aws-sdk-js-v3/commit/cfa33dfa9a97c0e9071a45f0932a07a04b3b803a))
12+
13+
14+
15+
16+
617
# [3.830.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.829.0...v3.830.0) (2025-06-16)
718

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

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

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.833.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.832.0...v3.833.0) (2025-06-19)
7+
8+
9+
### Features
10+
11+
* **client-sagemaker:** This release introduces alternative support for utilizing CFN templates from S3 for SageMaker Projects. ([49f6cc2](https://github.com/aws/aws-sdk-js-v3/commit/49f6cc2f2d3968aa24d2e84f2f5f4237c8b65562))
12+
13+
14+
15+
16+
617
# [3.832.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.831.0...v3.832.0) (2025-06-18)
718

819

0 commit comments

Comments
 (0)