Releases: microfleet/transport-amqp
Releases · microfleet/transport-amqp
v1.0.2
v1.0.1
v1.0.0
<a name"1.0.0">
1.0.0 (2016-01-15)
Bug Fixes
- remove unused bunyan from peerDependencies (bc72ecbb)
- this.log.error -> this.log, prevents crash (b432515d)
- emit queue ready in the next tick out of the promise (4c3ddbef)
Features
- add 'basic.cancel' notification support (2cfe0370)
- send and publish methods accept dynamic exchange (a22d2b71)
- add error handler on a created consumer (4e7b8452)
Breaking Changes
-
createQueue
correctly returns { queue, consumer, options } object. previouslychannel
is now properly
calledqueue
-
consumer, publisher, exchange and queue now also have promisified interfaces
-
adds 'ready' event listener after first successful attempt to establish a consumer
(5420c51e)