Releases: TwiN/gatus
Releases · TwiN/gatus
v2.6.0
v2.5.0
v2.4.0
v2.3.0
- Added Discord alerting provider #48
- Added
has()function to determine if an element at a given JSONPath exists - Reduced overall memory usage
- Significant performance improvement
- Significantly improved uptime calculation
Note: If you were using persistence in v2.2.0 or earlier, upgrading to v2.3.0 will cause the loss of uptime statistics (1h, 24h, 7d). This is due to a rewrite of the way the uptime history is computed and persisted. This was needed for the future implementation of a long term uptime history. No actions are required on your end.
v2.2.0
- Implemented longer result history #89 #90 (beta)
- Implemented graceful shutdown (persist to file before exit)
- Made placeholder
ALERT_TRIGGERED_OR_RESOLVEDconfigurable - Thanks to @roberth1988 #76 #85 - Fixed issue with system proxy not being respected - Thanks to @avakarev #86 #87
- Updated TwinProduction/gocache to v1.2.1
- Added missing
.svgsuffix on badges in service detail page - Several minor fixes and improvements
v2.1.0
v2.0.0
Breaking changes
- Changed path for badges
- Removed
web.context-root(Vue.js' router doesn't easily support context roots. May be re-implemented in the future if enough people ask for it)