#Change Log This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) ## [Unreleased] ## [0.4.0] - 2016-04-26 ### Changed - Rename http-json-graphite -> metrics-json-graphite ## [0.3.0] - 2016-04-08 ### Added - Add `metrics-http-json-deep` plugin that generates metrics from a JSON endpoint - Support POST requests in `check-http.rb` - Support comma+space-separated headers in `check-http.rb` - Add a Test Kitchen config and BATS tests for CI - `metrics-curl` now returns the http_code from the request - `metrics-curl` will now exit with a warning if the curl call returns non zero - Add Ruby 2.3 to travis tests - Add usage examples for `check-http` ### Fixed - Fix Ruby 2.3 deprecation warning on use of timeout (#35) ### Changed - Update to rubocop 0.37 and resolve issues ### Removed - Remove Ruby 2.0 from travis tests ## [0.2.1] - 2015-12-14 ### Added - Added validation check for proxy url option in check-http.rb ### Fixed - Fixed SSL verification error raised erroneously when using -e flag with check-http.rb ## [0.2.0]- 2015-11-17 ### Fixed - check-http.rb will no longer fail if the plugin timeout is longer than the net/http default timeout - check-http-json.rb will no longer fail when comparing strings ### Changed - updated Rubocop to `0.32.1` - put deps in alpha order - update documentation links ### Added - Added a check for last modified time in HTTP headers - POST mode for check-http-json.rb - Output a message when check-https-cert.rb cannot establish a connection - insecure option for check-https-cert.rb to skip SSL cert check ## [0.1.1] - 2015-07-14 ### Changed - updated sensu-plugin gem to 1.2.0 ## [0.1.0] - 2015-06-18 - A new non-breaking feature - the ability to print the whole response from the http call done in the check-http.rb check to the sensu alert. This can be done by specifying the ```-w``` or ```--whole-response``` parameters. - Gitignore was updated with more files from Intellij IDEA ## [0.0.2] - 2015-06-03 - Fix the build ## 0.0.1 - 2015-05-21 ### Added - Initial release [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-http/compare/0.4.0...HEAD [0.4.0]: https://github.com/sensu-plugins/sensu-plugins-http/compare/0.3.0...0.4.0 [0.3.0]: https://github.com/sensu-plugins/sensu-plugins-http/compare/0.2.1...0.3.0 [0.2.1]: https://github.com/sensu-plugins/sensu-plugins-http/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/sensu-plugins/sensu-plugins-http/compare/0.1.1...0.2.0 [0.1.1]: https://github.com/sensu-plugins/sensu-plugins-http/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/sensu-plugins/sensu-plugins-http/compare/0.0.2...0.1.0 [0.0.2]: https://github.com/sensu-plugins/sensu-plugins-http/compare/0.0.1...0.0.2