github kuvasz-uptime/kuvasz 3.0.1
v3.0.1

latest release: 3.0.2
2 days ago

Docker hub: kuvaszmonitoring/kuvasz:3.0.1

docker pull kuvaszmonitoring/kuvasz:3.0.1

Documentation

v3.0.1 - kuvasz-uptime.dev

Breaking changes

This is a major release that paths the way for new monitor types in the future, by handling the already existing HTTP monitors in a more explicit way. There are a few breaking changes in there, so please refer to the Upgrade notes for more details.
Don't be afraid, the upgrade process is straightforward and well-documented, and if you follow the steps, everything should go smoothly.

New features

  • Integrations have their own section on the UI now, and they are also exposed under a new API endpoint (GET /api/v2/integrations). Furthermore, you can test them directly from the UI, or via the API to make sure that they are working as expected, before you would enable them or assign them to monitors.

Kuvasz integrations management UI

  • Update notifications: you can now get notified about new releases of Kuvasz on the UI and through the API on GET /api/v2/settings. This way, it's easier to stay up-to-date with the latest features and improvements.
  • Monitor-level metrics: the uptime ratio, incident count and total downtime metrics are now available on a per-monitor basis (both on the UI & via the v2 API), not just as cumulated metrics across all monitors.

Kuvasz monitor-level metrics UI

  • Incidents: there is a brand new section on the UI, and a dedicated endpoint under GET /api/v2/incidents to see/fetch all your incidents in one single place, where you can also filter them by a monitor, or by a time range.

Kuvasz incident list UI

Fixes

  • Clear the expected status code select's search value after selecting an option (by WasixXD)
  • Fix the background color of the active option inside the expected status codes select

New Contributors

Full Changelog: 2.5.1...3.0.0

Don't miss a new kuvasz release

NewReleases is sending notifications on new releases.