- Bump amqplib to ^0.8.0
- Fix rabbit.publishRpc returning void instead of RabbitMessage if replyTo was disabled. It now returns an empty RabbitMessage to keep return signature consistent.
- Update minimum supported version of mongoose to ^5.11 for builtin typescript definitions
- Replace request dependency with node-fetch
- Add onQueue method for listening to regular queues
- Make possible to set replyTo field for options to publishRpc
- Initial Release