Releases: nsweeting/rabbit
Releases · nsweeting/rabbit
v0.21.0
v0.20.0
v0.18.0
v0.16
What's Changed
- Updates worker to be under consumer by @nsweeting in #89
Full Changelog: v0.15...v0.16
v0.15
- Updates the
amqp
package to v3.0. Please note the changes from this upgrade here: https://github.com/pma/amqp/wiki/3.0-Release-Notes#breaking-changes-and-upgrade-guide
v0.14
- Updates the
amqp
package to v2.1. Please note the changes from this upgrade here: https://github.com/pma/amqp/wiki/2.0-Release-Notes#breaking-changes-and-upgrade-guide
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.