Skip to content

Releases: Smile-SA/gdpr-dump

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)

4.0.0

10 Jan 10:00
Compare
Choose a tag to compare
  • Set minimum PHP version to 8.1 (#80)
  • Replace ifsnop/mysqldump-php package with druidfi/mysqldump-php (#78)

3.1.1

13 Dec 12:42
Compare
Choose a tag to compare

Bugfixes:

  • Disallow phar file compilation when composer dev packages are installed

3.1.0

22 Aug 08:01
Compare
Choose a tag to compare

Improvements:

  • Compatibility with Symfony 6 components
  • Better phar file compression (json files are now minified)
  • Display an error message if the parameter database is not defined

Bugfixes:

  • Fix doctrine connection not being closed properly

Refactoring:

  • Move the compiler binary to a Symfony command
  • Rename SqlDumper class to MysqlDumper to avoid confusion

3.0.0

28 Jul 15:59
Compare
Choose a tag to compare
  • Set minimum PHP version to 7.4
  • Upgrade Doctrine DBAL version from ^2.10 to ^3.1
  • Remove deprecated features (see migration guidelines)

2.3.3

28 Jul 14:19
Compare
Choose a tag to compare
  • Replace anonymization character for customer name in magento2 template (fixes a validation error)

2.3.2

21 Feb 09:53
Compare
Choose a tag to compare
  • Fix a regression that appeared in version 2.1.0 and prevented from setting empty strings with the converter "setValue"

2.3.1

14 Feb 12:13
Compare
Choose a tag to compare
  • Fix PHP annotations being removed from the phar file

2.3.0

04 Jan 16:51
Compare
Choose a tag to compare
  • Add settings to enable/disable table filter propagation
  • Performance optimization: use a single query to fetch all foreign keys

2.2.1

09 Nov 10:32
Compare
Choose a tag to compare
  • #57: Fix PHP fatal error (memory limit) when tables depend on each other (cyclic dependency)
  • Table dependencies are now properly resolved when a table has two foreign keys that reference the same table