Skip to content

Releases: arempe93/bunny-mock

v1.5.0

17 Jun 14:43
Compare
Choose a tag to compare
  • #20: Adds implementation of Queue#subscribe - @baelter

CHANGELOG

v1.4.0

27 May 15:32
Compare
Choose a tag to compare
  • 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

13 May 13:55
Compare
Choose a tag to compare

This release adds basic_publish and confirm_select to BunnyMock::Channel for increased parity with Bunny

CHANGELOG

v1.2.2

28 Mar 21:48
Compare
Choose a tag to compare

This release adds more status methods to BunnyMock::Session for parity with Bunny

CHANGELOG

v1.2.1

09 Mar 19:12
Compare
Choose a tag to compare

This release is a fix for mutating routing keys in topic exchanges

CHANGELOG

v1.2.0

23 Feb 15:55
Compare
Choose a tag to compare

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

02 Jan 06:36
Compare
Choose a tag to compare

This release allows checking if exchanges or queues were created and fixes some faulty logic in finding exchanges

First Stable Release

31 Dec 00:15
Compare
Choose a tag to compare

This version supports basic functionality of Bunny usage, including binding, routing, and publishing.