Releases: InVisionApp/go-health
Releases · InVisionApp/go-health
v2.1.4
v2.1.3
What's Changed
- Add default code-coverage and visibility sections by @chrisfjones in #73
- fix: change mongodb-boltdb-mock deleted repo ref to new SHA by @ivan-santos-eq in #81
- Adding GitHub action workflow for tests and vendor fix by @chesleybrown in #82
New Contributors
- @chrisfjones made their first contribution in #73
- @ivan-santos-eq made their first contribution in #81
Full Changelog: v2.1.2...v2.1.3
v2.1.2
v2.1.1
OnComplete Hook
Added a configurable OnComplete hook that will be called when a health check is complete.
Checker re-org
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.
Disk usage checker + minor redis update
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!
Memcache and minor update to mongo
Thanks to @helios-ag for adding support for memcache!
Minor fixes/updates to mongo checker (and tests) in #53.
Mongo support
Mongo checker introduced in #51!