Releases: nsweeting/rabbit
Releases · nsweeting/rabbit
v0.5.0
- Return error tuple on start_link instead of raise
v0.4.0
- Add
Rabbit.Initializer
module for exchange, queue and binding setup work
v0.3.0
- Removed all callbacks from
Rabbit.Connection
behaviour except init/2
- Removed all callbacks from
Rabbit.Producer
behaviour except init/2
v0.2.2
- Allow rabbit config to be done through app env
v0.2.1
- Fixes credo error with strict evaluation
v0.2.0
- Added
Rabbit.ConsumerSupervisor
to aid creating multiple consumers