5.0.0
New features:
- Added command-line options to specify database credentials:
--host
,--port
,--user
,--password
,--database
(#135) - Added command-line option to perform a dry-run:
--dry-run
(#137)
This release includes a few breaking changes:
- GdprDump now throws an exception if a config file contains an undefined column (#125)
- Removed support of the
filters
parameter. Use thewhere
parameter instead (#128) - Removed undefined column customer_address.vat_id from shopware6 template (#132)
- Stricter config file validation: string parameters don't accept integer values anymore (#129)