CHANGELOG.md in logstash-input-rabbitmq-3.2.0 vs CHANGELOG.md in logstash-input-rabbitmq-3.3.0
- old
+ new
@@ -1,4 +1,9 @@
+## 3.3.0
+ - Fix a regression in 3.2.0 that reinstated behavior that duplicated consumers
+ - Always declare exchanges used, the exchange now need not exist before LS starts
+ - Allow a precise specification of the exchange type
+
## 3.2.0
- The properties and headers of the messages are now saved in the [@metadata][rabbitmq_headers] and [@metadata][rabbitmq_properties] fields.
- Logstash now shuts down if the server sends a basic.cancel method.
- Reinstating the overview documentation that was lost in 3.0.0 and updating it to be clearer.
- Internal: Various spec improvements that decrease flakiness and eliminate the queue littering of the integration test RabbitMQ instance.