Releases: jwalton/node-amqp-connection-manager
Releases · jwalton/node-amqp-connection-manager
v3.4.0
3.4.0 (2021-08-25)
Features
- Convert to typescript, add module exports. (5f442b1)
v3.3.0
3.3.0 (2021-08-24)
Bug Fixes
- emit setup errors not caused by closed channel (7c5fe10), closes #95
- setup on channel/connection closing/closed (b21bd01)
Features
- immediately reconnect on amqplib connect timeout (ad06108)
v3.2.4
3.2.4 (2021-08-23)
Bug Fixes
- connection close not awaited (8955fe7)
v3.2.3
3.2.3 (2021-08-21)
Bug Fixes
- fixed issue with publish ignoring 'drain' event (e195d9b), closes #129
v3.2.2
3.2.2 (2021-02-09)
Bug Fixes
- When messages are acked/nacked, make sure we remove the correct message from the sent messages queue. (c662026), closes #142
v3.2.1
3.2.1 (2020-09-12)
Bug Fixes
- Push never resolves if error occured (courtesy @SSANSH). (48a78f8)
- package: resolve hanging retry connection timeout by introducing cancelable timeout (e37dd1a)
v3.2.0
3.2.0 (2020-01-20)
Features
- add bindQueue and assertExchange on ChannelWrapper (879e522)
v3.1.1
3.1.1 (2020-01-06)
Bug Fixes
v3.1.0
3.1.0 (2019-12-06)
Features
- Allow using URL object to connect, same format as amqplib accepts. (f046680)
v3.0.0
3.0.0 (2019-07-04)
Continuous Integration
- Stop running tests for node 6 and node 8. (164b882)
BREAKING CHANGES
- Officially drop support for node 6 and node 8 (although they will probably still
work).