Skip to content

v0.13.0

Compare
Choose a tag to compare
@nsweeting nsweeting released this 11 Mar 21:50
· 59 commits to master since this release
021b7e4

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.