Skip to content

Releases: jwalton/node-amqp-connection-manager

v3.4.0

25 Aug 01:23
Compare
Choose a tag to compare

3.4.0 (2021-08-25)

Features

  • Convert to typescript, add module exports. (5f442b1)

v3.3.0

24 Aug 17:17
Compare
Choose a tag to compare

3.3.0 (2021-08-24)

Bug Fixes

  • emit setup errors not caused by closed channel (7c5fe10), closes #95
  • setup on channel/connection closing/closed (b21bd01)

Features

  • immediately reconnect on amqplib connect timeout (ad06108)

v3.2.4

23 Aug 15:53
Compare
Choose a tag to compare

3.2.4 (2021-08-23)

Bug Fixes

  • connection close not awaited (8955fe7)

v3.2.3

21 Aug 15:40
Compare
Choose a tag to compare

3.2.3 (2021-08-21)

Bug Fixes

  • fixed issue with publish ignoring 'drain' event (e195d9b), closes #129

v3.2.2

09 Feb 10:13
Compare
Choose a tag to compare

3.2.2 (2021-02-09)

Bug Fixes

  • When messages are acked/nacked, make sure we remove the correct message from the sent messages queue. (c662026), closes #142

v3.2.1

12 Sep 14:30
Compare
Choose a tag to compare

3.2.1 (2020-09-12)

Bug Fixes

  • Push never resolves if error occured (courtesy @SSANSH). (48a78f8)
  • package: resolve hanging retry connection timeout by introducing cancelable timeout (e37dd1a)

v3.2.0

20 Jan 22:48
Compare
Choose a tag to compare

3.2.0 (2020-01-20)

Features

  • add bindQueue and assertExchange on ChannelWrapper (879e522)

v3.1.1

06 Jan 18:54
Compare
Choose a tag to compare

3.1.1 (2020-01-06)

Bug Fixes

v3.1.0

06 Dec 16:20
Compare
Choose a tag to compare

3.1.0 (2019-12-06)

Features

  • Allow using URL object to connect, same format as amqplib accepts. (f046680)

v3.0.0

04 Jul 13:29
Compare
Choose a tag to compare

3.0.0 (2019-07-04)

Continuous Integration

  • Stop running tests for node 6 and node 8. (164b882)

BREAKING CHANGES

  • Officially drop support for node 6 and node 8 (although they will probably still
    work).