This project adheres to Semantic Versioning.
This CHANGELOG follows this format.
3.0.0 - 2018-11-24
- Remove support for Ruby < 2.3 per the Sensu Plugins policy.
- Update sensu-plugins to
~> 2.7
. Many breaking changes, see:
- Updated Rubocop to
~> 0.60.0
, which fixes CVE-2017-8418. - Updated Yard to
~> 0.9.11
, which fixes CVE-2017-17042.
- Relaxed the rest-client version, since it doesn't need to be so specific, and
gem build
was showing a warning. - Fixed cop violations
2.0.1 - 2017-07-29
- use rest-client 2 to fix issue with OpenSSL 1.1.0 (@ushis)
2.0.0 - 2017-05-30
- removed ruby 1.9x support
- updated authors, email, homepage in .gemspec
- misc repo cleanup
1.0.1 - 2017-05-29
- just fixing the ruby api key in .travis.yml for rubygems
1.0.0 - 2017-05-29
- Support for custom message erb templates
0.2.0 - 2016-03-23
- Emojis!
- The
json_config
command line option, which lets you specify custom configs for different handlers. - the
bot_token
anderror_file_location
settings can also be specified directly in the event data.
- Correctly escape HTML entities, so that the TG API doesn't barf at invalid HTML.
0.1.1 - 2016-03-18
- Depend on sensu-plugin ~> 1.1 instead of ~> 1.2.
- Initial release