Skip to content

Releases: InVisionApp/go-health

Generic TCP/UDP checker

16 Aug 18:37
4dc2941
Compare
Choose a tag to compare

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

Minor bugfix release

13 Aug 23:34
211a697
Compare
Choose a tag to compare

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

Introduction of failure/recovery callbacks

17 May 21:12
08eeb4f
Compare
Choose a tag to compare

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

Failed state recovery bugfix/update

10 Feb 19:04
f294fa7
Compare
Choose a tag to compare

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

SQL checker

29 Jan 03:14
93121e5
Compare
Choose a tag to compare

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

Minor bugfix release

16 Jan 05:05
95b6ea1
Compare
Choose a tag to compare
  • Fixed a goroutine leak after .Stop() is called
  • States now actually get reset after .Stop() is called
  • Minor test cov increase

Initial release

28 Dec 17:57
819256e
Compare
Choose a tag to compare

This is the initial release!