1.1.0 (2018-08-29)
RedisBackend
andRpcBackend
will no longer throw upon UUID collisionRedisBackend
now returnsPromise<string>
instead ofPromise<string | number>
AmqpBroker
now returns amqplibChannel
s to its resource pool if#publish
fails
- Add multiple message broker URI parsing to
createClient
- Complete documentation, including internal modules and functions
- Add
Client
andRedisBackend
integration tests - Add Vagrantfile to run tests
- Add test cases for
Packer
module - Add
PromiseQueue
internal container - Make all functions that return a
Promise
async