Releases: jwalton/node-amqp-connection-manager
Releases · jwalton/node-amqp-connection-manager
v2.3.3
2.3.3 (2019-06-25)
Bug Fixes
- package: update promise-breaker to version 5.0.0 (ed91042)
v2.3.2
2.3.2 (2019-05-21)
Bug Fixes
- Null delta to get semantic-release to pick up #65. Fix #84. (9737135)
v2.3.1
2.3.1 (2019-04-01)
Bug Fixes
- prevent too many connection attempts on error (2760ce5), closes #77
v2.3.0
2.3.0 (2018-11-20)
Features
- Add ChannelWrapper.ackAll() and ChannelWrapper.nackAll(). (0246695), closes #60
v2.2.0
2.2.0 (2018-09-25)
Features
- Set 'this' to be the channel wrapper in the setup function. (551200f)
v2.1.2
2.1.2 (2018-09-13)
Bug Fixes
- Export a default object from root module. (78893c9), closes #51
v2.1.1
2.1.1 (2018-09-05)
Bug Fixes
- Remove reconnection listener when closing the connection manager. (eeb6e2b)
v2.1.0
2.1.0 (2018-08-09)
Features
v2.0.0
2.0.0 (2018-05-05)
Code Refactoring
- Rewrite all source in javascript. (377d01d)
BREAKING CHANGES
- Officially dropping support for node v4.x.x.
v1.4.0
Add 'blocked' and 'unblocked' events (#25).