New flag to configure the job purger (-job-purger <duration>) for removing finished async job requests.
The binary is now static and not longer dynamically linked.
Version 1.5.3 (2022-03-02)
Broadcaster built using Go 1.17.6.
Version 1.5.2 (2021-07-12)
Broadcast methods added to statistics API endpoint
Documentation updates for connection arguments in both argument help output and man-page.
proxy-port is now being used for the UI request URL port
proxy-proto is now working for the UI request URL
New request-proxy-host argument to specify a different host as the request URL from the UI.
Version 1.5.1 (2020-11-03)
During hot-reload some nodes can be removed. Under high load, statistics for such
nodes will panic as they are no longer part of the configuration. This has now been fixed.
Version 1.5.0 (2020-10-20)
New mgmt-host option added for binding to different host on management interface.
If not specified, same host specified with -host will be used.
New mgmt-on option added to enable/disable management interface.
To disable the management interface completely, specify -mgmt-on=false.
Statistics endpoint added /api/v1/stats and /api/v1/stats/reset.
Broadcast statistics in JSON format will be returned by calling the new
statistics endpoint /api/v1/stats. The statistics can be reset with a call
to /api/v1/stats/reset at any time (see examples).
Improved port validation for port arguments.
Version 1.4.1 (2020-08-31)
Fixes a rare timeout issue that could occur at high load
Version 1.4.0 (2020-08-10)
New flag -confwatch to handle automatic configuration reload.
Version 1.3.1 (2020-06-15)
Update -tls-verify auto (default mode) to handle local host headers