All Versions
5
Latest Version
Avg Release Cycle
207 days
Latest Release
1367 days ago
Changelog History
Changelog History
-
v2.0.3 Changes
December 24, 2019๐ Thanks to the following contributors for this release:
๐ Bug fixes
- diskcheckher: migrate diskchecker to sys/unix #25 (thanks @bkatrenko)
-
v2.0.2 Changes
March 09, 2018- โ Adds the default timeout of 30s
-
v2.0.1 Changes
January 07, 2018Changelog
- ๐ Documentation has been updated
-
v2.0.0 Changes
November 08, 2017๐ 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.
-
v1.0.0 Changes
September 18, 2017๐ The initial release.