Skip to content

Releases: TwiN/gatus

v0.1.0

22 Aug 18:24
Compare
Choose a tag to compare
  • Implemented alerting for Slack
  • Implemented Gzip compression and cache results to prevent wasting CPU
  • UI improvements
    • The UI is now more mobile-friendly
    • Added logo
    • Service statuses are now regenerated only if there has been a change
  • Updated Go to 1.15

v0.0.8

14 Aug 14:30
Compare
Choose a tag to compare
  • Added support for getting the length of a string/slice defined by a json path (e.g. len([BODY].name) == 8)

v0.0.7

24 Jul 21:57
Compare
Choose a tag to compare
  • Added support for readable GraphQL requests

v0.0.6

24 Jul 17:26
Compare
Choose a tag to compare
  • Fixed issue with JSON path

v0.0.5

24 Jul 17:10
Compare
Choose a tag to compare
  • Decreased tool tip fade timer from 2s to 500ms
  • Result body is now trimmed as well

v0.0.4

22 Apr 00:48
Compare
Choose a tag to compare
  • Added support for headers, method, body and json path with arrays
  • Improved documentation
  • Redesigned dashboard

v0.0.3

14 Apr 03:16
Compare
Choose a tag to compare
  • Added support for [RESPONSE_TIME] as well as the >, <, >=and<=` operators
  • Added support for [BODY] as well as basic support for JSON template through [BODY].path.here
  • Added timestamp in hover text
  • Removed Explanation field from ConditionResult
  • Updated to Go 1.14

v0.0.2

06 Apr 23:39
Compare
Choose a tag to compare
Prevent multiple services from being evaluated at the same time