Skip to content

Releases: etherlabsio/healthcheck

Compatibility with Go Mod

17 Jun 16:27
572068f
Compare
Choose a tag to compare

This version aims to be compatible with the Go Mod packaging and semver naming conventions, addressing #26 .

Update the diskchecker

24 Dec 06:24
dd3d2fd
Compare
Choose a tag to compare

Thanks to the following contributors for this release:

Bug fixes

  • diskcheckher: migrate diskchecker to sys/unix #25 (thanks @bkatrenko)

2.0.2: Merge pull request #18 from etherlabsio/set-default-timeout

09 Mar 18:31
343d97c
Compare
Choose a tag to compare

2.0.1: Merge pull request #17 from etherlabsio/add-gopher-logo

07 Jan 06:56
cb3830d
Compare
Choose a tag to compare

Changelog

  • Documentation has been updated

2.0.0

08 Nov 03:12
d6f8f3c
Compare
Choose a tag to compare

A huge thanks to all the contributors for this release.

Changelog

  • Concurrent checks for all the checkers. This should prove to decrease latency for healthcheck response if there are a bunch of checkers doing Network I/O.
  • Optional global timeout for all checkers, in case you'd like to restrict the max response time. This includes context cancellation. This results in a breaking change since the checker requires the context to be passed for signalling cancellation. Thanks to @pcasaretto for working on this.
  • Observers, which are non-essential checkers that do not need to result in healthcheck failure, but can be captured for error logging.

1.0.0

18 Sep 12:00
Compare
Choose a tag to compare

The initial release.