Skip to content

Tags: amerryma/rabbot

Tags

v1.1.0

Version 1.1.0

v1.0.7

Version 1.0.7

 * arobson#50 - deleting queue after starting subscription causes channel error
 * bug fix - ensure correct SNI is used with SSL connections when using multiple endpoints
 * improvement - switch UUID lib to `uuid` since `node-uuid` is deprecated

v1.0.6

Version 1.0.6

 * arobson#38 - Correct race conditions in queueFsm and exchangeFsm causing errors during reconnection
 * arobson#37 - Add ability to capture Rabbit generated queue names
 * arobson#36 - Make options optional for addExchange and addQueue
 * arobson#19 - Add support for publishing arrays directly (as buffers)
 * Added Drone build
 * Update dependencies to latest
 * Defect - queues and exchanges with the same name shared channels causing serious problems
 * Improvement - add support for default exchange
 * Improvement - changed from jshint to eslint

v1.0.4

Version 1.0.4

 * Bug Fix - Publish no longer throws errors if made before calling addConnection or configure or if exchange does not exist

v1.0.3

Version 1.0.3

 * Bug Fix - arobson#26 - fixed a bug preventing `bindQueue` from working on unique queues
 * Bug Fix - arobson#22 - addConnection did not return a promise (thanks @mkozjak)
 * Enhancement - publishing a number as a body gets converted to a string (thanks @brandonpsmith)
 * Enhancement - routing keys can be changed on binding (thanks @droidenator)

v1.0.2

Version 1.0.2

Bug fix - corrected bug causing connection.unreachable event not to be prefixed with connection name correctly (thanks @Cyri-L)

v1.0.1

Version 1.0.1

 * Bug fix - uri parsing should not include leading slash between host specification and vhost (arobson#11)
 * Add section to README about logging configuration

v1.0.0

Version 1.0.0

Making it official.