Releases: TwiN/gatus
v5.26.0
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
- @NerdySoftPaw made their first contribution in #1296
- @yansh97 made their first contribution in #1286
- @andriyor made their first contribution in #1200
Full Changelog: v5.25.2...v5.26.0
v5.25.2
v5.25.1
v5.25.0
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
v5.24.2
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
- @mehdiMj-ir made their first contribution in #1079
Full Changelog: v5.24.1...v5.24.2
v5.24.1
Wouldn't be a successful new feature launch without a few surprise bugs.
Also, some improvements to suites:
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
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
- @XavierDupuis made their first contribution in #1220
- @eleith made their first contribution in #1253
- @ju-ef made their first contribution in #1181
- @denis-ev made their first contribution in #1261
- @muzy made their first contribution in #1242
Full Changelog: v5.23.2...v5.24.0