Skip to content

Releases: kuvasz-uptime/kuvasz

v0.4.1

29 Aug 14:34
Compare
Choose a tag to compare

Changelog

  • Made Slack messages less verbose in case of a monitor is down
  • Improved HTTP communication logging
  • Further optimizations regarding the latency calculation
  • Simplified the API (there are breaking changes, please take a look at the latest API docs
  • Made the last uptime check's timestamp for a given monitor visible on the API
  • Updated dependencies

v0.3.4

23 Aug 19:22
Compare
Choose a tag to compare

Changelog

  • Further improvements in latency calculation logic

v0.3.3

23 Aug 15:20
Compare
Choose a tag to compare

Changelog

  • Fixed HTTP communication log level configuration in native images #28
  • Improved the average, p95 and p99 latency calculation in terms of speed and efficiency

v0.3.2

21 Aug 14:31
Compare
Choose a tag to compare

Changelog

  • Fixed the email sending issue in native images
  • Fixed a couple of bugs about latency percentile calculation
  • Fixed the missing Slackbot icon in native images

v0.3.1

20 Aug 18:25
Compare
Choose a tag to compare

Changelog

  • Minor bugfixes and improvements
  • Removed colors from log entries to make logs easier to read in environments where colored logs are not supported
  • Added details about configured event handlers (aka. integrations) to the /info endpoint
  • Added data cleanup and retention logic with configurable retention period
  • Added 95th and 99th percentile latency to MonitorDetailsDto on the API

v0.3.0

18 Aug 20:29
a584df1
Compare
Choose a tag to compare

Changelog

  • Added webhook based integration for Slack

v0.2.1

17 Aug 19:20
Compare
Choose a tag to compare

Changelog

  • Limit DB connection pool size and connection lifetime to prevent leaks in cloud environments

v0.2.0

15 Aug 14:01
Compare
Choose a tag to compare

This is the first stable release, with limited functionality.

Changelog

  • SMTP integration: You can get uptime alerts in email

v0.1.2-alpha

12 Aug 04:49
Compare
Choose a tag to compare
v0.1.2-alpha Pre-release
Pre-release

Explicitly set min. and max. heap size in the docker image

v0.1.1-alpha

11 Aug 16:57
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release
  • Added security and management related endpoints to the OpenAPI specs
  • Added simple endpoints to get monitors without details (latency, uptime status, etc.)
  • Use GCP's structured log format by default in production