All notable changes to laravel-schedule-monitor
will be documented in this file
- Fix prune link in config file comment by @pelmered in #113
- @pelmered made their first contribution in #113
Full Changelog: https://github.com/spatie/laravel-schedule-monitor/compare/3.8.0...3.8.1
Full Changelog: https://github.com/spatie/laravel-schedule-monitor/compare/3.7.1...3.8.0
- Fix wrong lastRunFinishedTooLate behaviour when lastStartedAt and lastFinishedAt are within a second because of a very fast task by @mathiasmoser in #109
- @mathiasmoser made their first contribution in #109
Full Changelog: https://github.com/spatie/laravel-schedule-monitor/compare/3.7.0...3.7.1
- Laravel 11.x Compatibility by @laravel-shift in #106
- @laravel-shift made their first contribution in #106
Full Changelog: https://github.com/spatie/laravel-schedule-monitor/compare/3.6.0...3.7.0
- New method runsInBackground() added in Spatie\ScheduleMonitor\Support\ScheduledTasks\Tasks\Task:class by @ravi289 in #105
- @ravi289 made their first contribution in #105
Full Changelog: https://github.com/spatie/laravel-schedule-monitor/compare/3.5.0...3.6.0
- Allow tasks to be monitored but not synced with oh dear by @oddvalue in #102
- @oddvalue made their first contribution in #102
Full Changelog: https://github.com/spatie/laravel-schedule-monitor/compare/3.4.3...3.5.0
- Update nunomaduro/termwind to 2.0 by @yoeriboven in #99
Full Changelog: https://github.com/spatie/laravel-schedule-monitor/compare/3.4.2...3.4.3
- fix: PHP warning about creation of dynamic properties by @Pr3d4dor in #98
- @Pr3d4dor made their first contribution in #98
Full Changelog: https://github.com/spatie/laravel-schedule-monitor/compare/3.4.1...3.4.2
- Update README.md by @robjbrain in #96
- Update MonitoredScheduledTask.php to get the failed response to be st… by @AKHIL-882 in #97
Full Changelog: https://github.com/spatie/laravel-schedule-monitor/compare/3.4.0...3.4.1
- Add note that syncing will remove other monitors by @keithbrink in #90
- Fix anchor in link to Laravel docs by @limenet in #92
- Non destructive sync option (keep-old) by @keithbrink in #91
Full Changelog: https://github.com/spatie/laravel-schedule-monitor/compare/3.3.0...3.4.0
- Add a boolean parameter to the doNotMonitor function by @bilfeldt in #88
Full Changelog: https://github.com/spatie/laravel-schedule-monitor/compare/3.2.1...3.3.0
- fix silent by default
- silence jobs by default
Full Changelog: https://github.com/spatie/laravel-schedule-monitor/compare/3.1.1...3.2.0
- support L10
- update deps
Full Changelog: https://github.com/spatie/laravel-schedule-monitor/compare/3.0.3...3.0.4
- fix: Use
flex
andcontent-repeat
on Termwind outputs. by @xiCO2k in #76
Full Changelog: https://github.com/spatie/laravel-schedule-monitor/compare/3.0.2...3.0.3
- Update readme about model pruning by @patrickbrouwers in #71
- PHPUnit to Pest Converter by @freekmurze in #73
- chore: add multitenancy documentation by @ju5t in #75
- Add Termwind to improve the Command Outputs. by @xiCO2k in #74
Full Changelog: https://github.com/spatie/laravel-schedule-monitor/compare/3.0.1...3.0.2
- Fix return type by @SamuelNitsche in #70
- @SamuelNitsche made their first contribution in #70
Full Changelog: https://github.com/spatie/laravel-schedule-monitor/compare/3.0.0...3.0.1
- Support Laravel 9
- Update lorisleiva/cron-translator to version 0.3 by @bilfeldt in #67
- @bilfeldt made their first contribution in #67
Full Changelog: https://github.com/spatie/laravel-schedule-monitor/compare/2.4.6...2.4.7
- Make sure retryUntil is returning a DateTime (#66)
- take environments property into account for scheduled tasks (#64)
- add
retryUntil
for PingOhdearJobs (#63)
- automatically retry ping if OhDear had downtime (#54)
- add link to docs
- update user API token url (#50)
- enable custom models
- add
storeOutputInDb
- upgrade to latest lorisleiva/cron-translator version (#40)
- throw an exception if pinging Oh Dear has failed #37
- pass 0 instead of null parameters to Oh dear for Background tasks #37
- add support for PHP 8
- drop support for Laravel 7
- fix command description
- report right exit code for scheduled tasks in background
- add support for timezones
- add support for Laravel 8
- fix link config file
- add
CarbonImmutable
support (#3)
- improve output of commands
- initial release