- Add 'refresh_behaviour' to either 'merge' or 'replace' during a refresh #57
- Update gemspec summary
- Fix some documentation issues
- Docs: Fixed asciidoc formatting problem so info about supported dictionary file types renders
- Breaking: Updated plugin to use new Java Event APIs
- Fix threadsafety issues by adding in a read/write lock
- 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
- Add more descriptive message with the dictionary could not be loaded, also include test for it.
- 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.
- 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
- fix failing test due to a missing encoding: utf8 magic header