All notable changes to laravel-schedule-monitor
will be documented in this file
- fix: Use
flex
andcontent-repeat
on Termwind outputs. by @xiCO2k in spatie#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 spatie#71
- PHPUnit to Pest Converter by @freekmurze in spatie#73
- chore: add multitenancy documentation by @ju5t in spatie#75
- Add Termwind to improve the Command Outputs. by @xiCO2k in spatie#74
Full Changelog: https://github.com/spatie/laravel-schedule-monitor/compare/3.0.1...3.0.2
- Fix return type by @SamuelNitsche in spatie#70
- @SamuelNitsche made their first contribution in spatie#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 spatie#67
- @bilfeldt made their first contribution in spatie#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