All Versions
10
Latest Version
Avg Release Cycle
46 days
Latest Release
1638 days ago

Changelog History

  • v2.1.2 Changes

    October 03, 2019

    ๐Ÿ›  Fixed an issue with Go modules integration

  • v2.1.1 Changes

    September 26, 2019

    Converted to modules

  • v2.1.0 Changes

    December 04, 2018

    โž• Added a configurable OnComplete hook that will be called when a health check is complete.

  • v2.0.0 Changes

    November 26, 2018

    Checkers w/ external deps have been re-organized courtesy of @maxcnunes in #57.

    No major code changes, but if you previously used a checker with external deps (disk, memcache, mongo, redis), you will now have to import the individual pkg.

  • v1.1.6 Changes

    November 12, 2018

    ๐Ÿ‘ Thanks again to @helios-ag for introducing support for a disk usage checker!

    โšก๏ธ In addition, a minor update to Redis checker to allow you to pass in a TLS config - thanks @jescochu!

  • v1.1.5 Changes

    October 13, 2018

    ๐Ÿ‘ Thanks to @helios-ag for adding support for memcache!

    โšก๏ธ Minor fixes/updates to mongo checker (and tests) in #53.

  • v1.1.4 Changes

    October 09, 2018

    Mongo checker introduced in #51!

  • v1.1.3 Changes

    October 04, 2018

    ๐Ÿ›  @endorama spotted and fixed a state bug in #50. Thanks!

    You should probably upgrade to this release :)

  • v1.1.2 Changes

    August 16, 2018

    ๐Ÿ‘ Thanks to @chesleybrown for adding support for a generic tcp/udp checker in #47!

  • v1.1.1 Changes

    August 13, 2018

    ๐Ÿ›  Fixed state read race reported in #45; fixed an incorrectly placed defer resp.Body.Close().