Releases: jwalton/node-amqp-connection-manager
Releases · jwalton/node-amqp-connection-manager
v4.1.14
4.1.14 (2023-07-27)
Bug Fixes
- added type build step (0cc9859)
- export types in separate directory (5d6cdbf)
v4.1.13
4.1.13 (2023-05-02)
Bug Fixes
- types: move
types
condition to the front (a1eb206)
v4.1.11
4.1.11 (2023-02-24)
Bug Fixes
- Add unbindQueue to ChannelWrapper. (55ce8d3)
v4.1.10
4.1.10 (2022-12-31)
Bug Fixes
- exporting ChannelWrapper as a type without it getting emitted as metadata (a6f7b5c)
v4.1.9
4.1.9 (2022-10-24)
Bug Fixes
- Fail immediately for a bad password on latest amqplib. (412ed92)
v4.1.8
4.1.8 (2022-10-24)
Bug Fixes
- error thrown when queue deleted in amqplib 0.10.0 (60700ee), closes #301
v4.1.7
4.1.7 (2022-09-30)
Bug Fixes
- consumer registered twice during setup (1ca216a), closes #297
v4.1.6
4.1.6 (2022-08-11)
Bug Fixes
- Upgrade promise-breaker to 6.0.0 to fix typescript imports. (c9aff08), closes #234
v4.1.5
4.1.5 (2022-08-09)
Reverts
- Revert "fix: import of promise breaker" (aaeae1e)