Next release

Add contribution here

v1.7.0

v1.6.0

  • #27: Allow Session#create_channel to accept additional args - @eebs
  • #20: Adds implementation of ack and nack - @dwhenry

v1.5.0

  • #20: Adds implementation of Queue#subscribe - @baelter

v1.4.0

v1.3.0

  • #12: Adds basic_publish functionality to Channel - @podung
  • #13: Add confirm_select method stub - @baelter

v1.2.2

  • #6: Adds more status methods to Session - @syndbg

v1.2.1

  • #5: Fixes routing_key being modified when delivering in a topic exchange - @austinmoore

v1.2.0

  • Adds with_channel functionality to BunnyMock::Session
  • Renames BunnyMock::Exchange#has_binding? to BunnyMock::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? and exchange_exists? methods to BunnyMock::Session

v1.0.0

First stable release!