Skip to content

v3.0.0

Compare
Choose a tag to compare
@k-k k-k released this 28 Mar 22:55
· 5 commits to master since this release
533a0fc

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