Skip to content

Releases: makinacorpus/DbToolsBundle

1.2.1

14 Jun 14:31
Compare
Choose a tag to compare

Bugfixes

  • [fix] Anonymization - Sample table creation fails if sample is too big with sqlsrv (#174)

1.2.0

28 May 13:26
Compare
Choose a tag to compare

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.

1.1.0

28 Mar 11:03
Compare
Choose a tag to compare

New Features

Documentation updates

Internals

  • Backupper, Restorer, Anonymizator - Change the way we output information during processes (#103)
  • Backup and Restore Commands - Some internal code base refactorings (#100, #104)