Releases: Smile-SA/gdpr-dump
Releases · Smile-SA/gdpr-dump
5.0.7
23 Feb 09:35
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Compatibility with PHP 8.5
Fixed an error that occurred when parsing table name patterns (#190 )
5.0.5
05 Apr 12:29
Compare
Sorry, something went wrong.
No results found
Fixed database url param not being compatible with env vars (#157 )
5.0.4
03 Apr 16:54
Compare
Sorry, something went wrong.
No results found
Added optional database.url config parameter (#147 )
5.0.3
27 Feb 17:27
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Removed converter for "email_imported" column from magento2 template file (#144 )
5.0.1
10 Jul 13:03
Compare
Sorry, something went wrong.
No results found
Fixed invalid column name in the magento2 template (#141 )
5.0.0
01 Jul 07:56
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changed limit parameter type from int to int|null (#126 )
Removed orderBy param from schema.json (#127 )
4.2.1
07 Mar 09:35
Compare
Sorry, something went wrong.
No results found
Use a readonly connection to create the dump (#121 )