Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

29 lines (23 loc) · 1.02 KB

4.0.2

  • Fix some documentation issues

4.0.0

  • internal: Upgrade event API dependency to support Logstash 2.4 & 5.x.
  • internal: Bump dependency to ftw library to fix compatibility problem.

3.0.2

  • Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash

3.0.1

  • New dependency requirements for logstash-core for the 5.0 release

3.0.0

  • The "mode" option's "server" value has been removed since server mode isn't supported (and never has been). This could potentially affect existing users who have had "mode => server" set but in reality have been using client mode all along.
  • The "url" option is now mandatory.

2.0.0

  • 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