Releases: uecode/qpush-bundle
Releases · uecode/qpush-bundle
v3.0.2
Compare
Sorry, something went wrong.
No results found
k-k
released this
13 Aug 17:03
Small fix for Symfony 4 (#140 )
v3.0.1
Compare
Sorry, something went wrong.
No results found
k-k
released this
02 Apr 20:57
Fixes symfonfy/config dependency to allow for symfony >4.0 (#138 )
v3.0.0
Compare
Sorry, something went wrong.
No results found
k-k
released this
28 Mar 22:55
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
Compare
Sorry, something went wrong.
No results found
k-k
released this
07 Jun 17:28
Now supports FIFO Queues for AWS SQS (#120 )
v2.2.4
Compare
Sorry, something went wrong.
No results found
k-k
released this
09 Aug 16:52
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
Compare
Sorry, something went wrong.
No results found
k-k
released this
09 Jul 03:07
Removes the deprecation warning when scalars in YAML starting with a % are not quoted (#106 )
v2.2.2
Compare
Sorry, something went wrong.
No results found
k-k
released this
30 Jun 21:33
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
Compare
Sorry, something went wrong.
No results found
k-k
released this
13 Jan 20:11
Improvement to FileProvider (#89 )
Documentation fixes
v2.2.0
Compare
Sorry, something went wrong.
No results found
k-k
released this
18 Dec 23:30
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
Compare
Sorry, something went wrong.
No results found
k-k
released this
23 Mar 22:53
Adds the ability to assign a custom service provider to a queue (#68 )
Allows receive_wait_time option on IronMQ queues (#58 )