Smile SA Gdpr Dump Versions Save

Utility that creates anonymized database dumps (MySQL only). Provides default config templates for Magento, Drupal and Shopware.

4.2.2

1 month ago
  • Changed limit parameter type from int to int|null (#126)
  • Removed orderBy param from schema.json (#127)

4.2.1

2 months ago
  • Use a readonly connection to create the dump (#121)

4.2.0

2 months ago

Changes:

  • Drastically improved dump performance (#117)
  • Added where parameter and deprecated filters 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

2 months ago

4.1.0

2 months ago
  • Added support for SQL expressions as column filter (#97)
  • GdprDump now uses composer to determine the application version

4.0.3

4 months ago
  • 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

7 months ago
  • Fix phar file compilation error that appeared after the release of symfony/console v6.2.10

4.0.1

1 year ago
  • Better error message when a converter is declared without a name (#83)

4.0.0

1 year ago
  • Set minimum PHP version to 8.1 (#80)
  • Replace ifsnop/mysqldump-php package with druidfi/mysqldump-php (#78)

3.1.1

1 year ago

Bugfixes:

  • Disallow phar file compilation when composer dev packages are installed