Skip to content

Releases: jwalton/node-amqp-connection-manager

v4.1.4

05 Aug 18:04
Compare
Choose a tag to compare

4.1.4 (2022-08-05)

Bug Fixes

v4.1.3

04 May 07:28
Compare
Choose a tag to compare

4.1.3 (2022-05-04)

Bug Fixes

  • accept 0 for heartbeatIntervalInSeconds (208af68)

v4.1.2

13 Apr 15:22
Compare
Choose a tag to compare

4.1.2 (2022-04-13)

Bug Fixes

  • types: Export PublishOptions type. (6d20252)

v4.1.1

05 Feb 19:22
Compare
Choose a tag to compare

4.1.1 (2022-02-05)

Bug Fixes

  • process unable to exit after connect (8d572b1)

v4.1.0

01 Feb 19:24
Compare
Choose a tag to compare

4.1.0 (2022-02-01)

Features

  • cancel specific consumer (5f3b2eb)

v4.0.1

21 Jan 00:20
Compare
Choose a tag to compare

4.0.1 (2022-01-21)

Bug Fixes

  • accept type of amqplib.credentials.external() (1db3b2d)

v4.0.0

07 Jan 18:34
Compare
Choose a tag to compare

4.0.0 (2022-01-07)

Bug Fixes

  • Emit connectFailed on connection failure. (0f05987), closes #222

Continuous Integration

  • Stop testing on node 10 and 12. (5da9cb0)

BREAKING CHANGES

  • No longer running unit tests on node 10 and 12, although this package may continue to work on these.
  • We will no longer emit a disconnect event on an
    initial connection failure - instead we now emit connectFailed on each
    connection failure, and only emit disconnect when we transition from
    connected to disconnected.

v3.9.0

04 Jan 13:06
Compare
Choose a tag to compare

3.9.0 (2022-01-04)

Features

  • proxying every exchange function of amqplib (bca347c)

v3.8.1

29 Dec 08:18
Compare
Choose a tag to compare

3.8.1 (2021-12-29)

Bug Fixes

v3.8.0

29 Dec 06:42
Compare
Choose a tag to compare

3.8.0 (2021-12-29)

Features