Skip to content

Releases: Smile-SA/gdpr-dump

5.0.7

23 Feb 09:35

Choose a tag to compare

Bugfixes:

  • Fixed an error that occurred when the database url contains special characters (#196)

Internal:

  • Moved converters to a dedicated namespace (#198)

5.0.6

15 Jan 09:50

Choose a tag to compare

  • Compatibility with PHP 8.5
  • Fixed an error that occurred when parsing table name patterns (#190)

5.0.5

05 Apr 12:29

Choose a tag to compare

  • Fixed database url param not being compatible with env vars (#157)

5.0.4

03 Apr 16:54

Choose a tag to compare

  • Added optional database.url config parameter (#147)

5.0.3

27 Feb 17:27

Choose a tag to compare

  • Added forbidden statements to the query validator: begin, call, check, checksum, do, end, import, insert, replace, restart, stop (#153)

5.0.2

02 Dec 09:07

Choose a tag to compare

  • Removed converter for "email_imported" column from magento2 template file (#144)

5.0.1

10 Jul 13:03

Choose a tag to compare

  • Fixed invalid column name in the magento2 template (#141)

5.0.0

01 Jul 07:56

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

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

Choose a tag to compare

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