Releases: dereuromark/cakephp-queue
Releases · dereuromark/cakephp-queue
7.1.2
Fixes
Fixed icon in template for new Templating plugin support.
6.9.1
Fixes
Fixed migration version.
7.1.1
Fixes
Fixed migration version.
7.1.0
Improvements
- Added index to QueuedJobs table columns to make performance much faster with many records.
Full Changelog: 7.0.1...7.1.0
6.9.0
Improvements
Added index to QueuedJobs table columns to make performance much faster with many records.
7.0.1
Fixes
Fixed backend controller actions.
7.0.0
CakePHP 5 compatible release
Main changes:
- QueuedJob.failed is now attempts. Make sure to run the migration for it.
6.8.0
Improvements
- Removed deprecations
Note: CakePHP 4.4+ now
7.0.0-RC
CakePHP 5 compatible pre-release
For CakePHP 5.0+ apps.
Please test - once confirmed to be all good, we can tag stable release.
6.7.2
Improvements
- Expose kill signal parameter in controller