Skip to content

Releases: uecode/qpush-bundle

v2.0.1

17 Dec 22:58
@k-k k-k
Compare
Choose a tag to compare
  • Fixes an issue where message events were not being dispatched correctly for Iron MQ queues
    • reverts a change that removed the qpush queue name from being sent with the message - this is required to dispatch events on the right channel
  • Adds additional testing to ensure that the qpush queue name is striped from messages before being dispatched

v1.4.1

02 Dec 00:03
@k-k k-k
Compare
Choose a tag to compare
  • Fixes a BC break in v1.4.0
  • Reverts the change in #54 to allow Iron MQ message events are dispatched correctly when received
  • Adds additional testing to ensure that the qpush queue name is striped from messages before being dispatched

v1.3.1

20 Feb 04:53
@k-k k-k
Compare
Choose a tag to compare
  • Adds a new synchronous provider to ease development (#52)
  • Fixes an oversight where Iron.io provider settings were not being properly passed (#51)
  • Fixed an issue when creating Topics in SNS on AWS Provider (#50)