Skip to content

Releases: nsweeting/rabbit

v0.21.0

12 Dec 22:17
1ce0a4f

Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.21.0

v0.20.0

28 Nov 16:28
0a179ae

Choose a tag to compare

What's Changed

Full Changelog: v0.18.0...v0.20.0

v0.18.0

29 Sep 02:46

Choose a tag to compare

What's Changed

Full Changelog: v0.17...v0.18.0

v0.16

21 Oct 20:40

Choose a tag to compare

What's Changed

Full Changelog: v0.15...v0.16

v0.15

22 Sep 14:23

Choose a tag to compare

v0.14

11 May 19:35
ea60d96

Choose a tag to compare

v0.13.0

11 Mar 21:50
021b7e4

Choose a tag to compare

This release includes breaking changes. Please ensure you are aware of theses changes before updating.

  • Removes support for Rabbit.Consumer.handle_setup/2
  • Removes support for Rabbit.ConsumerSupervisor.handle_setup/2
  • Removes support for Rabbit.Producer.handle_setup/1 where the first arg is the channel.
  • Adds Rabbit.Consumer.handle_setup/1 where the first arg is the state of the server. Previous args can now be accessed through this state.
  • Adds Rabbit.ConsumerSupervisor.handle_setup/1 where the first arg is the state of the server. Previous args can now be accessed through this state.
  • Updates Rabbit.Consumer.handle_setup/1 where the first arg is the state of the server. The channel can now be accessed through this state.

v0.12.0

12 Jan 13:38
89bf1ba

Choose a tag to compare

  • Add custom_meta option to consumers. The custom_meta is then made available in each Rabbit.Message handled by the consumer.

v0.11.0

11 Jan 22:05
24b4f8a

Choose a tag to compare

  • Rename Rabbit.Initializer to Rabbit.Topology

v0.10.0

20 Jul 21:23
49d3b2a

Choose a tag to compare

  • Update amqp to v1.5
  • Update accessory dependencies