Skip to content

Releases: Smile-SA/gdpr-dump

5.0.1

10 Jul 13:03
Compare
Choose a tag to compare
  • Fixed invalid column name in the magento2 template (#141)

5.0.0

01 Jul 07:56
Compare
Choose a tag to compare

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 the where 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

26 Mar 14:54
Compare
Choose a tag to compare
  • Changed limit parameter type from int to int|null (#126)
  • Removed orderBy param from schema.json (#127)

4.2.1

07 Mar 09:35
Compare
Choose a tag to compare
  • Use a readonly connection to create the dump (#121)

4.2.0

05 Mar 09:43
Compare
Choose a tag to compare

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

20 Feb 13:26
Compare
Choose a tag to compare
  • Display the table/column names when a data converter throws an exception (#110)
  • Resolve Faker formatters before dump creation (#108)

4.1.0

19 Feb 10:28
Compare
Choose a tag to compare
  • Added support for SQL expressions as column filter (#97)
  • GdprDump now uses composer to determine the application version

4.0.3

09 Jan 14:58
Compare
Choose a tag to compare
  • 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

10 Oct 14:06
Compare
Choose a tag to compare
  • Fix phar file compilation error that appeared after the release of symfony/console v6.2.10

4.0.1

29 Mar 10:27
Compare
Choose a tag to compare
  • Better error message when a converter is declared without a name (#83)