Skip to content

1.2.0

Compare
Choose a tag to compare
@pounard pounard released this 28 May 13:26
· 39 commits to main since this release

New Features

  • ⭐️ Add Doctrine DBAL 4.0 compatibility (#140).
  • ⭐️ Add Doctrine ORM 3.0 compatibility as a side effect of Doctrine DBAL 4.0 support (#140).
  • ⭐️ Anonymization - Add Doctrine Embeddables support (#105).
  • ⭐️ Anonymization - Add Doctrine entity joined inheritance support (#160)
  • ⭐️ Anonymization - Finalized and improved IBAN/BIC anonymizer (#4)

Bugfixes

  • Restored MySQL 5.7 support (#124)

Internals

  • Remove doctrine/dbal dependency from all code except the database session registry (#142).
  • Introduce DatabaseSessionRegistry as single entry point for plugging-in database (#142).
  • Use makinacorpus/query-builder schema manager for DDL alteration (#140).
  • Raise makinacorpus/query-builder dependency to version 1.5.5 (#140).
  • Many improvements in local/CI ./dev.sh test script.