Skip to content

Releases: jwalton/node-amqp-connection-manager

v3.7.0

21 Sep 13:55
Compare
Choose a tag to compare

3.7.0 (2021-09-21)

Bug Fixes

  • AmqpConnectionManager: IAmqpConnectionManager interface definition (dedec7e)

Features

  • add default publish timeout (6826be2)
  • expose AmqpConnectionManagerClass (835a81f)
  • timeout option for publish (dee380d)

v3.6.0

27 Aug 14:56
Compare
Choose a tag to compare

3.6.0 (2021-08-27)

Features

  • reconnect and cancelAll consumers (fb0c00b)

v3.5.2

26 Aug 16:20
Compare
Choose a tag to compare

3.5.2 (2021-08-26)

Bug Fixes

  • Fix handling of resending messages during a disconnect. (e1457a5), closes #152

Performance Improvements

  • Send messages to underlying channel in synchronous batches. (b866ef2)

v3.5.1

26 Aug 14:16
Compare
Choose a tag to compare

3.5.1 (2021-08-26)

Bug Fixes

  • types: Make private things private. (8b1338b)

v3.5.0

26 Aug 12:12
Compare
Choose a tag to compare

3.5.0 (2021-08-26)

Features

Bug Fixes

  • Fix for passing connectOptions down to amqplib (12fe961)

v3.4.5

26 Aug 12:07
Compare
Choose a tag to compare

3.4.5 (2021-08-26)

Performance Improvements

  • resolve sent messages immediately (2349da2)

v3.4.4

26 Aug 01:09
Compare
Choose a tag to compare

3.4.4 (2021-08-26)

Bug Fixes

  • types: Allow passing object to connect() in addition to strings. (516fd9f)

v3.4.3

25 Aug 14:54
Compare
Choose a tag to compare

3.4.3 (2021-08-25)

Bug Fixes

  • types: 'options' should be optional in connect(). (4619149)
  • Fix bluebird warning. (cb2f124), closes #171

v3.4.2

25 Aug 03:40
Compare
Choose a tag to compare

3.4.2 (2021-08-25)

Bug Fixes

  • types: Minor type fixes. (6865613)

v3.4.1

25 Aug 01:29
Compare
Choose a tag to compare

3.4.1 (2021-08-25)

Bug Fixes

  • Only send disconnect event on first error. (efde3b9), closes #145