- Change
secret_token
config type topassword
for better protection from leaks in debug logs #23
- Changed the transitive dependency
http_parser.rb
(ftw) version to~-> 0.6.0
as newer versions are published without the java support. - Fixed crashing when the request body payload is not a JSON object. #24
- Bump ftw dependency to 0.0.49, for compatibility with Logstash 7.x
- Require x-hub-signature header if secret_token defined
- Docs: Set the default_codec doc attribute.
- Improve malformed-input handling by using updated FTW
- Improve webserver crash recovery
- Properly support plugin stopping & reloading
- Update gemspec summary
- Fix some documentation issues
- Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
- breaking: Updated plugin to use new Java Event APIs
- Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
- New dependency requirements for logstash-core for the 5.0 release
- Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully, instead of using Thread.raise on the plugins' threads. Ref: elastic/logstash#3895
- Dependency on logstash-core update to 2.0