Releases: makeabledk/laravel-backup-sql-check
Releases · makeabledk/laravel-backup-sql-check
v1.0.0
What's Changed
- Upgrade laravel backup 9 + laravel 12 by @rasmuscnielsen in #17
Full Changelog: v0.5.0...v1.0.0
v0.5.0
Support Spatie backup 7 + 8
Support PHP 8.0 + 8.1
v0.4.0
- Laravel 8 support
v0.3.2
- Fix issue where checks may fail while another check is running
v0.2.2
- Backported fix from v0.3.2: Fix issue where checks may fail while another check is running
v0.3.1
- Laravel 7 support
- Check that there is sufficient disk space before attempting check
Added process timeout as a config parameter
It's not possible to add a timeout for the sql process. This is mainly for backups which take longer than 60 seconds to upload.
Small bug fix
v0.1.4 Updated readme
Extended text coverage
Test coverage now checks for corrupt sql files
Added caching
v0.1.2 Apply fixes from StyleCI (#3)