Go Health Versions Save

Library for enabling asynchronous health checks in your service

v2.1.4

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/InVisionApp/go-health/compare/v2.1.3...v2.1.4

v2.1.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/InVisionApp/go-health/compare/v2.1.2...v2.1.3

v2.1.2

4 years ago

Fixed an issue with Go modules integration

v2.1.1

4 years ago

Converted to modules

v2.1.0

5 years ago

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

v2.0.0

5 years ago

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

5 years ago

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

5 years ago

Thanks to @helios-ag for adding support for memcache!

Minor fixes/updates to mongo checker (and tests) in #53.

v1.1.4

5 years ago

Mongo checker introduced in #51!

v1.1.3

5 years ago

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

You should probably upgrade to this release :)