diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f7ae9adab71d..ce999591ce4fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.505.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.504.0...v3.505.0) (2024-02-01) + + +### Bug Fixes + +* **build:** set noEmitHelpers=false due to importHelpers=true ([#5752](https://github.com/aws/aws-sdk-js-v3/issues/5752)) ([fb81938](https://github.com/aws/aws-sdk-js-v3/commit/fb819381868993e0d12be2bbdac3b3a86c91a0cf)) + + +### Features + +* **client-cognito-identity-provider:** Added CreateIdentityProvider and UpdateIdentityProvider details for new SAML IdP features ([588a7e2](https://github.com/aws/aws-sdk-js-v3/commit/588a7e220fed43c760b37459ec9dfc8326394786)) +* **client-ivs:** This release introduces a new resource Playback Restriction Policy which can be used to geo-restrict or domain-restrict channel stream playback when associated with a channel. New APIs to support this resource were introduced in the form of Create/Delete/Get/Update/List. ([ad41dca](https://github.com/aws/aws-sdk-js-v3/commit/ad41dca2a5af4ee1cd18331602cadfe469af6c7b)) +* **client-managedblockchain-query:** This release adds support for transactions that have not reached finality. It also removes support for the status property from the response of the GetTransaction operation. You can use the confirmationStatus and executionStatus properties to determine the status of the transaction. ([97bb566](https://github.com/aws/aws-sdk-js-v3/commit/97bb56611351d9a156a36014641540ba88df234e)) +* **client-mediaconvert:** This release includes support for broadcast-mixed audio description tracks. ([2093c17](https://github.com/aws/aws-sdk-js-v3/commit/2093c17799437acdb4d5cf34daa084a0ace28a2d)) +* **client-neptune-graph:** Adding new APIs in SDK for Amazon Neptune Analytics. These APIs include operations to execute, cancel, list queries and get the graph summary. ([b1650d4](https://github.com/aws/aws-sdk-js-v3/commit/b1650d47a7f084dce9a7d43e5cd21b6e88b8acff)) +* **clients:** update client endpoints as of 2024-02-01 ([e4d3d14](https://github.com/aws/aws-sdk-js-v3/commit/e4d3d1435853da6c64276ec2306947541b62080a)) + + + + + # [3.504.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.503.1...v3.504.0) (2024-01-31) diff --git a/clients/client-cognito-identity-provider/CHANGELOG.md b/clients/client-cognito-identity-provider/CHANGELOG.md index 4679ace4627a3..c07d419093d67 100644 --- a/clients/client-cognito-identity-provider/CHANGELOG.md +++ b/clients/client-cognito-identity-provider/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.505.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.504.0...v3.505.0) (2024-02-01) + + +### Features + +* **client-cognito-identity-provider:** Added CreateIdentityProvider and UpdateIdentityProvider details for new SAML IdP features ([588a7e2](https://github.com/aws/aws-sdk-js-v3/commit/588a7e220fed43c760b37459ec9dfc8326394786)) + + + + + # [3.504.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.503.1...v3.504.0) (2024-01-31) **Note:** Version bump only for package @aws-sdk/client-cognito-identity-provider diff --git a/clients/client-cognito-identity-provider/package.json b/clients/client-cognito-identity-provider/package.json index baac7c0689a6a..ce7e1abf22a08 100644 --- a/clients/client-cognito-identity-provider/package.json +++ b/clients/client-cognito-identity-provider/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-cognito-identity-provider", "description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native", - "version": "3.504.0", + "version": "3.505.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-cognito-identity-provider", diff --git a/clients/client-ivs/CHANGELOG.md b/clients/client-ivs/CHANGELOG.md index 3b27d5476e473..392a5a20cc774 100644 --- a/clients/client-ivs/CHANGELOG.md +++ b/clients/client-ivs/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.505.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.504.0...v3.505.0) (2024-02-01) + + +### Features + +* **client-ivs:** This release introduces a new resource Playback Restriction Policy which can be used to geo-restrict or domain-restrict channel stream playback when associated with a channel. New APIs to support this resource were introduced in the form of Create/Delete/Get/Update/List. ([ad41dca](https://github.com/aws/aws-sdk-js-v3/commit/ad41dca2a5af4ee1cd18331602cadfe469af6c7b)) + + + + + # [3.504.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.503.1...v3.504.0) (2024-01-31) **Note:** Version bump only for package @aws-sdk/client-ivs diff --git a/clients/client-ivs/package.json b/clients/client-ivs/package.json index 3ed21371d0359..89d7ce4d23f85 100644 --- a/clients/client-ivs/package.json +++ b/clients/client-ivs/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-ivs", "description": "AWS SDK for JavaScript Ivs Client for Node.js, Browser and React Native", - "version": "3.504.0", + "version": "3.505.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-ivs", diff --git a/clients/client-managedblockchain-query/CHANGELOG.md b/clients/client-managedblockchain-query/CHANGELOG.md index 04056b6ad08db..b505d6ed88bda 100644 --- a/clients/client-managedblockchain-query/CHANGELOG.md +++ b/clients/client-managedblockchain-query/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.505.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.504.0...v3.505.0) (2024-02-01) + + +### Features + +* **client-managedblockchain-query:** This release adds support for transactions that have not reached finality. It also removes support for the status property from the response of the GetTransaction operation. You can use the confirmationStatus and executionStatus properties to determine the status of the transaction. ([97bb566](https://github.com/aws/aws-sdk-js-v3/commit/97bb56611351d9a156a36014641540ba88df234e)) + + + + + # [3.504.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.503.1...v3.504.0) (2024-01-31) **Note:** Version bump only for package @aws-sdk/client-managedblockchain-query diff --git a/clients/client-managedblockchain-query/package.json b/clients/client-managedblockchain-query/package.json index 90d1b993a5fc8..1e931eec6bdd7 100644 --- a/clients/client-managedblockchain-query/package.json +++ b/clients/client-managedblockchain-query/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-managedblockchain-query", "description": "AWS SDK for JavaScript Managedblockchain Query Client for Node.js, Browser and React Native", - "version": "3.504.0", + "version": "3.505.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-managedblockchain-query", diff --git a/clients/client-mediaconvert/CHANGELOG.md b/clients/client-mediaconvert/CHANGELOG.md index b1c67e9c2d885..dcbdc00d62365 100644 --- a/clients/client-mediaconvert/CHANGELOG.md +++ b/clients/client-mediaconvert/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.505.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.504.0...v3.505.0) (2024-02-01) + + +### Features + +* **client-mediaconvert:** This release includes support for broadcast-mixed audio description tracks. ([2093c17](https://github.com/aws/aws-sdk-js-v3/commit/2093c17799437acdb4d5cf34daa084a0ace28a2d)) + + + + + # [3.504.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.503.1...v3.504.0) (2024-01-31) **Note:** Version bump only for package @aws-sdk/client-mediaconvert diff --git a/clients/client-mediaconvert/package.json b/clients/client-mediaconvert/package.json index dae33c18dca96..7260ef95f37bf 100644 --- a/clients/client-mediaconvert/package.json +++ b/clients/client-mediaconvert/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-mediaconvert", "description": "AWS SDK for JavaScript Mediaconvert Client for Node.js, Browser and React Native", - "version": "3.504.0", + "version": "3.505.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-mediaconvert", diff --git a/clients/client-neptune-graph/CHANGELOG.md b/clients/client-neptune-graph/CHANGELOG.md index c4ac7e6b84d53..49209732a6d61 100644 --- a/clients/client-neptune-graph/CHANGELOG.md +++ b/clients/client-neptune-graph/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.505.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.504.0...v3.505.0) (2024-02-01) + + +### Features + +* **client-neptune-graph:** Adding new APIs in SDK for Amazon Neptune Analytics. These APIs include operations to execute, cancel, list queries and get the graph summary. ([b1650d4](https://github.com/aws/aws-sdk-js-v3/commit/b1650d47a7f084dce9a7d43e5cd21b6e88b8acff)) + + + + + # [3.504.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.503.1...v3.504.0) (2024-01-31) **Note:** Version bump only for package @aws-sdk/client-neptune-graph diff --git a/clients/client-neptune-graph/package.json b/clients/client-neptune-graph/package.json index be6c63b35bb7e..329b5d4a059b6 100644 --- a/clients/client-neptune-graph/package.json +++ b/clients/client-neptune-graph/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-neptune-graph", "description": "AWS SDK for JavaScript Neptune Graph Client for Node.js, Browser and React Native", - "version": "3.504.0", + "version": "3.505.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-neptune-graph", diff --git a/lerna.json b/lerna.json index fe4e5ef385f63..508b7ea7465d6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.504.0", + "version": "3.505.0", "npmClient": "yarn", "useWorkspaces": true, "command": {