Skip to content

Releases: dmaicher/doctrine-test-bundle

v7.1.0

01 Jun 09:21
1cf583f
Compare
Choose a tag to compare

What's Changed

  • use middleware for StaticDriver by @dmaicher in #212
    • solves memory leaks when using DoctrineBundle 2.6+ with DBAL logging middlewares
    • bumps the doctrine/dbal requirement to ^3.3

Full Changelog: v7.0.0...v7.1.0

v7.0.0

11 Apr 09:39
d8cf740
Compare
Choose a tag to compare

What's Changed

  • upgrade php-cs-fixer by @dmaicher in #205
  • 7.0: bump dependencies & cleanup by @dmaicher in #206
    • dropped support for php 7.1 and 7.2
    • BC break: dropped support for phpunit 7
    • dropped support for Doctrine DBAL 2
    • dropped support for DoctrineBundle 1
    • dropped support for Symfony 5.3

Full Changelog: v6.7.5...v7.0.0

v6.7.5

08 Feb 16:01
af6f8e8
Compare
Choose a tag to compare

What's Changed

  • Fix serialization of closures inside service object instances by @Steveb-p in #202

New Contributors

Full Changelog: v6.7.4...v6.7.5

v6.7.4

26 Jan 19:42
b1626f0
Compare
Choose a tag to compare

What's Changed

  • fix #196: Revert "fix issue 191 by not registering event listener manually (#194)" by @dmaicher in #200

Full Changelog: v6.7.3...v6.7.4

v6.7.3

18 Jan 15:58
1f964d4
Compare
Choose a tag to compare

What's Changed

  • fix doctrine/dbal 3.3 deprecation by @Netiul in #193
  • fix issue 191 by not registering event listener manually by @dmaicher in #194

New Contributors

Full Changelog: v6.7.2...v6.7.3

v6.7.2

29 Dec 20:45
9cf0e6a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.7.1...v6.7.2

v6.7.1

09 Nov 11:56
2ccf665
Compare
Choose a tag to compare
  • fix deprecation message related to return types (#183)

v6.7.0

02 Nov 17:36
Compare
Choose a tag to compare
  • dropped support for unmaintained Symfony version 5.2
  • added compatibility with Symfony 6

6.6.0

01 Jun 18:14
8cfd3f9
Compare
Choose a tag to compare
  • dropped support for unmaintained Symfony versions 3.4 and 5.1
  • fixed compatibility with DoctrineBundle 2.4+ and ORM 2.9+ by introducing PSR-6 compatible cache (added dependency on symfony/cache)

6.5.0

12 Dec 16:36
a43f792
Compare
Choose a tag to compare
  • add compatibility with doctrine/dbal 3