- Docs: Set the default_codec doc attribute.
_ Use shared concurrency / multiple channels for performance
- Update gemspec summary
- Docs: Fix broken link
- Fix some documentation issues
- Require v5.0.0 of rabbitmq-connection_mixin which obsoletes some deprecated options
- Support per-message properties
- Require v4.3.0 of rabbitmq-connection_mixin which bumps the major version of the java rabbitmq lib
- Bump rabbitmq connection to fix LongString type usage
- Fix broken tests due to latest logstash-output-rabbitmq_connection
- Depend on latest RMQ connection which retries on connection exception
- Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
- Depend on latest RMQ connection with TLS improvements
- 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
- 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
- Bump rabbitmq_connection version to use newer march hare gem and fix perms issues
- Set codec to JSON if none specified to recreate old behavior
- Fix broken registration of plugin
- Bump dependency on logstash-mixin-rabbitmq_connection
- 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
- 2.0.0
- Massive refactor
- Implement Logstash 2.x stop behavior
- Depend on rabbitmq_connection mixin for most connection functionality
- 1.1.2
- Bump march_hare to 2.12.0 to fix jar file permissions
- 1.1.1
- Fix nasty bug that caused connection duplication on conn recovery
- 1.1.0
- Many internal refactors
- Bump march hare version to 2.11.0
- 1.0.1
- Fix connection leakage/failure to reconnect on disconnect