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
- #2437 Make CLI flag casing consistent for dataDir flag (@thomshutt)
- #2440 Create and push
go-livepeer:latest
tagged images to dockerhub (@hjpotter92)
Broadcaster
Orchestrator
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)