Releases: dereuromark/cakephp-queue
Releases · dereuromark/cakephp-queue
8.7.0
Improvements
- Make Icon configuration optional with text fallback, allows to have
dereuromark/templatingand icons fully optional.
Full Changelog: 8.6.2...8.7.0
8.6.2
Improvements
- Added support for unified cake_migrations table - #450
- Allow config override on vendor tasks
- Auto-cap task timeout to defaultRequeueTimeout
Full Changelog: 8.6.1...8.6.2
8.6.1
Fixes
- Prevent errors in opcode cache mode.
- Fix PostgreSQL index name collision in MigrationQueueIndexOptimization by @jdd-canada in #448
New Contributors
- @jdd-canada made their first contribution in #448
Full Changelog: 8.6.0...8.6.1
8.6.0
Improvements
- introduce Priority enum by @LordSimal in #447
- MigrationQueueIndexOptimization ( Covers the primary requestJob() query which filters by completed IS NULL )
- Removed deprecated searchManager() method in favor of filter collection class
- requestJob() support for sqlite
- Command escaping must be enabled when debug mode is off for security reasons
- Worker key generation hardered
Full Changelog: 8.5.2...8.6.0
8.5.2
8.5.1
6.9.3
Fixes
- Fixed MysqlAdapter check in Utf8mb4Fix migration by @GustavoPeixoto in #442
Full Changelog: 6.9.2...6.9.3
8.5.0
Improvements
- Better config naming/handling
- Allow attachments for Email task
8.4.0
Improvements
- Queue.Job.maxAttemptsExhausted event when a job has failed and exhausted all of its configured retry attempts.
- Set job as failed when job execution interrupted due to timeout or manual termination
8.3.1
Fixes
- Fix IO error usage
New Contributors
- @Txxkirsch made their first contribution in #435
Full Changelog: 8.3.0...8.3.1