Go Health Versions Save

Library for enabling asynchronous health checks in your service

v1.1.2

5 years ago

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

v1.1.1

5 years ago

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

v1.1.0

6 years ago

Thanks to @schigh for contributing failure/recovery callback functionality!

v1.0.3

6 years ago

Another minor release that allows the global failed state to recover after a previously failed (and fatal) check recovers.

v1.0.2

6 years ago

@schigh contributed an awesome, extensible SQL checker - nicely done!

v1.0.1

6 years ago
  • Fixed a goroutine leak after .Stop() is called
  • States now actually get reset after .Stop() is called
  • Minor test cov increase

v1.0.0

6 years ago

This is the initial release!