github TwiN/gatus v5.24.0

12 hours ago

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

Don't miss a new gatus release

NewReleases is sending notifications on new releases.