All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- added commands to purge queues and test queues
- fixed test queue template path
- changed
queue_monitor purge
toqueue-monitor purge-logs
- changed
queue_monitor notify
to `queue-monitor notify - changed default configuration of
purgeLogsOlderThanDays
to 7 days instead of 30
- ported fixes and enhancement from version 1.x
- fixed handling
QueueMonitor.purgeLogsOlderThanDays
in Purge command - added
QueueMonitor.disabled
option - added support for disabling queue monitor commands
- updated README.md
- decreased log level when queue monitor is disabled
- replaced saveOrFail with save
- Removed TimestampBehavior from LogsTable to avoid problems when TimestampBehavior is overriden
- First release for CakePHP 5.0
- First release for CakePHP 4.4