Skip to content

Releases: valtech-sd/amqp-cacoon

v3.2.0

21 Sep 19:01
75a367a
Compare
Choose a tag to compare

3.2.0 (2022-09-21)

Features

  • logger: Update logger to support loggers other than log4js (75a367a)

v3.1.0

25 Mar 20:48
561a55d
Compare
Choose a tag to compare

3.1.0 (2022-03-25)

Features

  • Update readme to include a comment about virtual host (d45e492)

v3.0.3

26 Aug 19:07
6c729b6
Compare
Choose a tag to compare

3.0.3 (2021-08-26)

Bug Fixes

  • node-amqp-connection-manager: pins dependency to 3.5.0 which has a bug fix for connectionOptions. (6c729b6)

v3.0.2

26 Aug 05:01
Compare
Choose a tag to compare

3.0.2 (2021-08-26)

Bug Fixes

  • node-amqp-connection-manager: forces back a dependency that has a bug. (c298cc4)

v3.0.1

26 Aug 02:54
d463710
Compare
Choose a tag to compare

3.0.1 (2021-08-26)

Bug Fixes

  • bug-fix: Fixes an issue where CONNECT and DISCONNECT events would not actually pass the event data into the handlers. (d463710)

v3.0.0

24 Aug 18:50
2ccdee2
Compare
Choose a tag to compare

3.0.0 (2021-08-24)

  • Updated AMQP Cacoon - Major Release (2ccdee2)

BREAKING CHANGES

  • All packages are updated + the RMQ docker has been removed.

v2.0.0

21 Oct 17:56
d49c9c8
Compare
Choose a tag to compare

2.0.0 (2020-10-21)

  • Update Cacoon to use ConfirmChannel (be8104e)

Bug Fixes

  • license: update licensing docs (eb1dad6)

BREAKING CHANGES

  • Usage of amqpLib has for the most part been removed.
    Function signatures have been updated to reflect the new dependency on
    node-amqp-connection-manager.

v1.1.3

19 May 19:34
161b305
Compare
Choose a tag to compare

1.1.3 (2020-05-19)

Bug Fixes

  • pencil: Fix ack all buck in batch consume (8ccd6c9)

v1.1.2

18 May 15:58
d82bba0
Compare
Choose a tag to compare

1.1.2 (2020-05-18)

Bug Fixes

  • pencil: Optimize ack and nack in batch consume (5300ad4)

v1.1.1

14 May 18:59
592ede1
Compare
Choose a tag to compare

1.1.1 (2020-05-14)

Bug Fixes

  • pencil: Fix bug with ackAll/nackAll in batch consume (de457f4)