Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: TwiN/gatus

v5.27.2

21 Oct 18:03
394602b

Choose a tag to compare

What's Changed

  • fix(client): Add nil check for SSHConfig before validating username/password by @TwiN in #1358
  • fix(ui): Ensure retrievedConfig is set to true after fetching configuration by @TwiN in #1359

Full Changelog: v5.27.1...v5.27.2

v5.27.1

21 Oct 00:01
d24c66c

Choose a tag to compare

What's Changed

  • fix(suites): Load persisted triggered alerts for suite endpoints on start by @TwiN in #1347
  • fix(key): Revert support for ( and ) as name/group, as they already worked before by @TwiN in #1356

Full Changelog: v5.27.0...v5.27.1

v5.27.0

18 Oct 02:44

Choose a tag to compare

What's Changed

  • feat(alerting): Add message-content parameter for Discord pings by @aaldebs99 in #1335
  • feat(ui): Make tooltips toggleable by @perfectra1n in #1236
  • fix(alerting): remove discontinued jetbrains space alerting provider by @michael-baraboo in #1329
  • fix(ui): Handle refresh properly on SuiteDetails.vue by @TwiN in #1324
  • fix(key): Support (, ), + and & as name/group by @TwiN in #1340

New Contributors

Full Changelog: v5.26.0...v5.27.0

v5.26.0

06 Oct 17:57
129fb82

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

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

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

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

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

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

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