Skip to content

Releases: dmaicher/doctrine-test-bundle

v8.0.2

15 Feb 08:29
f10de29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.1...v8.0.2

v8.0.1

05 Dec 16:12
e382d27
Compare
Choose a tag to compare

What's Changed

  • fix rolling back transaction for errored tests by @dmaicher in #272

Full Changelog: v8.0.0...v8.0.1

v8.0.0-BETA8

28 Nov 07:54
e7ed492
Compare
Choose a tag to compare

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

What's Changed

  • refactor skipped tests handling to avoid breaking BC by @dmaicher in #269

Full Changelog: v8.0.0-BETA7...v8.0.0-BETA8

v8.0.0

29 Nov 12:41
e7ed492
Compare
Choose a tag to compare

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

v8.0.0-BETA7

27 Nov 21:39
80db33c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.0.0-BETA6...v8.0.0-BETA7

v7.3.0

27 Nov 21:31
688eea6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.2.1...v7.3.0

v8.0.0-BETA6

30 Oct 11:15
ab6d425
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.0.0-BETA5...v8.0.0-BETA6

v8.0.0-BETA5

19 Sep 10:43
ac45c76
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.0-BETA4...v8.0.0-BETA5

v8.0.0-BETA4

09 Aug 18:50
8b0991d
Compare
Choose a tag to compare

What's Changed

  • do not require support for releasing savepoints by @dmaicher in #257

Full Changelog: v8.0.0-BETA3...v8.0.0-BETA4

v8.0.0-BETA3

28 Jul 07:33
a9ff7d7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.0-BETA2...v8.0.0-BETA3