Skip to content

Releases: uecode/qpush-bundle

v3.0.2

13 Aug 17:03
@k-k k-k
cf45402
Compare
Choose a tag to compare
  • Small fix for Symfony 4 (#140)

v3.0.1

02 Apr 20:57
@k-k k-k
14f1619
Compare
Choose a tag to compare
  • Fixes symfonfy/config dependency to allow for symfony >4.0 (#138)

v3.0.0

28 Mar 22:55
@k-k k-k
533a0fc
Compare
Choose a tag to compare

This release drops support for PHP 5.4 and 5.5. If you are still on one of those versions, you should continue to use v2.3.0.

  • Adds in the ability to use a database as a queue through the use of Doctrine (#110)
  • Fixes an issue where the Receive command would error if no messages were returned from the Sync provider (#127)
  • Allows the Request Listener's priority to be configured (#129)
  • Adds support for Symfony 4.0 (#137)
  • Tests in travis now target Maintained versions of Symfony

v2.3.0

07 Jun 17:28
@k-k k-k
Compare
Choose a tag to compare
  • Now supports FIFO Queues for AWS SQS (#120)

v2.2.4

09 Aug 16:52
@k-k k-k
Compare
Choose a tag to compare
  • Switches to standard Monolog logger instead of the MonologBridge (#107)
  • Replaces the deprecated Dialog helper with Question helper for the Destroy Command (#109)

v2.2.3

09 Jul 03:07
@k-k k-k
Compare
Choose a tag to compare
  • Removes the deprecation warning when scalars in YAML starting with a % are not quoted (#106)

v2.2.2

30 Jun 21:33
@k-k k-k
Compare
Choose a tag to compare
  • Fixes the cleanUp method on FileProvider to remove correct messages #94
  • Updates IronMQ provider for API compatibility #92
  • Fixes SNS subscription confirmations on custom queue names #105

v2.2.1

13 Jan 20:11
@k-k k-k
Compare
Choose a tag to compare
  • Improvement to FileProvider (#89)
  • Documentation fixes

v2.2.0

18 Dec 23:30
@k-k k-k
Compare
Choose a tag to compare

Updates release provides support for Symfony 3.0, Iron MQ v3 (using v4 of the client library), AWS SDK v3 and more.

  • Added support for AWS SDK v3 (#81)
    • Supports backward compatibility for AWS SDK v2
  • Added support for Iron MQ v3 (#83)
    • Adds new option for rate_limit
    • Adds support for unicast push type on queues
    • Adds new method for get info on a queue - queueInfo()
  • Add support of Symfony 3.0 (#85)
  • Revamps Travis CI integration and adds builds for PHP 7 (#86)
  • Fixes topicExists() for the SNS Provider (#63)
    • Gives better error handling and allows using existing topics in SNS

v2.1.0

23 Mar 22:53
@k-k k-k
Compare
Choose a tag to compare
  • Adds the ability to assign a custom service provider to a queue (#68)
  • Allows receive_wait_time option on IronMQ queues (#58)