Skip to content

v1.1.0

Latest

Choose a tag to compare

@jimlambie jimlambie released this 27 Oct 15:16
· 4 commits to master since this release

1.1.0 (2017-10-27)

Features

  • send objects to the queue (cd6cc2c)

With queue-wrapper v1.1.0 and Queue v2.1.0 you can now send objects to a queue instead of just strings. send(message, callback) becomes send(address, object, callback) and is backwards compatible. Any object sent via this method will be serialized if applicable, and then base64 encoded. Queue v2.1.0 is required to unpack these messages.