Skip to content

Releases: edyan/neuralyzer

v4.1

13 May 18:16
Compare
Choose a tag to compare

Removed fzaninotto for fakerphp Faker / Compatible with PHP 8.0 / Updated dependencies / Cleaned code / Improved RoboFile with a command to do a composer update and more

Upgrade to PHP 7.2+, Symfony 5 and PHPUnit8

28 Jun 09:19
Compare
Choose a tag to compare
  • Upgraded all dependencies
  • Removed dbunit
  • Upgraded all tests

Pre / post actions and limit directly set per entities

30 Nov 15:36
Compare
Choose a tag to compare

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 to entity 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

30 Oct 22:43
Compare
Choose a tag to compare
  • 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

14 Apr 20:27
Compare
Choose a tag to compare

Added a generator to create fake data (+ refactored config definition)

02 Apr 18:10
Compare
Choose a tag to compare

Works with SQLServer

31 Mar 23:10
Compare
Choose a tag to compare
v3.0.0-beta2

Bump version v3.0.0-beta2

Universal Anonymizer : work with all DBs

24 Mar 20:22
Compare
Choose a tag to compare

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

15 Mar 22:49
Compare
Choose a tag to compare
  • Now requires php 7.1
  • Use symfony 4 components
  • Updated dependencies
  • Renamed bin/anon to bin/neuralyzer
  • As a .phar !