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.
- Dropped support for ruby < 2.6 (EOL)
- Adds ruby 3 support to be checked by GitHub Actions
- Adds
rexml
development dependency to allowrubycritic
running
- Adds script and docker to facilitate development environment setup
- Adds support for ruby 3.
- Update dependency to fix possible vulnerability.
- Add support for ruby 2.7
- Remove support for ruby < 2.3
- Change required version for gem heartcheck to fit for newer supported ruby versions
- Checks response body only if a
body_match
is defined
- Custom implementation of Check#uri_info to provide webservices connectivity info
- Changed the default for open_timeout from 60s to 3s
- Changed the default for read_timeout from 60s to 5s