Skip to content

v0.5.32

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jun 12:07
· 317 commits to master since this release
c8eedbf

v0.5.32

NOTE: This is a point release containing no major feature updates or breaking changes. Orchestrators are free to upgrade if the bugfixes are useful to them, but there will be no negative impact from remaining on v0.5.31

This release includes a number of fixes for Orchestrator-reported issues around how the CLI functions, a change from @0xB79 to allow Orchestrators to set a Maximum Ticket Face Value, code related to Scene Detection ahead of work to enable that as part of the livepeer.com workflow and a fix for an issue that would cause passing the -nvidia all flag to fail in some cases.

Breaking Changes 🚨🚨

None

Features ⚒

General

Broadcaster

  • #2327 Parallelize handling events in Orchestrator Watcher (@red-0ne)

Orchestrator

  • #2290 Allow orchestrator to set max ticket faceValue (@0xB79)

Bug Fixes 🐞

CLI

  • #2438 Add new menu option to gracefully exit livepeer_cli (@emranemran)
  • #2431 New flag to enable content detection on Nvidia Transcoder: -detectContent. When set, Transcoder will initialize Tensorflow runtime on each Nvidia GPU, and will run an additional Detector profile, if requested by the transcoding job.(@cyberj0g)