Releases: dereuromark/cakephp-queue
Releases · dereuromark/cakephp-queue
6.4.0
Improvements
- CakePHP 4.3+ and PHP 7.4+ now
- Added DI container support by @LordSimal in #327
- Fixed deprecations by @LordSimal in #326
Full Changelog: 6.3.2...6.4.0
6.3.2
Fixes
- Fixing Error on SQLSERVER related to Datediff by @PauloPeres in #322
Full Changelog: 6.3.1...6.3.2
6.3.1
6.3.0
Improvements
- Allow info logging for all cases except quiet mode by @dereuromark in #316
- Added conditionally row locking based on DBMS in requestJob() method by @bor-attila in #318
- Makes possible to ignore tasks by @mfrascati in #320
Full Changelog: 6.2.2...6.3.0
6.2.2
Fixes
Fixed EmailTask to work with Cake\Mailer\Message
object as expected, alongside the other ways it already supports.
6.2.1
Fixes
Fix up deprecation of helper/engine.
6.2.0
Improvements
- Removed deprecations
Note: CakePHP 4.2+ and PHP 7.3+ now, also requires Tools 2.4+ if backend is used
6.1.0
Improvements
Added TaskFinder::getClass()
to resolve a name to a task class.
6.0.2
Fixes
Fixed small notice.
6.0.1
Fixes
- Relaxed check for task existence when calling
createJob()
.
An option can now disable this if needed. - Fixed some remaining return types.