CHANGELOG.md in logstash-input-rabbitmq-4.0.1 vs CHANGELOG.md in logstash-input-rabbitmq-4.1.0
- old
+ new
@@ -1,6 +1,8 @@
-# 4.0.1
- - Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
+## 4.1.0
+ - Depend on new mixin with fixed TLS options
+## 4.0.1
+ - Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
## 4.0.0
- Ensure the consumer is done processing messages before closing channel. Fixes shutdown errors.
- Use an internal queue + separate thread to accelerate processing
- Disable metadata insertion by default, this slows things down majorly
- Make exchange_type an optional config option with using 'exchange'.