Skip to content

Releases: dmaicher/doctrine-test-bundle

v6.3.1

09 Dec 22:58
13eaeac
Compare
Choose a tag to compare
  • fix #106: revert usage of new connection parameter dama.connection_name: it causes issues with Master/Slave connections and likely also with Shards

v6.3.0

08 Dec 22:26
903ec9c
Compare
Choose a tag to compare
  • add support for enabling static transactional handling per doctrine dbal connection
  • relaxed php requirement: allowing php 7.1 again

v5.0.5

25 Nov 10:14
Compare
Choose a tag to compare
Allow doctrine-bundle v2 (#101)

v6.2.1

15 Nov 09:21
Compare
Choose a tag to compare

fix issue #94

v5.0.4: Fix issue with transaction nesting after re-connect (#98)

15 Nov 09:18
b485fe6
Compare
Choose a tag to compare

Symfony 5 & DoctrineBundle 2 support

28 Oct 19:17
87e8e8a
Compare
Choose a tag to compare
  • drops support for unmaintained Symfony versions
  • adds support for Symfony 5
  • adds support for DoctrineBundle 2

v6.1.0

16 Oct 07:38
9739f05
Compare
Choose a tag to compare
  • Add return types (#87)
  • fix deprecations from phpunit bridge (#89)
  • update readme to suggest using the extension already starting from PHPUnit 7.1
  • some cleanup

Dependency updates

10 Jul 14:16
2b7028e
Compare
Choose a tag to compare
  • drop support for PHP < 7.2
  • drop support for PHPUnit 6
  • drop support for Symfony 2
  • bump requirement for doctrine/dbal to ~2.9
  • bump requirement for doctrine/doctrine-bundle to ~1.11

thanks @garak

v5.0.3: fix #77: deprecations notices with phpunit 8 (#78)

22 Mar 10:56
Compare
Choose a tag to compare

Now deprecation free when using PHPUnit8 with the new Extension thanks to @B-Galati

Fix deprecation notice for Symfony 4.2

09 Dec 10:53
Compare
Choose a tag to compare

Now deprecation-free when using Symfony 4.2. Thanks to @fmonts