healthchecks-rs/hcctl/CHANGELOG.md

1.5 KiB

Changelog

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

[Unreleased]

2.0.7

Changed

  • Upgrade to healthchecks 3.1.5 and opt-into V3 management API

2.0.6

Changed

  • Upgrade to healthchecks 3.1.4 and opt-into V2 management API

2.0.5

Changed

  • Upgrade to clap 4.0

2.0.4

Changed

  • Upgrade to clap 3.2

2.0.3

Changed

  • Remove chrono dependency
  • Upgrade to time 0.3.9

2.0.2

Changed

  • Upgrade all dependencies

2.0.1

Changed

  • Adds a fallback to hcctl pings to search for a check when a non-UUID argument is passed

Added

  • Adds the search command to list latest ping for checks matching a search term

2.0.0

Fixed

  • Minutes were counted incorrectly in hcctl list output (contributed by @SphericalKat)

1.0.0

Initial release