Skip to content

Releases: TwiN/gatus

v3.8.0

26 Apr 23:28
Compare
Choose a tag to compare
  • feat(alerting): Add group-specific webhook URL for Teams #266 - @appleboy
  • feat(alerting): Add group-specific webhook URL for Discord #271 - @appleboy
  • feat(ui): Add support for buttons below header #106 - @TwiN
  • chore: Update Go to 1.18 - @TwiN
  • chore: Update frontend dependencies - @TwiN

v3.7.0

23 Mar 02:44
Compare
Choose a tag to compare
  • feat(alerting): Add support for custom Telegram API URL #257 - @jon4hz
  • feat(alerting): Add group-specific configuration to email provider #264 - @appleboy
  • feat(client): OAuth2 Client credential support #259 - @tiwood
  • fix(config): Replace hostname in error string if opted #262 - @shashank68
  • security: Pin front-end dependency versions - @TwiN

v3.6.0

06 Feb 23:35
Compare
Choose a tag to compare
  • feat(alerting): Added Google Chat alerting provider #234 - @kpolischuk
  • feat(alerting): Allow specifying a different username for email provider #231 - @tmoitie
  • fix(ui): Prettified event timestamps #243 - @TwiN
  • style(ui): Improved login UI design - @TwiN
  • build(docker): Support more platforms for latest tag #238 - @kkhan01
  • chore: Updated front-end dependencies - @TwiN
  • chore: Fixed a few typos in the documentation #241 - @ItsAzaria

v3.5.0

09 Jan 01:35
Compare
Choose a tag to compare
  • feat(ui): Updated project logo - @TwiN
  • feat(ui): Status page headline and link to open when clicking on the logo can now be configured #232 - @TwiN
  • feat(security): Added support for OpenID Connect #228 - @TwiN
  • feat(security): Implemented security.basic.password-bcrypt-base64 in favor of security.basic.password-sha512 #233 - @TwiN
  • feat(alerting): Added Opsgenie alerting provider #214 - @vinicius73
  • feat(metrics)!: Updated metrics exposed #223 - @TwiN
  • fix(alerting): Added group in alert messages #221 - @TwiN
  • fix: Improved endpoint and alert validation #221 - @TwiN
  • refactor: Moved from io/ioutil to io and os packages #211 - @Juneezee
  • docs: Fixed several typos #215 #216 #217 - @ianagbip1oti
  • docs: Added missing maintenance configuration in main configuration table #226 - @zeylos
  • perf: Replaced GitHub's PNG logo for a SVG - @TwiN
  • style: Default to dark mode - @TwiN

v3.4.0

03 Dec 05:03
5eb7763
Compare
Choose a tag to compare
  • Implement email alerts #117
  • Fixed caching issue with svg chart

v3.3.6

18 Nov 02:51
Compare
Choose a tag to compare

Changed license from MIT to Apache 2 #203

v3.3.5

17 Nov 04:06
Compare
Choose a tag to compare

Fixed paging issue with Postgres #202

v3.3.4

17 Nov 00:42
Compare
Choose a tag to compare
  • Events now display the number of days ago rather than the number of hours if the event happened more than 72 hours
  • Fixed icon_url for Mattermost alerts
  • Updated TwiN/health to v1.1.0
  • Updated front-end dependencies

v3.3.3

06 Nov 02:47
Compare
Choose a tag to compare
  • Deprecated storage.file in favor of storage.path #197
  • Deprecated persistence for storage of type memory #198
  • Minor data savings improvement

v3.3.2

29 Oct 01:42
Compare
Choose a tag to compare

Restructure storage package