Skip to content

5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 07:56

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)