Skip to content

Releases: microfleet/transport-amqp

v1.0.2

15 Jan 17:56
Compare
Choose a tag to compare

<a name"1.0.2">

1.0.2 (2016-01-15)

Bug Fixes

  • use /bin/sh so that alpine-docker can build it (7a9e872b)

v1.0.1

15 Jan 16:36
Compare
Choose a tag to compare

<a name"1.0.1">

1.0.1 (2016-01-15)

Bug Fixes

  • temp postinstall script for amqp-coffee#0.1.27 from git (4c0f8b4f)

v1.0.0

15 Jan 15:15
Compare
Choose a tag to compare

<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

  1. createQueue correctly returns { queue, consumer, options } object. previously channel is now properly
    called queue

  2. consumer, publisher, exchange and queue now also have promisified interfaces

  3. adds 'ready' event listener after first successful attempt to establish a consumer

    (5420c51e)