Skip to content

Version 2.1.0

Compare
Choose a tag to compare
@jimlambie jimlambie released this 27 Oct 15:21
· 49 commits to master since this release

Features

  • unpack encapsulated base64 message data (706544e)

With queue-wrapper v1.1.0 and Queue v2.1.0 you can now send objects to a queue instead of just strings. Objects sent to the queue via queue-wrapper v1.1.0 send(address, object, callback) method are serialized if applicable, and then base64 encoded. This version of Queue supports unpacking these messages, decoding them, and if application, turning them from serialized JSON back into objects.