Releases: valtech-sd/amqp-cacoon
Releases · valtech-sd/amqp-cacoon
v3.2.0
3.2.0 (2022-09-21)
Features
- logger: Update logger to support loggers other than log4js (75a367a)
v3.1.0
3.1.0 (2022-03-25)
Features
- Update readme to include a comment about virtual host (d45e492)
v3.0.3
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
3.0.2 (2021-08-26)
Bug Fixes
- node-amqp-connection-manager: forces back a dependency that has a bug. (c298cc4)
v3.0.1
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
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
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
1.1.3 (2020-05-19)
Bug Fixes
- pencil: Fix ack all buck in batch consume (8ccd6c9)
v1.1.2
1.1.2 (2020-05-18)
Bug Fixes
- pencil: Optimize ack and nack in batch consume (5300ad4)
v1.1.1
1.1.1 (2020-05-14)
Bug Fixes
- pencil: Fix bug with ackAll/nackAll in batch consume (de457f4)