Releases: dereuromark/cakephp-queue
3.4.1
Make mailer configurable, add missing headers.
3.4.0
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!
Follow up on SimpleQueueTransport fix
SimpleQueueTransport fix
Fix SimpleQueueTransport
Also:
- requestJob() has been rewritten to better work cross DB.
Make admin backend work
3.2.1 cs
SimpleQueueTransport added
SimpleQueueTransport was added to only serialize the contents of the email, not the whole object.
This can be used as simplified alternative if you are using the built in CakePHP default Email class only.
Also fixed:
- Increased length for data field to avoid truncating
Release for CakePHP 3.1+
Fixes:
- Cake\I18n\Time now used consistently thanks to @alexmax
- Cake\Mailer\Email now works as expected when set directly as object.
Removed deprecations.
CS passes now.
2.x release
Small fixes and deprecation removals
Initial Release for CakePHP 3.x
3.0.0 remove min requirement dev
Minor improvements
- The id of the QueuedTask is now passed along
- QueueTask to extend more easily was added
- pendingDetails are available in the web frontend