Doctrine Test Bundle Versions Save

Symfony bundle to isolate your app's doctrine database tests and improve the test performance

v8.0.2

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/dmaicher/doctrine-test-bundle/compare/v8.0.1...v8.0.2

v8.0.1

5 months ago

What's Changed

Full Changelog: https://github.com/dmaicher/doctrine-test-bundle/compare/v8.0.0...v8.0.1

v8.0.0

5 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: https://github.com/dmaicher/doctrine-test-bundle/compare/v7.2.1...v8.0.0

v8.0.0-BETA8

5 months ago

Sorry for the release spam :yum: Decided to implement a change to not break BC

What's Changed

Full Changelog: https://github.com/dmaicher/doctrine-test-bundle/compare/v8.0.0-BETA7...v8.0.0-BETA8

v8.0.0-BETA7

5 months ago

What's Changed

Full Changelog: https://github.com/dmaicher/doctrine-test-bundle/compare/v8.0.0-BETA6...v8.0.0-BETA7

v7.3.0

5 months ago

What's Changed

Full Changelog: https://github.com/dmaicher/doctrine-test-bundle/compare/v7.2.1...v7.3.0

v8.0.0-BETA6

6 months ago

v8.0.0-BETA5

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/dmaicher/doctrine-test-bundle/compare/v8.0.0-BETA4...v8.0.0-BETA5

v8.0.0-BETA4

9 months ago

What's Changed

Full Changelog: https://github.com/dmaicher/doctrine-test-bundle/compare/v8.0.0-BETA3...v8.0.0-BETA4

v8.0.0-BETA3

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/dmaicher/doctrine-test-bundle/compare/v8.0.0-BETA2...v8.0.0-BETA3