Next release
Add contribution here
v1.7.0
- #32: Implement reject functionality - @binaryberry
- #31: Add
generate_consumer_tag
toBunnyMock::Channel
- @Jakenberg - #23: Fix queue bind returning an array instead of self - @fugufish
v1.6.0
- #27: Allow
Session#create_channel
to accept additional args - @eebs - #20: Adds implementation of
ack
andnack
- @dwhenry
v1.5.0
v1.4.0
- #19: Adds support for JRuby with Bunny 1.7.0 - @TimothyMDean
- #16: Fixes wildcard implementation for topic exchanges - @arempe93
- #15: Changes to
Queue#pop
api to match Bunny - @arempe93
v1.3.0
- #12: Adds
basic_publish
functionality toChannel
- @podung - #13: Add
confirm_select
method stub - @baelter
v1.2.2
v1.2.1
- #5: Fixes
routing_key
being modified when delivering in a topic exchange - @austinmoore
v1.2.0
- Adds
with_channel
functionality toBunnyMock::Session
- Renames
BunnyMock::Exchange#has_binding?
toBunnyMock::Exchange#routes_to?
- Adds
Bunny
as a dependency to use its exceptions
v1.1.0
- Moves queue and exchange storage to
BunnyMock::Session
- Adds
queue_exists?
andexchange_exists?
methods toBunnyMock::Session
v1.0.0
First stable release!