Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

52 lines (39 loc) · 2.05 KB

5.0.0

  • Support for Kafka 0.10 which is not backward compatible with 0.9 broker.

4.0.0

  • Republish all the gems under jruby.
  • Update the plugin to the version 2.0 of the plugin api, this change is required for Logstash 5.0 compatibility. See elastic/logstash#5141
  • Support for Kafka 0.9 for LS 5.x

3.0.0.beta7

  • Fix Log4j warnings by setting up the logger

3.0.0.beta5 and 3.0.0.beta6

  • Internal: Use jar dependency
  • Fixed issue with snappy compression

3.0.0.beta3 and 3.0.0.beta4

  • Internal: Update gemspec dependency

3.0.0.beta2

  • internal: Use jar dependencies library instead of manually downloading jars
  • Fixes "java.lang.ClassNotFoundException: org.xerial.snappy.SnappyOutputStream" issue (#50)

3.0.0.beta2

  • Added SSL/TLS connection support to Kafka
  • Breaking: Changed default codec to plain instead of SSL. Json codec is really slow when used with inputs because inputs by default are single threaded. This makes it a bad first user experience. Plain codec is a much better default.

3.0.0.beta1

  • Refactor to use new Java based consumer, bypassing jruby-kafka
  • Breaking: Change configuration to match Kafka's configuration. This version is not backward compatible

2.0.7

  • Update to jruby-kafka 1.6 which includes Kafka 0.8.2.2 enabling LZ4 decompression.

2.0.6

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

2.0.5

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

2.0.4

  • Fix safe shutdown while plugin waits on Kafka for new events
  • Expose auto_commit_interval_ms to control offset commit frequency

2.0.3

  • Fix infinite loop when no new messages are found in Kafka

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