You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 1.0.7
* #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
* #38 - Correct race conditions in queueFsm and exchangeFsm causing errors during reconnection
* #37 - Add ability to capture Rabbit generated queue names
* #36 - Make options optional for addExchange and addQueue
* #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 - #26 - fixed a bug preventing `bindQueue` from working on unique queues
* Bug Fix - #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 (#11)
* Add section to README about logging configuration