Skip to content

Commit de286bb

Browse files
author
awstools
committed
Publish v3.851.0
1 parent c9a4da3 commit de286bb

File tree

12 files changed

+73
-6
lines changed

12 files changed

+73
-6
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.851.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.850.0...v3.851.0) (2025-07-22)
7+
8+
9+
### Features
10+
11+
* **client-ecr:** Add support for Image Tag Mutability Exception feature, allowing repositories to define wildcard-based patterns that override the default image tag mutability settings. ([0f39696](https://github.com/aws/aws-sdk-js-v3/commit/0f39696ac880128a17a9260db80429a6f0f081f8))
12+
* **client-emr:** This release adds new parameter 'ExtendedSupport' in AWS EMR RunJobFlow, ModifyCluster and DescribeCluster API. ([fa006a5](https://github.com/aws/aws-sdk-js-v3/commit/fa006a51f3d17e713fec218c904a2cf9d56bcb91))
13+
* **client-lambda:** This release migrated the model to Smithy keeping all features unchanged. ([ba8907d](https://github.com/aws/aws-sdk-js-v3/commit/ba8907d7cc72b7d807b547f09b5131ea9c89f05f))
14+
* **client-neptunedata:** This release updates the supported regions for Neptune API to include current AWS regions. ([08f26cc](https://github.com/aws/aws-sdk-js-v3/commit/08f26ccfc79040cff8a24ba417cd8126dd0fe379))
15+
* **clients:** update client endpoints as of 2025-07-22 ([c9a4da3](https://github.com/aws/aws-sdk-js-v3/commit/c9a4da306e4421875fd776e11750463482de8b6f))
16+
17+
18+
19+
20+
621
# [3.850.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.849.0...v3.850.0) (2025-07-21)
722

823

clients/client-ecr/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.851.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.850.0...v3.851.0) (2025-07-22)
7+
8+
9+
### Features
10+
11+
* **client-ecr:** Add support for Image Tag Mutability Exception feature, allowing repositories to define wildcard-based patterns that override the default image tag mutability settings. ([0f39696](https://github.com/aws/aws-sdk-js-v3/commit/0f39696ac880128a17a9260db80429a6f0f081f8))
12+
13+
14+
15+
16+
617
# [3.848.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.847.0...v3.848.0) (2025-07-17)
718

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

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

clients/client-emr/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.851.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.850.0...v3.851.0) (2025-07-22)
7+
8+
9+
### Features
10+
11+
* **client-emr:** This release adds new parameter 'ExtendedSupport' in AWS EMR RunJobFlow, ModifyCluster and DescribeCluster API. ([fa006a5](https://github.com/aws/aws-sdk-js-v3/commit/fa006a51f3d17e713fec218c904a2cf9d56bcb91))
12+
13+
14+
15+
16+
617
# [3.848.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.847.0...v3.848.0) (2025-07-17)
718

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

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

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.851.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.850.0...v3.851.0) (2025-07-22)
7+
8+
9+
### Features
10+
11+
* **client-lambda:** This release migrated the model to Smithy keeping all features unchanged. ([ba8907d](https://github.com/aws/aws-sdk-js-v3/commit/ba8907d7cc72b7d807b547f09b5131ea9c89f05f))
12+
13+
14+
15+
16+
617
# [3.848.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.847.0...v3.848.0) (2025-07-17)
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.848.0",
4+
"version": "3.851.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-neptunedata/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.851.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.850.0...v3.851.0) (2025-07-22)
7+
8+
9+
### Features
10+
11+
* **client-neptunedata:** This release updates the supported regions for Neptune API to include current AWS regions. ([08f26cc](https://github.com/aws/aws-sdk-js-v3/commit/08f26ccfc79040cff8a24ba417cd8126dd0fe379))
12+
13+
14+
15+
16+
617
# [3.848.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.847.0...v3.848.0) (2025-07-17)
718

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

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

lerna.json

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

0 commit comments

Comments
 (0)