Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Releases: CloudNativeJS/cloud-health

2.1.2

04 Dec 10:18
Compare
Choose a tag to compare
  • Fixes #38
  • Travis now builds with Node.js v12 as well as v8 and v10 (#33)

Fixes an issue where calling reject with no arguments would not return DOWN. Now a reason for the reject will always be returned as a string and the status returned as DOWN.

2.1.1

25 Sep 12:36
df44a92
Compare
Choose a tag to compare
2.1.1

2.1.0

20 Sep 15:01
bf70188
Compare
Choose a tag to compare
2.1.0

2.0.0

24 May 09:25
Compare
Choose a tag to compare

1.0.1

03 Dec 11:42
98d2e89
Compare
Choose a tag to compare

Fix issue with Two Readiness checks (#3)

  • Fix issue with Two Readiness checks

Fixes an issue where you have two readiness checks (the first not ready and the
second being ready. This now keep the readiness set as STARTING rather than UP

Issue number: CloudNativeJS/cloud-health-connect#2

GA

24 Jul 11:12
Compare
Choose a tag to compare
GA

Release of 1.0.0 with support for:

  • Startup and readiness checks
  • Runtime liveness checks
  • Shutdown hooks/checks

Beta release

23 Jul 18:48
Compare
Choose a tag to compare
Beta release Pre-release
Pre-release
0.0.1

Initial commit