All notable changes to laravel-db-snapshots
will be documented in this file
- Add extraOptions to dbDumper by @wattnpapa in #150
- @wattnpapa made their first contribution in #150
Full Changelog: https://github.com/spatie/laravel-db-snapshots/compare/2.6.2...2.7.0
- Prepend the connection onto the name by @michaeljhopkins in #148
- @michaeljhopkins made their first contribution in #148
Full Changelog: https://github.com/spatie/laravel-db-snapshots/compare/2.6.1...2.6.2
- Add MariaDB support by @francoism90 in #147
- @francoism90 made their first contribution in #147
Full Changelog: https://github.com/spatie/laravel-db-snapshots/compare/2.6.0...2.6.1
- Fix badges by @erikn69 in #139
- Fix path in readme by @sebastianpopp in #143
- Fix typo in README by @roerjo in #146
- Laravel 11.x Compatibility by @laravel-shift in #145
- @erikn69 made their first contribution in #139
- @sebastianpopp made their first contribution in #143
- @roerjo made their first contribution in #146
Full Changelog: https://github.com/spatie/laravel-db-snapshots/compare/2.5.2...2.6.0
- fix uploading gz snapshot by @deonthomasgy in #138
- @deonthomasgy made their first contribution in #138
Full Changelog: https://github.com/spatie/laravel-db-snapshots/compare/2.5.1...2.5.2
- Refactor tests to Pest by @alexmanase in #129
- Add PHP 8.2 Support by @patinthehat in #135
- Laravel 10.x Compatibility by @laravel-shift in #136
- @alexmanase made their first contribution in #129
Full Changelog: https://github.com/spatie/laravel-db-snapshots/compare/2.5.0...2.5.1
Full Changelog: https://github.com/spatie/laravel-db-snapshots/compare/2.4.0...2.5.0
- add --exclude to the create command by @ariaieboy in #125
- @ariaieboy made their first contribution in #125
Full Changelog: https://github.com/spatie/laravel-db-snapshots/compare/2.3.1...2.4.0
- Fix undefined array key error in
SnapshotRepository::getAll()
by @eli-s-r in #120
- @eli-s-r made their first contribution in #120
Full Changelog: https://github.com/spatie/laravel-db-snapshots/compare/2.3.0...2.3.1
- Stream large snapshots by @jasonlfunk in #118
- @jasonlfunk made their first contribution in #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