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
rake
to~> 13.0
for 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
hostname
on Lambda. Use return status ofwhich hostname
before callinghostname
. - Enforce string type on
hostname=
method usingto_s
- Change length-check on
@hostname
to use Rubyempty?
predicate method
- Handler now exposes a
reporter
method to log or track time series statistics of check performance
- There is no
hostname
on Lambda.
- Checks can be set to a
warn
status when non-critical errors occur. - Handler now exposes a
timer
method which can wrap a check and ok/warn/fail it based on how long it takes
- The handler will report an
HTTP 302
status when a run is successful but there are warnings.
- Forked from tribune/is_it_working.