healthchecks-rs/healthchecks/CHANGELOG.md

3.3 KiB

Changelog

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

[Unreleased]

Added

3.1.4

Added

3.1.3

Changed

  • Raise MSRV to 1.64.0

3.1.2

Changed

  • Set minimum required version of thiserror to v1.0.2 to fix builds with -Z minimal-versions

3.1.1

Changed

  • Bump ureq version requirement to ~2.5

3.1.0

Changed

  • Bump uuid dependency to 1.1.x

3.0.6

Changed

  • Declare MSRV as 1.58.0. This was always the case, but it is now conveyed through the rust-version field.
  • Add an # Errors section to the rustdoc of all Result-returning public methods

3.0.5

Changed

  • Bump uuid dependency to 1.0.0

3.0.4

Changed

  • Reword and improve documentation throughout the crate

3.0.3

Added

  • Add support to return an existing check while creating if an existing one is found (#27)

3.0.2

Added

  • Add support for custom API URLs in ping module

3.0.1

Added

  • Add support for custom API URLs in management module (#22)

3.0.0

Added

  • Add healthchecks::ping::report_failure_with_logs to attach &str data as debug information..

2.0.0

Changed

  • Removed all illogical inlining
  • Add support for all management APIs
  • Move pinging API to crate::ping namespace
  • Switch to custom error types for improved error handling

1.0.1

Fixed

  • Fix default user agent

1.0.0

Changed

  • Made all public methods inline
  • Removed create_config_with_user_agent and made create_config take an Option<String> parameter

0.1.0

Initial release