Skip to content

Releases: Smile-SA/gdpr-dump

2.1.1

25 Jan 10:49
Compare
Choose a tag to compare

Features:

  • New parameter faker.locale added to the dump configuration file

Changes:

  • The following keywords are now forbidden in the variables param: revoke, rename, lock, unlock, optimize, repair

Internal:

  • Replace double quotes by single quotes in SQL queries
  • Refactor Mysqldump extensions

2.1.0

11 Nov 01:15
Compare
Choose a tag to compare
  • Add support for PHP 8
  • The following converters were renamed (old names are still available, but deprecated):
    • randomizeDate -> randomDate
    • randomizeDateTime -> randomDateTime
    • addPrefix -> prependText
    • addSuffix -> appendText
  • The orderBy parameter was renamed to order_by.
    The orderBy syntax is still supported, but deprecated.
  • New options available for the following converters:
    • anonymizeText: delimiters, replacement, min_word_length
    • anonymizeEmail: delimiters, replacement, min_word_length
    • anonymizeNumber: replacement, min_number_length
  • New converters: randomText, randomEmail, hash
  • Reduce phar file size by ~70%

2.0.3

05 Oct 12:13
Compare
Choose a tag to compare

Features:

  • Allow unsetting values declared in config templates

Internal:

  • Add missing type hint in table filter extension
  • Add docker support

1.2.3

05 Oct 11:54
Compare
Choose a tag to compare

Backport of version 2.0.3

2.0.2

28 Jul 11:22
Compare
Choose a tag to compare

Internal:

  • Add booted state in AppKernel

1.2.2

28 Jul 11:12
Compare
Choose a tag to compare

Backport of version 2.0.2

2.0.1

27 Jul 09:48
Compare
Choose a tag to compare

Changes:

  • Use getenv instead of $_SERVER to fetch env vars

Internal:

  • Set default values for environment variables in functional tests
  • Remove the option to skip tests that depend on the database

1.2.1

27 Jul 09:28
Compare
Choose a tag to compare

Backport of version 2.0.1

2.0.0

15 Jul 23:19
Compare
Choose a tag to compare

Changes:

  • Set minimum PHP version to 7.3

1.2.0

03 Jul 14:26
Compare
Choose a tag to compare

Features:

  • Allow referencing environment variables in the configuration