Release Notes for 2.20.0
2.20.0
- Total issues resolved: 0
- Total pull requests resolved: 13
- Total contributors: 6
Improvements
- 11647: [GH-8471] undeprecate partials completly thanks to @beberlei
- 11628: Prepare PHP 8.4 support: Prevent property hooks from being used thanks to @beberlei
- 11366: Undeprecate PARTIAL for array hydration. thanks to @beberlei
- 11188: Fix different first/max result values taking up query cache space thanks to @mpdude
Deprecations
- 11641: Deprecate the
\Doctrine\ORM\Query\Parser::setCustomOutputTreeWalker()
method thanks to @mpdude
Bugfixes
Static Analysis
- 11643: Remove vendor prefix of PHPDoc referencing class-string thanks to @derrabus
- 11639: Let PHPStan detect deprecated usages thanks to @derrabus
Documentation
- 11640: Stop recommending vendor-prefixed PHPDoc thanks to @derrabus
- 11636: Add upgrade note about property hooks thanks to @greg0ire
- 11504: Fix upgrade guide for 2.20 thanks to @derrabus
Test Suite
- 11660: test: cover all transactional methods in
EntityManagerTest::testItPreservesTheOriginalExceptionOnRollbackFailure()
thanks to @simPod
CI
- 11631: Add CI job for PHP 8.4 thanks to @greg0ire