All notable changes to laravel-db-snapshots
will be documented in this file
- Stream large snapshots by @jasonlfunk in spatie#118
- @jasonlfunk made their first contribution in spatie#118
Full Changelog: https://github.com/spatie/laravel-db-snapshots/compare/2.2.1...2.3.0
- allow Laravel 9
- add
--drop-tables
option tosnapshot:load
Full Changelog: https://github.com/spatie/laravel-db-snapshots/compare/2.1.0...2.2.0
- Add
--table
option to specify tables to include in the snapshot
Full Changelog: https://github.com/spatie/laravel-db-snapshots/compare/2.0.0...2.1.0
- require PHP 8+
- drop support for PHP 7
- drop support for Laravel 6
- use PHP 8 syntax
- implement
spatie/laravel-package-tools
- add support for PHP 8.0
- add support for Laravel 8
- fix cleaning up all snapshots (#102)
- fix implode() exeception on PHP 7.4 (#88)
- drop support for anything below PHP 7.4
- drop support for Laravel 5 and PHP 7.3
- add support for Laravel 7
- PHP7.2 syntax fix (#87)
- allow read connections (#81)
- add command to cleanup old snapshots (#79)
- fix for obscure but repeatable issue relating to rmdir failing (#78)
- add support for Laravel 6
- drop anything below Laravel 5.8
- drop anything below PHP 7.2
- fix for load command in production
- fix CannotCreateDisk exception when no disks are set up.
- fix compression option from config not being respected
- use
--inserts
option for pgsql connections by default
- support creating and loading gzip snapshots
- fix bug when trying to close a file that is already closed
- improve output of the delete command when there are no snapshots yet
- prevent tables being dropped on the non-default connection
- fix for windows users
- fix
connection
option to load snapshot command
- add
connection
option to load snapshot command
- move testbench to dev dependencies
- initial release