Releases: jwalton/node-amqp-connection-manager
Releases · jwalton/node-amqp-connection-manager
v4.1.4
v4.1.3
v4.1.2
v4.1.1
v4.1.0
v4.0.1
v4.0.0
4.0.0 (2022-01-07)
Bug Fixes
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 emitconnectFailed
on each
connection failure, and only emitdisconnect
when we transition from
connected to disconnected.