Releases: edyan/neuralyzer
Releases · edyan/neuralyzer
v4.1
Upgrade to PHP 7.2+, Symfony 5 and PHPUnit8
- Upgraded all dependencies
- Removed dbunit
- Upgraded all tests
Pre / post actions and limit directly set per entities
Corrects a blocking bug with 3.2 : batch mode worked for a single table only
- Options to trigger pre and post actions that rely on services are set for each entity
limit
is not a cli parameter anymore, it has been moved toentity
configuration- Added more tests and working with PHP 7.3.
- Config parameters "delete" and "delete_where" have been deprecated
Partial support of enum + bit for MySQL
- Enum options have to be set manually in config
- Bit is replaced by Boolean
Improved batch mode to insert / update millions of records "quickly". Tests with a complete matrix on Travis, SQLServer on CircleCI.
Stable version refactored with a deep usage of doctrine and creation of data
Also added new commands
Added a generator to create fake data (+ refactored config definition)
v3.0.0-beta3 Bump version v3.0.0-beta3
Works with SQLServer
v3.0.0-beta2 Bump version v3.0.0-beta2
Universal Anonymizer : work with all DBs
That's a plan, I don't know if it's realistic for now ;)
- moved from PDO to doctrine/dbal
- no need to inject a PDO object, an array of parameters is enough (that's why it's a v3)
- removed all hard coded queries to have an universal anonymizer
- Integrated robo.li to test with postgre and mysql
Symfony 4 / PHP 7.1 and a phar
- Now requires php 7.1
- Use symfony 4 components
- Updated dependencies
- Renamed bin/anon to bin/neuralyzer
- As a .phar !