packagist dama/doctrine-test-bundle v8.0.0

latest releases: v8.2.0, dev-master, dev-middleware_priority...
11 months ago

This release is changing the underlying approach for managing the transactions quite a bit due to DBAL 4 compatibility. Its relying on savepoints.

Upgrading from v7

  • the used database platform needs to support savepoints
  • enabling savepoints using use_savepoints on the doctrine/dbal config is mandatory now
  • doctrine/cache integration is not supported anymore. Configure PSR6 caches instead using symfony cache pools for example.
  • Symfony 6.0, 6.1 and 6.2 are not supported anymore

What's Changed

New Contributors

Full Changelog: v7.2.1...v8.0.0

Don't miss a new doctrine-test-bundle release

NewReleases is sending notifications on new releases.