Skip to content

v1.0.0

Compare
Choose a tag to compare
@bdd bdd released this 22 Oct 18:24
· 62 commits to main since this release
4e84e56

v1.0.0

New Features:

  • Add flags to customize ping type decisions (#65)
    New flags 'on-nonzero-exit', 'on-exec-fail', and 'on-success' allow
    the user to pick between 'exit-code', 'success', 'fail', and the new
    'log' type ping.
    See https://healthchecks.io/docs/http_api/#log-uuid

Bug fixes:

  • Include code and text of last HTTP error when failing due to maximum
    number of retries (#66)

Backward Incompatible Changes:

  • '-api-tries' flag removed. Use '-api-retries'.