Skip to content

Releases: dadi/queue-wrapper

v1.1.0

27 Oct 15:16
Compare
Choose a tag to compare

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.

v1.0.1

28 Aug 19:23
Compare
Choose a tag to compare

1.0.1 (2017-08-28)

Bug Fixes