Tags: amerryma/rabbot
Tags
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
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
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)
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