Releases: dereuromark/cakephp-queue
Releases · dereuromark/cakephp-queue
6.4.4
Fixes
Fixed Migration OldTaskFinder for upgrading from v5 to v6.
6.4.3
Fixes
Removed deprecation introduced in 6.4.2
6.4.2
Fixes
Fixed markJobDone() to add valid 1 (100%) value and added validation for expected 0...1 range.
6.4.1
Fixes
Reverted BC breaks.
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.