Changelog History
-
v2.1.2 Changes
October 03, 2019๐ Fixed an issue with Go modules integration
-
v2.1.1 Changes
September 26, 2019Converted 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, 2018Checkers 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, 2018Mongo checker introduced in #51!
-
v1.1.3 Changes
October 04, 2018 -
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()
.