All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated
raketo~> 13.0for Ruby~> 2.2
- Support for Ruby 2.1
- Support for Ruby 2.2
- Support for Ruby 2.3
- Support for Ruby 2.4
- Support for Ruby 2.5
- Support for Ruby 2.6
- Support for Ruby 2.7
- Support for Ruby 3.0
- Support for Ruby 3.1
- There is no
hostnameon Lambda. Use return status ofwhich hostnamebefore callinghostname. - Enforce string type on
hostname=method usingto_s - Change length-check on
@hostnameto use Rubyempty?predicate method
- Handler now exposes a
reportermethod to log or track time series statistics of check performance
- There is no
hostnameon Lambda.
- Checks can be set to a
warnstatus when non-critical errors occur. - Handler now exposes a
timermethod which can wrap a check and ok/warn/fail it based on how long it takes
- The handler will report an
HTTP 302status when a run is successful but there are warnings.
- Forked from tribune/is_it_working.