The 2.0.0 release is just a technical BC break. We removed all adapters from the composer.json. So you need to re-add the adapters you were using.
- Added support for Symfony 4.
- Added tests
- Support for many storage names with the same type.
- Added commands for backup and restore
- Support for
ignoreTables
on MySQL databases. - Added config
output_file_prefix
. - Support for DropboxV2
- You have to
composer require
for the adapter you want to use. Nothing is included by default. - The storage and database type is case-sensitive.
- Support for Symfony < 2.7.
Support for Symfony 3.1.
First release.