Releases: Smile-SA/gdpr-dump
Releases · Smile-SA/gdpr-dump
5.0.1
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)
4.2.2
4.2.1
4.2.0
Changes:
- Drastically improved dump performance (#117)
- Added
where
parameter and deprecatedfilters
parameter (#116) - Write dump information and dump progress bar to stderr when verbose mode is enabled (#113)
- Better converter condition validation by using a php tokenizer (#114)
The filters
parameter is now deprecated. It will be removed in the next major version. Use the where
parameter instead to apply table filters (cf. documentation).
4.1.1
4.1.0
4.0.3
- Added shopware6 template
- Updated magento2 template (tables added: "integration", "rating_option_vote", "magento_login_as_customer_log")
- Replaced "randomizeText" converter with "anonymizeText" in config templates
4.0.2
- Fix phar file compilation error that appeared after the release of symfony/console v6.2.10