v0.13.0
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.