Skip to content

Releases: TwiN/gatus

v5.26.0

06 Oct 17:57
129fb82
Compare
Choose a tag to compare

What's Changed

  • feat(alerting): Add support for n8n alerts by @TwiN in #1309
  • feat(client): Support body placeholder for SSH endpoints by @yansh97 in #1286
  • feat(alerting): Add RESULT_CONDITIONS in custom alert to have more information by @aalmenar in #1086
  • fix(alerting): Implement deduplication key generation for incidentio alerts by @NerdySoftPaw in #1296
  • fix(ui): Swap oldest/newest result time for SuiteCard.vue by @TwiN in #1308
  • fix(alerting): Format link from Telegram alert description when sending message by @andriyor in #1200
  • chore(deps): Update aws-sdk-go to aws-sdk-go-v2 by @TwiN in #1305

New Contributors

Full Changelog: v5.25.2...v5.26.0

v5.25.2

30 Sep 18:32
Compare
Choose a tag to compare

What's Changed

  • fix(tunneling): Add exponential backoff retry by @TwiN in #1303
  • chore: Tweak configuration validation and yaml output by @TwiN in #1302

Full Changelog: v5.25.1...v5.25.2

v5.25.1

30 Sep 03:01
bd296c7
Compare
Choose a tag to compare

What's Changed

  • fix(ui): Make sure EndpointCard aligns even if no group + hide-hostname by @TwiN in #1300
  • chore: Export validation function by @TwiN in #1301

Full Changelog: v5.25.0...v5.25.1

v5.25.0

28 Sep 19:02
40345a0
Compare
Choose a tag to compare

What's Changed

  • feat(client): Add support for SSH tunneling by @TwiN in #1298
  • fix(alerting): Limit minimum-reminder-interval to >5m by @TwiN in #1290
  • fix(alerting): Added description block in teams-workflows by @rahulchordiya in #1275
  • docs(alerting): Remove SIGNL4 untested warning by @rons4 in #1289

New Contributors

Full Changelog: v5.24.3...v5.25.0

v5.24.3

22 Sep 00:04
5a06a74
Compare
Choose a tag to compare

What's Changed

  • fix(suites): Handle invalid paths in store and update needsToReadBody to check store by @TwiN in #1282
  • fix(events): Retrieve newest events instead of oldest events by @TwiN in #1283

Full Changelog: v5.24.2...v5.24.3

v5.24.2

21 Sep 11:09
e6576e9
Compare
Choose a tag to compare

What's Changed

  • fix(security): Make OIDC session TTL configurable by @TwiN in #1280
  • fix(condition): Properly format conditions with invalid context placeholders by @TwiN in #1281
  • fix(alerting): Support custom slack title by @mehdiMj-ir in #1079

New Contributors

Full Changelog: v5.24.1...v5.24.2

v5.24.1

19 Sep 21:25
c87c651
Compare
Choose a tag to compare

Wouldn't be a successful new feature launch without a few surprise bugs.

Also, some improvements to suites:

2025-09-19_122955

It didn't show the condition results before. Not sure why I made that decision, but it's very difficult to debug suites without access to those.

What's Changed

  • fix(suite): Suite endpoint listed as standalone endpoint by @TwiN in #1276
  • fix(suite): Add hyphen support for context keys by @TwiN in #1277
  • fix(suite): Display condition results when user clicks step in execution flow by @TwiN in #1278
  • fix(storage): Zero allocation issue with fiber by @TwiN in #1273

Full Changelog: v5.24.0...v5.24.1

v5.24.0

17 Sep 23:46
565831a
Compare
Choose a tag to compare

Another big update worthy of highlights. There are 3 big changes coming to Gatus with this release.

  • Suites (ALPHA): To keep it short, this allows you to monitor a list of endpoints in order, but those endpoints have a shared context that allows you to store values and compare or use them in other endpoints. For more information, see #1241
  • New alerting providers: 14 new alerting providers have been added, but there's a catch. I don't have time to test this many providers, so I'm trying something new, namely, letting users who want to use those alerting providers test them for me. For more information, see #1223
  • RDAP support for [DOMAIN_EXPIRATION] placeholder: Some TLDs have started dropping support for WHOIS, as such, support for RDAP has been added. WHOIS will still be used as a fallback if RDAP fails to resolve the domain expiration of a domain.

I am very excited to finally have made some progress on suites. It's missing some features, and it required a lot of redesigning, so I expect some complaints, but with suites, the possibilities feel endless. You can monitor entire workflows, simulate complex user behavior, not just READ-type of behavior, but WRITE as well, as you can configure an endpoint to run even if the workflow fails to clean up whatever resource you created, and so much more. Suites have some serious potential.

What's Changed

  • feat(suite): Implement Suites by @TwiN in #1239
  • feat(alerting): Add new providers for Datadog, IFTTT, Line, NewRelic, Plivo, RocketChat, SendGrid, Signal, SIGNL4, Splunk, Squadcast, Vonage, Webex and Zapier by @TwiN in #1224
  • feat(client): Add RDAP support for domain expiration by @ju-ef in #1181
  • feat(client): starttls support for dns resolver by @eleith in #1253
  • fix(alerting): Adjust minimum reminder config parsing by @xconverge in #1226
  • fix(client): add forward ip support in PTR query-name by @denis-ev in #1261
  • docs: Fix typo in Zulip configuration section by @XavierDupuis in #1220
  • docs: information on escaping endpoint url in config by @muzy in #1242

New Contributors

Full Changelog: v5.23.2...v5.24.0

v5.23.2

19 Aug 21:24
3e713df
Compare
Choose a tag to compare

What's Changed

  • fix(ui): Move announcements above endpoints search bar by @TwiN in #1210
  • fix(ui): Collapse groups by default by @TwiN in #1212
  • docs(alerting): Fix the homeassistant event structure example by @avano in #1213

New Contributors

Full Changelog: v5.23.1...v5.23.2

v5.23.1

18 Aug 18:20
6d579a4
Compare
Choose a tag to compare

What's Changed

  • fix(ui): Update endpoints in-place instead of reloading every time by @TwiN in #1209
  • docs: improve extra-labels description by @salim-b in #1208

Full Changelog: v5.23.0...v5.23.1