All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- explicitly close channel once all messages were published
- add emit calls
- update dependencies version
- update dependencies version
- update dependencies version
- allow more args during processor instantiation with spread operator <...>
- adopt standard code style
- broker.publish accept array of messages
- change BaseProcessor.run signature (add channel and queueName args)
- don't requeue message on error, must be managed during processor.run
- update README
- start using changelog
- use es6 syntax
- use es6 Promise instead of
bluebird
- update copyright
- update
@rduk/configuration
to latest version (2.1.1) - update
@rduk/provider
to latest version (3.0.1)