Last release today
26 Aug 2026
Release timing varies
gaps range from 8 days to 3 months
Most releases are documented
notes for 50 of the last 60 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
423 releases ยท first in 2017
Release timeline
423 releases since 2017Releases
- v0.5.28-0.20220207104755-4b6ede31f0407 Feb 2022pre-release
Nothing published for this version
- v0.5.28-0.20220207100816-3ac53ce1cea07 Feb 2022pre-release
Nothing published for this version
- v0.5.28-0.20220204085857-754c1ed203534 Feb 2022pre-release
Nothing published for this version
- v0.5.273 Feb 2022
Release notes2 sources agree
Open source โFebruary 3rd 2022
This release fixes a bug with the voting option in
livepeer_clithat caused the node to crash as well as a few other small updates. If you need to vote in the recently created LIP-73 poll with your node's keystore based wallet using livepeer_cli you should upgrade to this release.Features โ
General
- #2196 Add support for Mist runtime environment (@hjpotter92)
- #2212 y/n confirmation when sending a transaction via the CLI (@noisersup)
- #2218 Display http status codes in livepeer_cli (@noisersup)
Bug Fixes ๐
General
- v0.5.27-0.20220203160025-8efdade723c13 Feb 2022pre-release
Nothing published for this version
- v0.5.27-0.20220203101120-09ef6737da063 Feb 2022pre-release
Nothing published for this version
- v0.5.27-0.20220203075420-6d1892a406fb3 Feb 2022pre-release
Nothing published for this version
- v0.5.27-0.20220203014558-ef19635797db3 Feb 2022pre-release
Nothing published for this version
- v0.5.27-0.20220201164915-5da8ff8e521c1 Feb 2022pre-release
Nothing published for this version
- v0.5.27-0.20220201095631-d4c981d5c0321 Feb 2022pre-release
Nothing published for this version
- v0.5.27-0.20220131110344-09321bf7cc8831 Jan 2022pre-release
Nothing published for this version
- v0.5.27-0.20220128085742-c6563c780f4c28 Jan 2022pre-release
Nothing published for this version
- v0.5.27-0.20220127235737-ec458db6e15d27 Jan 2022pre-release
Nothing published for this version
- v0.5.27-0.20220127083710-bc41dda6f9ed27 Jan 2022pre-release
Nothing published for this version
- v0.5.2625 Jan 2022
Release notes2 sources agree
Open source โJanuary 24th 2022
This release adds support for a new L2 Arbitrum Rinkeby contract deployment used for the Confluence testnet. If you are planning on participating in the testnet you should upgrade to this release.
This release also includes a small update for the node to fail fast if the config file specified is invalid.
Features โ
General
- #2198 Add fail-fast approach in case of incorrect config file (@leszko)
- #2180 Generate contract bindings related to L2 Arbitrum upgrade (@leszko)
- #2204 Support both L1 and L2 contract interfaces (@leszko)
- #2202 Add
arbitrum-one-rinkebynetwork (@leszko)
Broadcaster
- #2188 Include pending Os in the discovery mechanism (@leszko)
- v0.5.26-0.20220124213629-6c575bcc14fc24 Jan 2022pre-release
Nothing published for this version
- v0.5.26-0.20220124110130-3f05390fe01a24 Jan 2022pre-release
Nothing published for this version
- v0.5.26-0.20220121155538-12bc1f16c79b21 Jan 2022pre-release
Nothing published for this version
- v0.5.26-0.20220120100737-9ab7a8842f2f20 Jan 2022pre-release
Nothing published for this version
- v0.5.26-0.20220119181731-5675172f19ce19 Jan 2022pre-release
Nothing published for this version
- v0.5.26-0.20220119015010-057f59f7fab319 Jan 2022pre-release
Nothing published for this version
- v0.5.26-0.20220118190018-81a42873663b18 Jan 2022pre-release
Nothing published for this version
- v0.5.26-0.20220118183503-e8c5943f0c7518 Jan 2022pre-release
Nothing published for this version
- v0.5.26-0.20220114070059-a407b90d9c4c14 Jan 2022pre-release
Nothing published for this version
- v0.5.2512 Jan 2022
Release notes2 sources agree
Open source โJanuary 12th 2022
This release adds support for a new L1 Rinkeby contract deployment used for the Confluence testnet. If you are planning on participating in the testnet you should upgrade to this release. This release does not contain any updates for mainnet.
Breaking Changes ๐จ๐จ
- The node will no longer connect with the old L1 Rinkeby contract deployment when the
-network rinkebyflag is used. Instead the node will connect to the new L1 Rinkeby contract deployment when the-network rinkebyflag is used using a new hardcoded Controller contract address at 0x9a9827455911a858E55f07911904fACC0D66027E.
General
- #2177 Update hardcoded Rinkeby Eth Controller Address (@leszko)
- The node will no longer connect with the old L1 Rinkeby contract deployment when the
- v0.5.25-0.20220112203127-09cc39eb6a1712 Jan 2022pre-release
Nothing published for this version
- v0.5.25-0.20220112172915-d4dbc208924412 Jan 2022pre-release
Nothing published for this version
- v0.5.25-0.20220110152833-11b3b27b68d910 Jan 2022pre-release
Nothing published for this version
- v0.5.25-0.20220110145440-e839fbaa6b6710 Jan 2022pre-release
Nothing published for this version
- v0.5.245 Jan 2022
Release notes2 sources agree
Open source โJanuary 5th 2022
This is a fast follow patch release for v0.5.24 to fix a bug that caused orchestrators to return errors right after a transaction is submitted resulting in the previously active streams to be re-routed from the orchestrators. If you are running an orchestrator you should upgrade to this release as soon as possible.
In order to fix this bug, the feature from v0.5.24 that set the
maxFeePerGasof transactions to-maxGasPriceis temporarily disabled and will be re-enabled in the next release. The node will continue not submitting transactions if the current expected gas price for a transaction exceeds-maxGasPrice, but due to the disabling of the aforementioned feature, it is possible for a transaction to be mined at a gas price higher than-maxGasPriceif the gas price increases quickly after the node performs its-maxGasPricecheck. The next release will ensure that a transaction cannot be mined at a gas price higher than-maxGasPrice.Features โ
General
- #2157 Add support for EIP-712 typed data signing in
livepeer_cli(@yondonfu)
Broadcaster
- #1989 Record realtime ratio metric as a histogram (@victorges)
Orchestrator
- #2146 Allows Os receive payments while pending activation (@leszko)
Bug Fixes ๐
General
- #2163 Fix Session crashes right after the O sends a tx, revert #2111 Ensure
maxFeePerGasin all transactions never exceed-masGasPrice(@leszko)
- #2157 Add support for EIP-712 typed data signing in
- v0.5.24-0.20220105171838-34185c0bfd975 Jan 2022pre-release
Nothing published for this version
- v0.5.24-0.20220104173342-a8a3ede471a64 Jan 2022pre-release
Nothing published for this version
- v0.5.24-0.20211231150130-e3cec5a7dc0e31 Dec 2021pre-release
Nothing published for this version
- v0.5.24-0.20211230155313-02a3c5fb1f8f30 Dec 2021pre-release
Nothing published for this version
- v0.5.24-0.20211228215425-c24cdd7001fb28 Dec 2021pre-release
Nothing published for this version
- v0.5.24-0.20211227221032-1ec6899aa8f427 Dec 2021pre-release
Nothing published for this version
- v0.5.24-0.20211227200419-9f6b5513c95f27 Dec 2021pre-release
Nothing published for this version
- v0.5.2321 Dec 2021
Release notes2 sources agree
Open source โDecember 20th 2021
This release includes an important fix for a memory leak that can be triggered when using the CUDA MPEG-7 video signature capability (when using a Nvidia GPU), which is used for fast verification, for orchestrators/transcoders. If you are running an orchestrator or transcoder you should upgrade to this release as soon as possible.
Additional highlights of this release:
- Support for running fast verification on broadcasters
- Support for configuring
livepeerusing a file. See the docs for instructions on using a configuration file - An improvement to the failover behavior in split orchestrator + transcoder setups in the scenario where a transcoder crashes
- Ensure that the the fee per gas for a transaction never exceeds the value set for
-maxGasPrice
Thanks to everyone that submitted bug reports and assisted in testing!
Features โ
General
- #2114 Add option to repeat the benchmarking process with
livepeer_bench(@jailuthra) - #2111 Ensure
maxFeePerGasin all transactions never exceed-masGasPricedefined by the user (@leszko) - #2126 Round up bumped gas price for the replacement transactions (@leszko)
- #2051 Removes HTTP and HTTPS protocols from FFmpeg build (@darkdarkdragon)
- #2127 Add warnings to ETH/LPT accounts in Livepeer CLI (@leszko)
- #2121 Add contextual logging (@darkdarkdragon)
- #2137 Support config file (@leszko)
Broadcaster
- #2086 Add support for fast verification (@jailuthra @darkdragon)
- #2085 Set max refresh sessions threshold to 8 (@yondonfu)
- #2083 Return 422 to the push client after max retry attempts for a segment (@jailuthra)
- #2022 Randomize selection of orchestrators in untrusted pool at a random frequency (@yondonfu)
- #2100 Check verified session first while choosing the result from multiple untrusted sessions (@leszko)
- #2103 Suspend sessions that did not pass p-hash verification (@leszko)
- #2110 Transparently support HTTP/2 for segment requests while allowing HTTP/1 via GODEBUG runtime flags (@yondonfu)
- #2124 Do not retry transcoding if HTTP client closed/canceled the connection (@leszko)
- #2122 Add the upload segment timeout to improve failing fast (@leszko)
Transcoder
- #2094 Gracefully notify orchestrator in case of a panic in transcoder (@leszko)
Bug Fixes ๐
Broadcaster
- #2067 Add safety checks in selectOrchestrator for auth token and ticket params in OrchestratorInfo (@yondonfu)
Transcoder
- #2108 Fix memory leak in CUDA MPEG-7 video signature filter (@oscar-davids)
- v0.5.23-0.20211217160721-832166f4dbfe17 Dec 2021pre-release
Nothing published for this version
- v0.5.23-0.20211214035010-970d0aa7892c14 Dec 2021pre-release
Nothing published for this version
- v0.5.23-0.20211209090349-bf1c0259f7a39 Dec 2021pre-release
Nothing published for this version
- v0.5.23-0.20211208223826-9b40b9404b8d8 Dec 2021pre-release
Nothing published for this version
- v0.5.23-0.20211207152345-7af7b79fc0c87 Dec 2021pre-release
Nothing published for this version
- v0.5.23-0.20211207085330-d7c75365d87e7 Dec 2021pre-release
Nothing published for this version
- v0.5.23-0.20211206101635-6a72cc3defc46 Dec 2021pre-release
Nothing published for this version
- v0.5.23-0.20211206091007-e698fd0d90436 Dec 2021pre-release
Nothing published for this version
- v0.5.23-0.20211124140850-f3a299bb95af24 Nov 2021pre-release
Nothing published for this version
- v0.5.23-0.20211122145731-5a62585e3f5d22 Nov 2021pre-release
Nothing published for this version
- v0.5.23-0.20211122093108-02460b9c84ed22 Nov 2021pre-release
Nothing published for this version
- v0.5.23-0.20211122082041-2f6c2266367222 Nov 2021pre-release
Nothing published for this version
- v0.5.23-0.20211122023804-7db8c330303c22 Nov 2021pre-release
Nothing published for this version
- v0.5.23-0.20211119081035-b96a0f5fc69019 Nov 2021pre-release
Nothing published for this version
- v0.5.23-0.20211115151349-2c23f3e8c49a15 Nov 2021pre-release
Nothing published for this version
- v0.5.23-0.20211111132136-a3d442ced26911 Nov 2021pre-release
Nothing published for this version
- v0.5.23-0.20211109142250-f161de28cc559 Nov 2021pre-release
Nothing published for this version
- v0.5.23-0.20211109131128-9c0d0b58dc939 Nov 2021pre-release
Nothing published for this version
- v0.5.23-0.20211104050756-d3a8696653184 Nov 2021pre-release
Nothing published for this version
- v0.5.23-0.20211103174128-637d659cd9423 Nov 2021pre-release
Nothing published for this version
- v0.5.23-0.20211102154449-fbcdccb6ca542 Nov 2021pre-release
Nothing published for this version
- v0.5.23-0.20211102153221-1a662f1470d22 Nov 2021pre-release
Nothing published for this version