CHANGELOG.md in logstash-input-rabbitmq-4.0.0 vs CHANGELOG.md in logstash-input-rabbitmq-4.0.1
- old
+ new
@@ -1,4 +1,6 @@
+# 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'.