Gatus Versions Save

⛑ Automated developer-oriented status page

v5.3.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/TwiN/gatus/compare/v5.2.0...v5.3.0

v5.2.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/TwiN/gatus/compare/v5.1.1...v5.2.0

v5.1.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/TwiN/gatus/compare/v5.1.0...v5.1.1

v5.1.0

1 year ago

What's Changed

Full Changelog: https://github.com/TwiN/gatus/compare/v5.0.0...v5.1.0

v5.0.0

1 year ago

For all information on breaking changes, see #374

Announcement

As of v5.0.0, you may now use ghcr.io/twin/gatus instead of twinproduction/gatus to retrieve the Docker image.

What's Changed

New Contributors

Full Changelog: https://github.com/TwiN/gatus/compare/v4.4.0...v5.0.0

v4.4.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/TwiN/gatus/compare/v4.3.2...v4.4.0

Announcement

This is most likely the last version before v5.0.0, which means that the master branch and the latest Docker image tag may have breaking changes. Make sure to specify a non-latest image (e.g. v4.4.0) if you want to avoid any surprises

For information on the upcoming breaking changes, please see https://github.com/TwiN/gatus/discussions/374

v4.3.2

1 year ago
  • fix(alerting): Resolve issue with bad payload when condition has " in it #350 - @TwiN
  • perf: Improve jsonpath speed #348 - @TwiN
  • ui: Render div instead of a when link is blank #346 - @TwiN
  • ui: Replace and reposition old icons by SVG icons #349 - @TwiN
  • ui: Improve login page
  • ui: Make it more obvious that the response time can be toggled between average and min-max

Full Changelog: https://github.com/TwiN/gatus/compare/v4.3.1...v4.3.2

v4.3.1

1 year ago
  • fix(alerting): Add Google Chat to list of alert types when determining valid providers #341 - @davwheat
  • fix(alerting): Encode messagebird request body using json.Marshal
  • fix(alerting): Encode ntfy request body using json.Marshal
  • ci: Prevent publish-latest workflow from running concurrently

Full Changelog: https://github.com/TwiN/gatus/compare/v4.3.0...v4.3.1

v4.3.0

1 year ago
  • feat(alerting): Implement ntfy provider #336 - @TwiN
  • feat: Bundle assets in binary using go:embed #340 - @TwiN
  • chore: Update Go to 1.19
  • ci: Add stable Docker image tag that follows every release

Full Changelog: https://github.com/TwiN/gatus/compare/v4.2.0...v4.3.0

Announcement

v5.0.0 is coming soon, and with it, a breaking change that may affect some of you.

Up until now, each condition only had to be separated by an operator (e.g. ==, !=, <=, <, etc.), but as of v5.0.0, the operator will also will have to be prefixed and suffixed by a space.

In other words, the condition [STATUS]==200 will have to be replaced by [STATUS] == 200.

v4.2.0

1 year ago

Full Changelog: https://github.com/TwiN/gatus/compare/v4.1.0...v4.2.0