Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

41 lines (28 loc) · 1.62 KB

3.4.1

  • Fixes (Errno::ENOENT) No such file or directory error #43

3.4.0

  • Add encoding option to select the encoding of Avro payload, could be binary or base64 #39

3.3.1

  • Pin avro gem to 1.10.x, as 1.11+ requires ruby 2.6+ #37

3.3.0

  • Add ECS support. Add target option and event.original #36

3.2.4

  • [DOC] Add clarifications on partial deserialization #35

3.2.3

  • Update gemspec summary

3.2.2

  • Fix some documentation issues

3.2.0

  • Fixed an issue with the encoding that prevented certain fields from being serialized in a way compatible with the Kafka plugins

3.1.0

  • Introduce tag_on_failure option to tag events with _avroparsefailure instead of throwing an exception when decoding

3.0.0

  • breaking: Update to new Event API

2.0.4

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

2.0.3

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

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