Skip to content

Releases: jwalton/node-amqp-connection-manager

v5.0.0

29 Sep 15:17

Choose a tag to compare

BREAKING CHANGE: We no longer test on node <= 20 (but this may continue to work on older node versions).

Full Changelog: v4.1.15...v5.0.0

v4.1.15

29 Sep 15:05
v4.1.15
cd42478

Choose a tag to compare

  • ci: Install docker-compose.
  • fix: Fix types to work with latest amqplib.

Full Changelog: v4.1.14...v4.1.15

v4.1.14

27 Jul 15:18

Choose a tag to compare

4.1.14 (2023-07-27)

Bug Fixes

  • added type build step (0cc9859)
  • export types in separate directory (5d6cdbf)

v4.1.13

02 May 13:38

Choose a tag to compare

4.1.13 (2023-05-02)

Bug Fixes

  • types: move types condition to the front (a1eb206)

v4.1.12

03 Apr 12:33

Choose a tag to compare

4.1.12 (2023-04-03)

Bug Fixes

v4.1.11

24 Feb 17:24

Choose a tag to compare

4.1.11 (2023-02-24)

Bug Fixes

  • Add unbindQueue to ChannelWrapper. (55ce8d3)

v4.1.10

31 Dec 23:32

Choose a tag to compare

4.1.10 (2022-12-31)

Bug Fixes

  • exporting ChannelWrapper as a type without it getting emitted as metadata (a6f7b5c)

v4.1.9

24 Oct 19:31

Choose a tag to compare

4.1.9 (2022-10-24)

Bug Fixes

  • Fail immediately for a bad password on latest amqplib. (412ed92)

v4.1.8

24 Oct 13:45

Choose a tag to compare

4.1.8 (2022-10-24)

Bug Fixes

  • error thrown when queue deleted in amqplib 0.10.0 (60700ee), closes #301

v4.1.7

30 Sep 13:15

Choose a tag to compare

4.1.7 (2022-09-30)

Bug Fixes

  • consumer registered twice during setup (1ca216a), closes #297