healthchecks-rs/monitor/CHANGELOG.md

1.6 KiB

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

3.0.5

  • Upgrade to healthchecks 3.1.5

3.0.4

  • Upgrade to healthchecks 3.1.4

3.0.3

  • Revert back to old logging behaviour from before hcctl 3.0.2
  • Upgrade to clap 4.0

3.0.2

  • Upgrade to clap 3.2
  • Rework retries to combine logs of each run in the final failure ping

3.0.1

Changed

  • Upgrade to healthchecks 3.1.0

3.0.0

Added

  • Add -l/--logs flag to attach execution logs to failure ping.
  • Add -u/--user-agent back as an alternative for setting HEALTHCHECKS_USER_AGENT. When both are provided, --user-agent takes precedence.

2.0.0

Changed

  • Improve help command
  • Better error handling and reporting
  • Require commands to be quoted when being passed

1.0.1

Fixed

  • Properly specify when default user agent is requested

1.0.0

Initial release