Skip to content

Commit 0f480fe

Browse files
author
awstools
committed
Publish v3.505.0
1 parent e4d3d14 commit 0f480fe

File tree

12 files changed

+82
-6
lines changed

12 files changed

+82
-6
lines changed

CHANGELOG.md

+21
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.505.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.504.0...v3.505.0) (2024-02-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
13+
14+
### Features
15+
16+
* **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))
17+
* **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))
18+
* **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))
19+
* **client-mediaconvert:** This release includes support for broadcast-mixed audio description tracks. ([2093c17](https://github.com/aws/aws-sdk-js-v3/commit/2093c17799437acdb4d5cf34daa084a0ace28a2d))
20+
* **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))
21+
* **clients:** update client endpoints as of 2024-02-01 ([e4d3d14](https://github.com/aws/aws-sdk-js-v3/commit/e4d3d1435853da6c64276ec2306947541b62080a))
22+
23+
24+
25+
26+
627
# [3.504.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.503.1...v3.504.0) (2024-01-31)
728

829

clients/client-cognito-identity-provider/CHANGELOG.md

+11
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.505.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.504.0...v3.505.0) (2024-02-01)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.504.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.503.1...v3.504.0) (2024-01-31)
718

819
**Note:** Version bump only for package @aws-sdk/client-cognito-identity-provider

clients/client-cognito-identity-provider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-cognito-identity-provider",
33
"description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native",
4-
"version": "3.504.0",
4+
"version": "3.505.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-cognito-identity-provider",

clients/client-ivs/CHANGELOG.md

+11
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.505.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.504.0...v3.505.0) (2024-02-01)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.504.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.503.1...v3.504.0) (2024-01-31)
718

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

clients/client-ivs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-ivs",
33
"description": "AWS SDK for JavaScript Ivs Client for Node.js, Browser and React Native",
4-
"version": "3.504.0",
4+
"version": "3.505.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-ivs",

clients/client-managedblockchain-query/CHANGELOG.md

+11
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.505.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.504.0...v3.505.0) (2024-02-01)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.504.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.503.1...v3.504.0) (2024-01-31)
718

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

clients/client-managedblockchain-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-managedblockchain-query",
33
"description": "AWS SDK for JavaScript Managedblockchain Query Client for Node.js, Browser and React Native",
4-
"version": "3.504.0",
4+
"version": "3.505.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-managedblockchain-query",

clients/client-mediaconvert/CHANGELOG.md

+11
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.505.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.504.0...v3.505.0) (2024-02-01)
7+
8+
9+
### Features
10+
11+
* **client-mediaconvert:** This release includes support for broadcast-mixed audio description tracks. ([2093c17](https://github.com/aws/aws-sdk-js-v3/commit/2093c17799437acdb4d5cf34daa084a0ace28a2d))
12+
13+
14+
15+
16+
617
# [3.504.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.503.1...v3.504.0) (2024-01-31)
718

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

clients/client-mediaconvert/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-mediaconvert",
33
"description": "AWS SDK for JavaScript Mediaconvert Client for Node.js, Browser and React Native",
4-
"version": "3.504.0",
4+
"version": "3.505.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-mediaconvert",

clients/client-neptune-graph/CHANGELOG.md

+11
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.505.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.504.0...v3.505.0) (2024-02-01)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.504.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.503.1...v3.504.0) (2024-01-31)
718

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

clients/client-neptune-graph/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-neptune-graph",
33
"description": "AWS SDK for JavaScript Neptune Graph Client for Node.js, Browser and React Native",
4-
"version": "3.504.0",
4+
"version": "3.505.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-neptune-graph",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.504.0",
2+
"version": "3.505.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)