October 21 2022
This release contains a number of node stability and quality of life improvements.
Breaking Changes 🚨🚨
None
General
- #2616 cmd: Echo explicitly set config values on node start
- #2583 eth: Set tx GasFeeCap to min(gasPriceEstimate, current GasFeeCap) (@yondonfu)
- #2586 Broadcaster: Don't pass a nil context into grpc call or it panics (@thomshutt, @cyberj0g)
Broadcaster
- #2573 server: Fix timeout for stream recording background jobs (@victorges)
- #2586 Refactor RTMP connection object management to prevent race conditions (@cyberj0g)
Orchestrator
- #2591 Return from transcode loop if transcode session is ended by B (@yondonfu)
- #2592 Enable Orchestrator to set pricing by broadcaster ETH address
- #2628 Use IdleTimeout to prevent hanging HTTP connections when B does not use O (fix "too many files open" error) (@leszko)
Full Changelog: v0.5.34...v0.5.35