- Support for environment variables in the config.
- Allow to only use "dsn" without configure "type".
- Add better error message when both "dsn" and "type" is missing.
- Support for providing a DSN string.
- Support for configure MySQL database with "singleTransaction" and "ssl"
- Issue with Symfony 3.2 where commands were private.
- Issue with Symfony 3.2 because
scalarPrototype
was not defined.
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.