Next release
Add contribution here
v1.7.0
- #32: Implement reject functionality - @binaryberry
- #31: Add
generate_consumer_tagtoBunnyMock::Channel- @Jakenberg - #23: Fix queue bind returning an array instead of self - @fugufish
v1.6.0
- #27: Allow
Session#create_channelto accept additional args - @eebs - #20: Adds implementation of
ackandnack- @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#popapi to match Bunny - @arempe93
v1.3.0
- #12: Adds
basic_publishfunctionality toChannel- @podung - #13: Add
confirm_selectmethod stub - @baelter
v1.2.2
v1.2.1
- #5: Fixes
routing_keybeing modified when delivering in a topic exchange - @austinmoore
v1.2.0
- Adds
with_channelfunctionality toBunnyMock::Session - Renames
BunnyMock::Exchange#has_binding?toBunnyMock::Exchange#routes_to? - Adds
Bunnyas 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!