Skip to content

3.4.0

Choose a tag to compare

@dereuromark dereuromark released this 25 Apr 08:43
· 903 commits to master since this release

Improvements

Rewrite with json_encode/json_decode:
unserialize() was too easy to break and even a bit dangerous.
Now JSON data gets passed around.

Also now included:

  • Priority for tasks
  • Transactions on getting a new job if supported from the database

Note: queued_tasks table is now queued_jobs to be consistent what it actually stands for.
Make sure you run migrations and adjust all your loadModel() calls etc.

Minor cleanups included.

Please upgrade with an empty queue to avoid data loss!