This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
Releases: Webador/SlmQueueDoctrine
Releases · Webador/SlmQueueDoctrine
Tag 0.6.1
Tag 0.6.0
v0.5.0
v0.4.1
First bugfix of the v0.4 series
- Make sure the composer.json loads SlmQueue stable v0.4 and not a beta release
0.4.0
0.4.0-beta3
- [BC] Due to changes in SlmQueue (changelog) existing jobs won't be able to be executed correctly.
0.4.0-beta2
- Upgrade minimum dependency to SlmQueue 0.4.0-beta2
0.4.0-beta1
- [BC] SlmQueueDoctrine has been upgraded to SlmQueue 0.4. This feature includes a new, flexible and modular event system.
0.3.0
0.3.0-beta1
First release of SlmQueueDoctrine which bring it on par with its parent SlmQueue 0.3.0-beta1
Comes with unittests, bug fixes and general happiness but please be aware of the following, if you are upgrading from an earlier version...
- Existing jobs are not compatible (Job content is now serialized). Make sure you empty the queue before upgrading.
- It is suggested that you recreate the table from data/queue_default.sql as the schema changed in minor ways.
- The ability to configure the queue defaults has been removed. Any queue specific configuration now goes into the queues configuration of slm_queue.local.php