Skip to content

Releases: dmaicher/doctrine-test-bundle

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

v8.0.0-BETA2

08 Jun 15:01
df1003f
Compare
Choose a tag to compare

What's Changed

  • drop support for unmaintained Symfony 6.0 and 6.1 by @dmaicher in #246
  • Run CI with Symfony 6.3 by @dmaicher in #247
  • make it mandatory to enable savepoints for nested transactions by @dmaicher in #249

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

v8.0.0-BETA1

19 Apr 07:13
629d385
Compare
Choose a tag to compare

What's Changed

  • Fix .github export-ignore by @dmitryuk in #245
  • Do not use deprecated postConnect event but rely on savepoints instead by @dmaicher in #232
    • This changes the approach quite a bit and thus I decided to release a new major version for this. For most projects I don't expect any issues or BC breaks (as long as your database platform supports savepoints).
    • This prepares compatibility with the upcoming DBAL 4
    • This change requires savepoints to work

New Contributors

Full Changelog: v7.2.1...v8.0.0-BETA1

v7.2.1

07 Feb 10:03
175b471
Compare
Choose a tag to compare

What's Changed

  • Fix resetting static connections after test with data provider by @marmichalski in #244

New Contributors

Full Changelog: v7.2.0...v7.2.1

v7.2.0

05 Feb 09:13
91abe52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.1.1...v7.2.0

v7.1.1

01 Jul 12:07
279a554
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.1.0...v7.1.1

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