Releases: uecode/qpush-bundle
Releases · uecode/qpush-bundle
v3.0.2
v3.0.1
v3.0.0
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
v2.2.4
v2.2.3
v2.2.2
v2.2.1
v2.2.0
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()
- Adds new option for
- 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