Skip to content

Releases: dadi/queue-wrapper

Release list

v1.1.0

Choose a tag to compare

@jimlambie jimlambie released this 27 Oct 15:16

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

Choose a tag to compare

@jimlambie jimlambie released this 28 Aug 19:23

1.0.1 (2017-08-28)

Bug Fixes