Skip to content

Releases: InVisionApp/go-health

v2.1.4

24 Jul 12:37
b1b3f0a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.3...v2.1.4

v2.1.3

18 Oct 17:58
ae4ded7
Compare
Choose a tag to compare

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

03 Oct 18:10
a4a89dc
Compare
Choose a tag to compare

Fixed an issue with Go modules integration

v2.1.1

26 Sep 15:01
b5cab38
Compare
Choose a tag to compare

Converted to modules

OnComplete Hook

04 Dec 17:25
06e1878
Compare
Choose a tag to compare

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

Checker re-org

26 Nov 16:55
0a91287
Compare
Choose a tag to compare

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

12 Nov 04:23
d8238da
Compare
Choose a tag to compare

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

13 Oct 22:13
46e60d3
Compare
Choose a tag to compare

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

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

Mongo support

09 Oct 16:06
a5df264
Compare
Choose a tag to compare

Mongo checker introduced in #51!

Bugfix release

04 Oct 15:25
73a22a3
Compare
Choose a tag to compare

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

You should probably upgrade to this release :)