Releases: valeriansaliou/vigil
Releases · valeriansaliou/vigil
Release list
Vigil v1.9.0
- Reworked the Twilio notifier to be able to send text messages to multiple numbers (breaking changes in the Twilio configuration!).
- Ability to restrict a notifier to reminder notifications only with the
reminders_onlyoption.
Vigil v1.8.0
- RabbitMQ queue checker is now able to check a second time to confirm queue load after a delay (this avoids a node to blink from
healthytosickwhen there is a spike of payloads being processed from the queue, but yet no node slowdown). - Added metrics on the node replica in its tooltip on the status page (latency, CPU, RAM, queue counts).
Vigil v1.7.0
- Upgraded
reqwestfromv0.8tov0.9to addresshyperissue reported in #15.
Vigil v1.6.0
- Bumped dependencies.
- Migrated
rocketfromv0.3tov0.4(Vigil now compiles on latest Rustnightly).
Vigil v1.5.0
- Add
reminder_intervalto re-notify at interval, if a downtime is still occurring after the configured interval period.
Vigil v1.4.0
- Retry sending a notification if attempt fails (2 retries maximum).
- Added Twilio SMS notifier.
- Added XMPP notifier (optional, compile with feature
notifier-xmpp).
Vigil v1.3.0
- Auto-refresh status page if general status changes (poll changes)
Vigil v1.2.0
- Make
notifyandpluginssettings groups optional. - Add
http_body_healthy_matchto pattern match HTTP response bodies (ie. check if response body ishealthy).
Vigil v1.1.2
- Fix an issue with RabbitMQ queue check not recovering from
sickstate tohealthywhen it should have. - Forward the list of
deadnodes in notifications forpollmode.
Vigil v1.1.1
- Fix an issue where downtime notifications might not be delivered.