Skip to content

Releases: TwiN/gatus

v5.16.0

17 Feb 15:32
46b24b8
Compare
Choose a tag to compare

What's Changed

  • feat(maintenance): Per-endpoint maintenance configuration by @alexmaras in #982
  • feat(dns): Support SRV query type by @TwiN in #1005
  • feat(metrics): add gatus_results_endpoint_success by @onedr0p in #970
  • feat(ssh): Support authless SSH health check by @ImTheCurse in #956
  • feat(ui): expose 30d badges and response chart selector for duration by @toredash in #994
  • feat(alerting): Add Incident.io alerting provider by @ImTheCurse in #972
  • fix(alerting): replace HTML entities with emojis in teams-workflows provider to prevent rendering issues by @pieceofsoul in #941
  • fix(client): Potential channel blocking issue for SCTP endpoints by @ZuhairORZaki in #962
  • fix(maintenance): timezone handling offset issue by @alexmaras in #981
  • fix(ui): Don't override body/html background-color by @TwiN in #1002
  • fix(config): Ignore config files with double dot in it (#696) by @vlaborie in #984
  • fix(remote): Support partial remote instance failure by @olehrakovych in #990
  • refactor: periodic operations to use time.Ticker by @appleboy in #978
  • ci: Add workflow to test UI changes by @TwiN in #998
  • ci: Add image labels, merge publish to Docker Hub/GHCR workflows by @tigattack in #954
  • test: Fix flaky DNS tests that check for valid IP by @TwiN in #968
  • chore(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1 by @dependabot in #980
  • chore(deps): bump github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.6 by @dependabot in #952
  • chore(deps): bump modernc.org/sqlite from 1.34.2 to 1.34.4 by @dependabot in #948
  • chore(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 by @dependabot in #959
  • chore(deps): bump github.com/prometheus-community/pro-bing from 0.4.0 to 0.5.0 by @dependabot in #949

New Contributors

Full Changelog: v5.15.0...v5.16.0

v5.15.0

28 Dec 21:57
8aae277
Compare
Choose a tag to compare

What's Changed

  • feat(ui): Implement Custom CSS configuration by @TwiN in #943
  • feat(alerting): Add condition results to Pushover by @mmed in #945
  • feat(api): Expose uptime data as text via API by @JamesHillyard in #758
  • chore(deps): bump google.golang.org/api from 0.209.0 to 0.214.0 by @dependabot in #939
  • chore(deps): bump github.com/valyala/fasthttp from 1.56.0 to 1.58.0 by @dependabot in #940
  • chore(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 by @dependabot in #923
  • docs: Fix typo in README by @eltociear in #946
  • test(client): add test for insecure flag by @pnikonowicz in #942

New Contributors

Full Changelog: v5.14.0...v5.15.0

v5.14.0

20 Dec 01:06
83a555e
Compare
Choose a tag to compare

What's Changed

  • feat(alerting): Implement alert-level provider overrides by @TwiN in #929
  • feat(alerting): Update Adaptive Cards design for teams-workflows by @Tim-orius in #903
  • feat(alerting): Add overrides for Ntfy provider by @bishtawi in #918
  • feat(alerting): Pushover priority on resolved by @onedr0p in #879
  • feat(client): Add support for PTR DNS records by @d7415 in #886
  • feat(logging): Allow configuring logging verbosity level by @garyhodgson in #872
  • fix(logging): Replace log-level parameter by GATUS_LOG_LEVEL env var by @TwiN in #895
  • docs: Change protocol backslash (\\) to forwardslash (//) in README.md by @PhilipWhiteside in #933
  • docs: Fix typo by @chkpwd in #931

New Contributors

Full Changelog: v5.13.1...v5.14.0

v5.13.1

05 Nov 00:36
c6ff6ec
Compare
Choose a tag to compare

What's Changed

  • fix(alerting): Add missing support for default-alert on teams-workflows by @liamjones-pw in #883
  • chore(deps): bump github.com/coreos/go-oidc/v3 from 3.10.0 to 3.11.0 by @dependabot in #870
  • chore(deps): bump github.com/gofiber/fiber/v2 from 2.52.4 to 2.52.5 by @dependabot in #888
  • docs: Fix typo in README by @d7415 in #885

New Contributors

Full Changelog: v5.13.0...v5.13.1

v5.13.0

26 Oct 01:26
7103d0a
Compare
Choose a tag to compare

What's Changed

  • feat(alerting): Implement Zulip alerts by @mehdibo in #845
  • feat(alerting): Add optional field alerting.mattermost.channel by @ggerrit in #823
  • feat(alerting): custom alert support endpoint errors by @raojinlin in #844
  • feat(alerting): alert teams add client insecure option by @raojinlin in #864
  • feat(alerting): add email and click action to ntfy provider by @stendler in #778
  • feat(alerting): Implement new Teams Workflow alert by @JamesHillyard in #847
  • docs: change the url of the helm chart to your repo by @chrootlogin in #878
  • chore(deps): bump golang.org/x/crypto from 0.24.0 to 0.27.0 by @dependabot in #857
  • chore(deps): bump modernc.org/sqlite from 1.31.1 to 1.33.1 by @dependabot in #860
  • chore(deps): bump golang.org/x/net from 0.26.0 to 0.29.0 by @dependabot in #861
  • chore(deps): bump github.com/wcharczuk/go-chart/v2 from 2.1.1 to 2.1.2 by @dependabot in #862
  • chore(deps): bump github.com/miekg/dns from 1.1.61 to 1.1.62 by @dependabot in #866
  • chore(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.4 by @dependabot in #867
  • chore(deps): bump github.com/valyala/fasthttp from 1.54.0 to 1.56.0 by @dependabot in #869
  • chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 by @dependabot in #873

New Contributors

Full Changelog: v5.12.1...v5.13.0

v5.12.1

29 Aug 00:26
54221ef
Compare
Choose a tag to compare

What's Changed

  • fix(maintenance): Import time/tzdata to support timezones by @TwiN in #849

Full Changelog: v5.12.0...v5.12.1

v5.12.0

27 Aug 02:15
Compare
Choose a tag to compare

What's Changed

  • feat(alerting): implement Gitea alerting provider by @appleboy in #842
  • feat(alerting): add timezone for maintenance by @lefes in #653
  • feat(alerting): add telegram overriding token and id by @lefes in #826
  • feat(storage): Support 30d badges by @TwiN in #836
  • fix(remote): Stream endpoint statuses from remote instances instead of loading them all into memory
  • chore(deps): Update Go to 1.22 and update all Go dependencies by @TwiN in #794
  • build: Drop support for linux/arm/v6 by @TwiN in #773
  • docs: Add mTLS docker-compose example by @chrisbsmith in #744

New Contributors

Full Changelog: v5.11.0...v5.12.0

v5.11.0

21 May 22:11
ea7bf2c
Compare
Choose a tag to compare

What's Changed

  • feat(alerting): Persist triggered alerts across application restart by @TwiN in #764
  • fix(alerting): Make Microsoft Teams title customizable by @rahulchordiya in #731
  • refactor: Break core package into multiple packages under config/endpoint by @TwiN in #759
  • chore(deps): bump github.com/gofiber/fiber/v2 from 2.52.1 to 2.52.4 by @dependabot in #739
  • chore(deps): bump codecov/codecov-action from 4.3.0 to 4.4.0 by @dependabot in #765

New Contributors

Full Changelog: v5.10.0...v5.11.0

v5.10.0

19 Apr 01:35
2833968
Compare
Choose a tag to compare

What's Changed

  • feat(ui): Implement endpoints[].ui.hide-conditions by @TwiN in #738
  • fix: add crossorigin attribute to manifest.json link in index.html by @rschelling in #736
  • refactor: Update connectivity.Checker struct to use pointer on receiver
  • chore(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #703

New Contributors

Full Changelog: v5.9.0...v5.10.0

v5.9.0

12 Apr 04:43
Compare
Choose a tag to compare

What's Changed

  • feat(alerting): add alerting support for jetbrains space by @michael-baraboo in #713
  • feat(client): add mTLS config by @chrisbsmith in #665
  • feat: Implement push-based external endpoints by @TwiN in #724
  • fix(alerting): Support alerts with no conditions for external endpoints by @TwiN in #729
  • chore(deps): bump codecov/codecov-action from 4.0.1 to 4.1.1 by @dependabot in #715
  • chore: fix some typos by @HongKuang in #725
  • refactor: Clean up code and change log format by @TwiN in #719

New Contributors

Full Changelog: v5.8.0...v5.9.0