diff --git a/CHANGELOG.md b/CHANGELOG.md index 33f251a3aa03..c910bc63bde3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.548.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.547.0...v3.548.0) (2024-04-03) + + +### Features + +* **client-cleanroomsml:** The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide. ([46ea196](https://github.com/aws/aws-sdk-js-v3/commit/46ea1965ef1fa56458cdb324f62db4aa824d7ee0)) +* **client-cloudformation:** This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template ([98e1d9f](https://github.com/aws/aws-sdk-js-v3/commit/98e1d9fbaafa6d7f930073a0e4fac988dd9355ee)) +* **client-datazone:** This release supports the feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone. ([21c6b46](https://github.com/aws/aws-sdk-js-v3/commit/21c6b46258189bbb52eabe43b4eea49de36fd269)) +* **client-docdb:** This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster. ([b7817fd](https://github.com/aws/aws-sdk-js-v3/commit/b7817fd7f6319cbf25bd0747dbbc6eff9c1e2caf)) +* **client-groundstation:** This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses. ([10f0af2](https://github.com/aws/aws-sdk-js-v3/commit/10f0af275035a41cfea2e5c2f5e7ace11a16977d)) +* **client-lambda:** Add Ruby 3.3 (ruby3.3) support to AWS Lambda ([66721f6](https://github.com/aws/aws-sdk-js-v3/commit/66721f662861065e00cd6390b2d525de2b0a6a08)) +* **client-medialive:** Cmaf Ingest outputs are now supported in Media Live ([e6543fe](https://github.com/aws/aws-sdk-js-v3/commit/e6543febeebec5a16022ffa806947fd4014dcc98)) +* **client-medical-imaging:** SearchImageSets API now supports following enhancements - Additional support for searching on UpdatedAt and SeriesInstanceUID - Support for searching existing filters between dates/times - Support for sorting the search result by Ascending/Descending - Additional parameters returned in the response ([e1bcde9](https://github.com/aws/aws-sdk-js-v3/commit/e1bcde967f196e9069442734b7957b438f0144f5)) +* **client-transfer:** Add ability to specify Security Policies for SFTP Connectors ([a12cf06](https://github.com/aws/aws-sdk-js-v3/commit/a12cf065d7f9ec2d474b52cc299009690d7ccfed)) +* **clients:** update client endpoints as of 2024-04-03 ([be9eadb](https://github.com/aws/aws-sdk-js-v3/commit/be9eadbdc4dc16f7e3e3c0da5af1c2b587da05fd)) + + + + + # [3.547.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.546.0...v3.547.0) (2024-04-02) diff --git a/clients/client-cleanroomsml/CHANGELOG.md b/clients/client-cleanroomsml/CHANGELOG.md index e4680e4724aa..544de280d9bc 100644 --- a/clients/client-cleanroomsml/CHANGELOG.md +++ b/clients/client-cleanroomsml/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.548.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.547.0...v3.548.0) (2024-04-03) + + +### Features + +* **client-cleanroomsml:** The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide. ([46ea196](https://github.com/aws/aws-sdk-js-v3/commit/46ea1965ef1fa56458cdb324f62db4aa824d7ee0)) + + + + + # [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22) diff --git a/clients/client-cleanroomsml/package.json b/clients/client-cleanroomsml/package.json index 41b378cf8faa..b21613488196 100644 --- a/clients/client-cleanroomsml/package.json +++ b/clients/client-cleanroomsml/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-cleanroomsml", "description": "AWS SDK for JavaScript Cleanroomsml Client for Node.js, Browser and React Native", - "version": "3.540.0", + "version": "3.548.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-cleanroomsml", diff --git a/clients/client-cloudformation/CHANGELOG.md b/clients/client-cloudformation/CHANGELOG.md index 3a17b1668512..3a95431c7d52 100644 --- a/clients/client-cloudformation/CHANGELOG.md +++ b/clients/client-cloudformation/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.548.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.547.0...v3.548.0) (2024-04-03) + + +### Features + +* **client-cloudformation:** This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template ([98e1d9f](https://github.com/aws/aws-sdk-js-v3/commit/98e1d9fbaafa6d7f930073a0e4fac988dd9355ee)) + + + + + # [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22) diff --git a/clients/client-cloudformation/package.json b/clients/client-cloudformation/package.json index c5e163124e58..d1fe6dc03df8 100644 --- a/clients/client-cloudformation/package.json +++ b/clients/client-cloudformation/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-cloudformation", "description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native", - "version": "3.540.0", + "version": "3.548.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-cloudformation", diff --git a/clients/client-datazone/CHANGELOG.md b/clients/client-datazone/CHANGELOG.md index 72ecd61da9dd..623556cc0146 100644 --- a/clients/client-datazone/CHANGELOG.md +++ b/clients/client-datazone/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.548.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.547.0...v3.548.0) (2024-04-03) + + +### Features + +* **client-datazone:** This release supports the feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone. ([21c6b46](https://github.com/aws/aws-sdk-js-v3/commit/21c6b46258189bbb52eabe43b4eea49de36fd269)) + + + + + # [3.546.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.545.0...v3.546.0) (2024-04-01) diff --git a/clients/client-datazone/package.json b/clients/client-datazone/package.json index b73005f7225c..f21931ab5582 100644 --- a/clients/client-datazone/package.json +++ b/clients/client-datazone/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-datazone", "description": "AWS SDK for JavaScript Datazone Client for Node.js, Browser and React Native", - "version": "3.546.0", + "version": "3.548.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-datazone", diff --git a/clients/client-docdb/CHANGELOG.md b/clients/client-docdb/CHANGELOG.md index 4faed26cbe30..70e3a558300d 100644 --- a/clients/client-docdb/CHANGELOG.md +++ b/clients/client-docdb/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.548.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.547.0...v3.548.0) (2024-04-03) + + +### Features + +* **client-docdb:** This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster. ([b7817fd](https://github.com/aws/aws-sdk-js-v3/commit/b7817fd7f6319cbf25bd0747dbbc6eff9c1e2caf)) + + + + + # [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22) diff --git a/clients/client-docdb/package.json b/clients/client-docdb/package.json index 7e440e9e6b7d..89a53e119345 100644 --- a/clients/client-docdb/package.json +++ b/clients/client-docdb/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-docdb", "description": "AWS SDK for JavaScript Docdb Client for Node.js, Browser and React Native", - "version": "3.540.0", + "version": "3.548.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-docdb", diff --git a/clients/client-groundstation/CHANGELOG.md b/clients/client-groundstation/CHANGELOG.md index 2427a9fd0f07..c0555e1627c2 100644 --- a/clients/client-groundstation/CHANGELOG.md +++ b/clients/client-groundstation/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.548.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.547.0...v3.548.0) (2024-04-03) + + +### Features + +* **client-groundstation:** This release adds visibilityStartTime and visibilityEndTime to DescribeContact and ListContacts responses. ([10f0af2](https://github.com/aws/aws-sdk-js-v3/commit/10f0af275035a41cfea2e5c2f5e7ace11a16977d)) + + + + + # [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22) diff --git a/clients/client-groundstation/package.json b/clients/client-groundstation/package.json index ec878fc25889..03c655e5214e 100644 --- a/clients/client-groundstation/package.json +++ b/clients/client-groundstation/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-groundstation", "description": "AWS SDK for JavaScript Groundstation Client for Node.js, Browser and React Native", - "version": "3.540.0", + "version": "3.548.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-groundstation", diff --git a/clients/client-lambda/CHANGELOG.md b/clients/client-lambda/CHANGELOG.md index 0d774d3c397f..d81f3cfb6d11 100644 --- a/clients/client-lambda/CHANGELOG.md +++ b/clients/client-lambda/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.548.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.547.0...v3.548.0) (2024-04-03) + + +### Features + +* **client-lambda:** Add Ruby 3.3 (ruby3.3) support to AWS Lambda ([66721f6](https://github.com/aws/aws-sdk-js-v3/commit/66721f662861065e00cd6390b2d525de2b0a6a08)) + + + + + # [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22) diff --git a/clients/client-lambda/package.json b/clients/client-lambda/package.json index 499956388e0d..4f3ba6a2fd18 100644 --- a/clients/client-lambda/package.json +++ b/clients/client-lambda/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-lambda", "description": "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native", - "version": "3.540.0", + "version": "3.548.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-lambda", diff --git a/clients/client-medialive/CHANGELOG.md b/clients/client-medialive/CHANGELOG.md index 45758d498c0f..928821d0cc27 100644 --- a/clients/client-medialive/CHANGELOG.md +++ b/clients/client-medialive/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.548.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.547.0...v3.548.0) (2024-04-03) + + +### Features + +* **client-medialive:** Cmaf Ingest outputs are now supported in Media Live ([e6543fe](https://github.com/aws/aws-sdk-js-v3/commit/e6543febeebec5a16022ffa806947fd4014dcc98)) + + + + + # [3.541.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.541.0) (2024-03-25) diff --git a/clients/client-medialive/package.json b/clients/client-medialive/package.json index 5a33e8470cba..f0e0fd79ca23 100644 --- a/clients/client-medialive/package.json +++ b/clients/client-medialive/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-medialive", "description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native", - "version": "3.541.0", + "version": "3.548.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-medialive", diff --git a/clients/client-medical-imaging/CHANGELOG.md b/clients/client-medical-imaging/CHANGELOG.md index 80a7f8c805a5..64179c63c421 100644 --- a/clients/client-medical-imaging/CHANGELOG.md +++ b/clients/client-medical-imaging/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.548.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.547.0...v3.548.0) (2024-04-03) + + +### Features + +* **client-medical-imaging:** SearchImageSets API now supports following enhancements - Additional support for searching on UpdatedAt and SeriesInstanceUID - Support for searching existing filters between dates/times - Support for sorting the search result by Ascending/Descending - Additional parameters returned in the response ([e1bcde9](https://github.com/aws/aws-sdk-js-v3/commit/e1bcde967f196e9069442734b7957b438f0144f5)) + + + + + # [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22) diff --git a/clients/client-medical-imaging/package.json b/clients/client-medical-imaging/package.json index 309aaa9b59a8..6220581b32a8 100644 --- a/clients/client-medical-imaging/package.json +++ b/clients/client-medical-imaging/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-medical-imaging", "description": "AWS SDK for JavaScript Medical Imaging Client for Node.js, Browser and React Native", - "version": "3.540.0", + "version": "3.548.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-medical-imaging", diff --git a/clients/client-transfer/CHANGELOG.md b/clients/client-transfer/CHANGELOG.md index 714833cc291b..7fb8e43eee2e 100644 --- a/clients/client-transfer/CHANGELOG.md +++ b/clients/client-transfer/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.548.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.547.0...v3.548.0) (2024-04-03) + + +### Features + +* **client-transfer:** Add ability to specify Security Policies for SFTP Connectors ([a12cf06](https://github.com/aws/aws-sdk-js-v3/commit/a12cf065d7f9ec2d474b52cc299009690d7ccfed)) + + + + + # [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22) diff --git a/clients/client-transfer/package.json b/clients/client-transfer/package.json index 96d185640ce9..87cca498051e 100644 --- a/clients/client-transfer/package.json +++ b/clients/client-transfer/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-transfer", "description": "AWS SDK for JavaScript Transfer Client for Node.js, Browser and React Native", - "version": "3.540.0", + "version": "3.548.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-transfer", diff --git a/lerna.json b/lerna.json index b3f8e0a11f86..048a2abd94ff 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.547.0", + "version": "3.548.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/private/aws-middleware-test/CHANGELOG.md b/private/aws-middleware-test/CHANGELOG.md index d390f91bfc21..64cfa08fb65a 100644 --- a/private/aws-middleware-test/CHANGELOG.md +++ b/private/aws-middleware-test/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.548.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.547.0...v3.548.0) (2024-04-03) + +**Note:** Version bump only for package @aws-sdk/aws-middleware-test + + + + + # [3.545.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.544.0...v3.545.0) (2024-03-29) **Note:** Version bump only for package @aws-sdk/aws-middleware-test diff --git a/private/aws-middleware-test/package.json b/private/aws-middleware-test/package.json index 77b0e9f4ca6f..fc0feaf09576 100644 --- a/private/aws-middleware-test/package.json +++ b/private/aws-middleware-test/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/aws-middleware-test", "description": "Integration test suite for AWS middleware", - "version": "3.545.0", + "version": "3.548.0", "scripts": { "build": "exit 0", "build:cjs": "exit 0",