Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

39 lines (31 loc) · 1.1 KB

Change Log

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.

3.1.0

Changed

  • Dropped support for ruby < 2.6 (EOL)
  • Adds ruby 3 support to be checked by GitHub Actions
  • Adds rexml development dependency to allow rubycritic running

3.0.2

Added

  • Adds script and docker to facilitate development environment setup
  • Adds support for ruby 3.

3.0.1

Added

  • Update dependency to fix possible vulnerability.

3.0.0

Changed

  • 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

2.2.0

Changed

  • Checks response body only if a body_match is defined

2.1.0

Added

  • Custom implementation of Check#uri_info to provide webservices connectivity info

2.0.0

Changed

  • Changed the default for open_timeout from 60s to 3s
  • Changed the default for read_timeout from 60s to 5s