Releases: onitake/restreamer
Releases · onitake/restreamer
0.10.0
0.10.0-beta1
0.9.1
New Features
- Automatic release builds
0.9.0
0.8.1
0.8.0
0.7.0
Bug Fixes
- A 64-bit atomics bug was fixed - this finally enables full support for most 32-bit architectures
New Features
- Implemented Prometheus metrics
- Basic unicast + multicast UDP support
- Improved logging architecture
- Minimum Go version is now 1.9, but 1.11 with module support is recommended
0.6.0
Bug Fixes
- Prevent an endless loop when reassembling fragmented packets
New Features
- New control API, allowing streams to be put offline/online
- HTTP authentication for access control and to allow sending auth headers to notification servers
Errata
- Authenticated upstream servers aren't supported yet
0.5.0
New features
- Event notifications, see the updated example config for a description of how to use them
Errata
- 32-bit architectures are currently unsupported as they lack 64-bit atomic load/store instructions. This leads to a crash at run time.