Skip to content

Commit

Permalink
Publish v3.570.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 6, 2024
1 parent 132b8e7 commit 188916b
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.570.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.569.0...v3.570.0) (2024-05-06)


### Bug Fixes

* **credential-providers:** use pinned version for client peerDependencies ([#6060](https://github.com/aws/aws-sdk-js-v3/issues/6060)) ([20098c1](https://github.com/aws/aws-sdk-js-v3/commit/20098c1f949721ad2286f47f3367a92a85877be7))


### Features

* **client-medialive:** AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled. ([ae28fe7](https://github.com/aws/aws-sdk-js-v3/commit/ae28fe7272bc5f27d048c772db2d76e74d430913))
* **clients:** update client endpoints as of 2024-05-06 ([132b8e7](https://github.com/aws/aws-sdk-js-v3/commit/132b8e7ce381c36e49173327dc1b82393b539a4d))





# [3.569.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.568.0...v3.569.0) (2024-05-03)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-medialive/CHANGELOG.md
Expand Up @@ -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.570.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.569.0...v3.570.0) (2024-05-06)


### Features

* **client-medialive:** AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled. ([ae28fe7](https://github.com/aws/aws-sdk-js-v3/commit/ae28fe7272bc5f27d048c772db2d76e74d430913))





# [3.569.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.568.0...v3.569.0) (2024-05-03)


Expand Down
2 changes: 1 addition & 1 deletion 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.569.0",
"version": "3.570.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-medialive",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "3.569.0",
"version": "3.570.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit 188916b

Please sign in to comment.