Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

32 lines (25 loc) · 1.14 KB

3.0.3

  • Fix some documentation issues

3.0.1

  • Docs: Fixed asciidoc formatting problem so info about supported dictionary file types renders

3.0.0

  • Breaking: Updated plugin to use new Java Event APIs

2.1.4

  • Fix threadsafety issues by adding in a read/write lock

2.1.3

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

2.1.2

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

2.1.1

  • Add more descriptive message with the dictionary could not be loaded, also include test for it.

2.1.0

  • Added other formats, a part from YAML, to be used when loading dictionaries from files in this plugin. Current supported formats are YAML, JSON and CSV.

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

0.1.10

  • fix failing test due to a missing encoding: utf8 magic header