Current section

Files

Jump to
broadway_rabbitmq CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.3.0 (2019-06-06)
* Allow overriding `:buffer_size` and `:buffer_keep`
* Make `:buffer_size` required if `:prefetch_count` is set to `0`
* Allow passing RabbitMQ connection options via an AMQP URI
## v0.2.0 (2019-05-09)
* New option `:metadata` that allows users to select which metadata should be retrieved
and appended to the message struct
* New option `:requeue` that allows users to define a strategy for requeuing failed messages
## v0.1.0 (2019-04-09)
* Initial release