#Change Log This project adheres to Semantic Versioning.
This CHANGELOG follows the format listed at Keep A Changelog
1.0.2 2017-06-01
- sensu-plugins-supervisor.gemspec: update Gemspec and README as per issue sensu-plugins#15
1.0.1 2017-06-01
- check-supervisor-socket.rb: update XMLRPC::XMLParser::XMLStreamParser to XMLRPC::XMLParser::LibXMLStreamParser as per issue sensu-plugins#16
1.0.0 - 2016-11-07
- Support for Ruby 2.3.0
- Support for Ruby 1.9.3 & Ruby 2.0.0
- Bump mininum ruby version to 2.1
- check-supervisor.rb: Fixed wrong variable assignment, this fixes authentication failures when running check.
- check-supervisor.rb: Updated port short variable name to avoid collision with password variable (-p -> -P).
0.0.4 - 2016-08-17
- Updated sensu-plugin dependency from
= 1.2.0
to~> 1.2.0
- Now using built-in xmlrpc parser, removes dependecy on libxml-xmlrpc
- Failure connecting to supervisor now provides additional exception context
- check-supervisor.rb: added support for username and password via http
- check-supervisor.rb: added support for reporting multiple failed services per run
0.0.3 - 2015-07-14
- updated sensu-plugin gem to 1.2.0
0.0.2 - 2015-06-03
- added binstubs
- removed cruft from /lib
- initial release