Skip to content

Releases: Codeception/module-doctrine

3.3.0

13 Nov 08:09
26bd3fc

Choose a tag to compare

What's Changed

  • Update Doctrine.php: Typo by @ThomasLandauer in #43
  • Remove Reflection*::setAccessible() calls by @W0rma in #44
  • Enable native lazy objects if possible to fix the CI when using symfony 8 by @W0rma in #45
  • Fix deprecation warnings in doctrine/collections:2.4 by @W0rma in #46
  • Drop PHP 8.1 + test against PHP 8.5 by @W0rma in #48
  • Fix test with object id by @W0rma in #47

Full Changelog: 3.2.0...3.3.0

3.2.0

25 Apr 05:14
ce890f0

Choose a tag to compare

What's Changed

  • Update Doctrine.php: Adding upgrade instructions by @ThomasLandauer in #29
  • Declare nullable parameter types explicitly by @W0rma in #31
  • Fix support for doctrine/dbal v2 by @W0rma in #32
  • PHP 8.4: Fix E_STRICT deprecation by @W0rma in #34

Full Changelog: 3.1.0...3.2.0

3.1.0

17 Feb 22:38
465ef7d

Choose a tag to compare

What's Changed