Releases: kongbytes/watchdog-rs
Releases · kongbytes/watchdog-rs
Release 0.5.0
New features
- Support for Kuma monitoring, region relays may now send push metrics to a Kuma controller
Release 0.4.1
Fixes & small improvements
- Some YAML configuration keys (send_interval, miss_threshold, fail_threshold) are now optional
- Error messages for group & region failures have more details
- CLI status display has been improved
- Spryng SMS bug resolved
Release 0.4.0
New features
- Relay collects test metrics such as HTTP latency and ping RTT timings
- New Prometheus exporter for metrics and region states
- New SMS alerter (Spryng) and multi-alerting configuration
- Stand-alone musl builds and packaged deb
Fixes & small improvements
- Code refactoring making it easier to add new tests and alerters
- Fast process ending for server and relays
- Typo and small performance fixes
Release 0.3.0
Fixes & small improvements
- Better error and context messages in server, relay and CLI
- Configuration "init" CLI
- New "warn" state for test groups
- Move to Axum web frameworn
- Listen address set to 127.0.0.1 by default (with
--address
configuration on server)
MSRV is now 1.64
Release 0.2.0
Fixes & small improvements
- Dependencies upgrade & cleaning
- Network tests now return failure details to the API