Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Releases: Webador/SlmQueueDoctrine

Tag 0.6.1

23 Jun 11:36
Compare
Choose a tag to compare
  • Fixes an issue with timezones
  • Adds support for microtimes

Tag 0.6.0

23 Jun 09:29
Compare
Choose a tag to compare

[BC] Synchronize with SlmQueue release 0.6.0 which adds compatibility with PHP7, zend-servicemanager 3 and zend-eventmanager 3

v0.5.0

17 Dec 09:35
0.5.0
Compare
Choose a tag to compare
  • [BC] Minimum dependency has been raised to PHP 5.5
  • Project has been migrated to PSR-4

v0.4.1

22 Oct 07:59
Compare
Choose a tag to compare

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

14 Oct 10:42
0.4.0
Compare
Choose a tag to compare
  • First stable release in 0.4.x branch

0.4.0-beta3

09 Oct 10:59
0.4.0-beta3
Compare
Choose a tag to compare
0.4.0-beta3 Pre-release
Pre-release
  • [BC] Due to changes in SlmQueue (changelog) existing jobs won't be able to be executed correctly.

0.4.0-beta2

07 Oct 09:09
0.4.0-beta2
Compare
Choose a tag to compare
0.4.0-beta2 Pre-release
Pre-release
  • Upgrade minimum dependency to SlmQueue 0.4.0-beta2

0.4.0-beta1

03 Oct 07:28
0.4.0-beta1
Compare
Choose a tag to compare
0.4.0-beta1 Pre-release
Pre-release
  • [BC] SlmQueueDoctrine has been upgraded to SlmQueue 0.4. This feature includes a new, flexible and modular event system.

0.3.0

30 Mar 17:06
0.3.0
Compare
Choose a tag to compare
  • First release for 0.3 branch

0.3.0-beta1

21 Jan 21:55
Compare
Choose a tag to compare
0.3.0-beta1 Pre-release
Pre-release

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