Releases: practable/relay
v0.9.2
v0.9.1
add variable expansion to the monitor command
v0.9.0
Changes:
added monitor command to help with automatic restarts in the unlikely event there is an issue with relay
v0.8.1
This version is intended for semester 2 of AY2025/26
This release brings
(a) bug fix for intermittent hangs when adding/removing clients
(b) removal of stats calculations, for efficiency and to support further offloading of quality management to practable/status
(c) this release has been load tested at 167Mbps incoming (285 feeds), and 956 Mbps (2400 feeds) outgoing, with rapid addition and deletion of feeds, on a GCP e2-standard-4.
v0.6.4
Upgraded to allow session cancellation, as used during S2 of AY2022-23 with
- fix code and comments for linting
- add pkg/token for producing tokens in other go code (e.g. status server)
v0.2.3
Fix linting issues due to sys version
Ignore CVE from dependency in latest version of spf13/viper
v0.2.2
- Fix stale cmd import path
- Improve help message for book & shell
v0.2.1
This version upgrades to golang-jwt/jwt/v4 to avoid CVE-2020-26160 and also resolves all outstanding golangci-lint issues. It's not been tested for production use, although all tests are passing.
v0.2.0
This release was used for Semester 2 Academic year 2020-2021 (i.e. the early months of 2021).