Releases: arempe93/bunny-mock
Releases · arempe93/bunny-mock
v1.4.0
- Adds support for JRuby
- Fixes topic exchange wildcard implementation
- Changes to
Queue#pop
api
This release includes a deprecation! Please read the UPGRADING documentation
CHANGELOG
v1.3.0
This release adds basic_publish
and confirm_select
to BunnyMock::Channel
for increased parity with Bunny
CHANGELOG
v1.2.2
This release adds more status methods to BunnyMock::Session
for parity with Bunny
CHANGELOG
v1.2.1
This release is a fix for mutating routing keys in topic exchanges
CHANGELOG
v1.2.0
This version adds #with_channel
, renames a helper in BunnyMock::Exchange
(with an alias to the old one), and uses Bunny
exceptions instead of BunnyMock
exceptions.
v1.1.0
This release allows checking if exchanges or queues were created and fixes some faulty logic in finding exchanges
First Stable Release
This version supports basic functionality of Bunny usage, including binding, routing, and publishing.