Skip to content

Latest commit

 

History

History
70 lines (55 loc) · 2.69 KB

CHANGELOG.md

File metadata and controls

70 lines (55 loc) · 2.69 KB

Change Log

This project adheres to Semantic Versioning.

This CHANGELOG follows this format.

3.0.0 - 2018-11-24

Breaking Changes

  • Remove support for Ruby < 2.3 per the Sensu Plugins policy.
  • Update sensu-plugins to ~> 2.7. Many breaking changes, see:

Security

Changed

  • 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

Fixed

  • use rest-client 2 to fix issue with OpenSSL 1.1.0 (@ushis)

2.0.0 - 2017-05-30

Breaking Changes

  • removed ruby 1.9x support

Changed

  • updated authors, email, homepage in .gemspec
  • misc repo cleanup

1.0.1 - 2017-05-29

Changed

  • just fixing the ruby api key in .travis.yml for rubygems

1.0.0 - 2017-05-29

Added

  • Support for custom message erb templates

0.2.0 - 2016-03-23

Added

  • Emojis!
  • The json_config command line option, which lets you specify custom configs for different handlers.
  • the bot_token and error_file_location settings can also be specified directly in the event data.

Fixed

  • Correctly escape HTML entities, so that the TG API doesn't barf at invalid HTML.

0.1.1 - 2016-03-18

Changed

  • Depend on sensu-plugin ~> 1.1 instead of ~> 1.2.

0.1.0 - 2016-03-18

Added

  • Initial release