CHANGELOG.md in logstash-input-rabbitmq-4.1.0 vs CHANGELOG.md in logstash-input-rabbitmq-5.0.0
- old
+ new
@@ -1,8 +1,8 @@
-## 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
+## 5.0.0
+ - Update the plugin to the version 2.0 of the plugin api, this change is required for Logstash 5.0 compatibility. See https://github.com/elastic/logstash/issues/5141
+# 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'.