Skip to content

Releases: dereuromark/cakephp-queue

6.3.1

10 Mar 13:32
Compare
Choose a tag to compare

Fixes

Full Changelog: 6.3.0...6.3.1

6.3.0

02 Mar 14:07
bf56975
Compare
Choose a tag to compare

Improvements

Full Changelog: 6.2.2...6.3.0

6.2.2

16 Jan 15:06
Compare
Choose a tag to compare

Fixes

Fixed EmailTask to work with Cake\Mailer\Message object as expected, alongside the other ways it already supports.

6.2.1

17 Nov 15:45
Compare
Choose a tag to compare

Fixes

Fix up deprecation of helper/engine.

6.2.0

11 Nov 14:34
Compare
Choose a tag to compare

Improvements

  • Removed deprecations

Note: CakePHP 4.2+ and PHP 7.3+ now, also requires Tools 2.4+ if backend is used

6.1.0

27 Oct 06:34
2216b22
Compare
Choose a tag to compare

Improvements

Added TaskFinder::getClass() to resolve a name to a task class.

6.0.2

14 Sep 18:38
12f178c
Compare
Choose a tag to compare

Fixes

Fixed small notice.

6.0.1

12 Jul 09:04
c7f0386
Compare
Choose a tag to compare

Fixes

  • Relaxed check for task existence when calling createJob().
    An option can now disable this if needed.
  • Fixed some remaining return types.

6.0.0

11 Jul 10:48
Compare
Choose a tag to compare

Stable Release for CakePHP 4

Main improvements

  • Decoupled from old Shell/Task system as well as proxied to ConsoleIo using Io adapter class to avoid direct coupling
  • Now plugin and app tasks can coexist with the same name (MyTask vs MyPlugin.MyTask)
  • Allow adding command also by FQCN::class usage via QueuedJobsTable::createJob()
  • Includes migrating command to quickly make your existing tasks compatible.
  • Added "Reusable emails support" for Email task using action key
  • Added currently active job to worker processes view
  • Added "flush" functionality to remove failed jobs from the queue

BC breaking changes

  • job_type field of queued_jobs table has been renamed to job_task
  • Tasks have been moved to new namespace (use migrating tool to migrate)
  • CLI commands have been renamed, see bin/cake overview for details.

6.0.0-beta

04 Jul 12:04
f9d1262
Compare
Choose a tag to compare
6.0.0-beta Pre-release
Pre-release

Improvements

  • Added "Reusable emails support" for Email task using action key
  • Added currently active job to worker processes view

Please help to test and stabilize.