Skip to content

Releases: nsweeting/rabbit

v0.5.0

01 Aug 16:00
Compare
Choose a tag to compare
  • Return error tuple on start_link instead of raise

v0.4.0

20 Jun 17:11
Compare
Choose a tag to compare
  • Add Rabbit.Initializer module for exchange, queue and binding setup work

v0.3.0

13 Jun 22:56
Compare
Choose a tag to compare
  • Removed all callbacks from Rabbit.Connection behaviour except init/2
  • Removed all callbacks from Rabbit.Producer behaviour except init/2

v0.2.2

07 Jun 17:38
Compare
Choose a tag to compare
  • Allow rabbit config to be done through app env

v0.2.1

06 Jun 14:29
Compare
Choose a tag to compare
  • Fixes credo error with strict evaluation

v0.2.0

05 Jun 15:40
Compare
Choose a tag to compare
  • Added Rabbit.ConsumerSupervisor to aid creating multiple consumers

v0.1.0

04 Jun 23:59
Compare
Choose a tag to compare
  • Initial release