All Versions
5
Latest Version
Avg Release Cycle
207 days
Latest Release
1584 days ago

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, 2018

    Changelog

    • ๐Ÿ“š 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.