Releases: Smile-SA/gdpr-dump
Releases · Smile-SA/gdpr-dump
2.2.0
Features:
- Add two converters:
- replace (performs a search and replace)
- regexReplace (performs a regular expression search and replace)
Changes:
- Use stderr to display error messages
- Magento 2 template: anonymize table "email_sms_order_queue"
2.1.1
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
- 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 toorder_by
.
TheorderBy
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
- anonymizeText:
- New converters:
randomText
,randomEmail
,hash
- Reduce phar file size by ~70%
2.0.3
Features:
- Allow unsetting values declared in config templates
Internal:
- Add missing type hint in table filter extension
- Add docker support
1.2.3
Backport of version 2.0.3
2.0.2
Internal:
- Add booted state in AppKernel
1.2.2
Backport of version 2.0.2
2.0.1
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
Backport of version 2.0.1