Skip to content

v8.0.0

Compare
Choose a tag to compare
@dmaicher dmaicher released this 29 Nov 12:41
· 17 commits to master since this release
e7ed492

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