2.12.2
版本发布时间: 2022-05-03 08:13:28
doctrine/orm最新发布版本:3.2.2(2024-08-23 18:30:51)
Release Notes for 2.12.2
2.12.x bugfix release (patch)
2.12.2
- Total issues resolved: 0
- Total pull requests resolved: 17
- Total contributors: 8
Improvement
- 9723: Allow doctrine/deprecations 1.0 thanks to @derrabus
Static Analysis
- 9718: Psalm 4.23, PHPStan 1.6.3 thanks to @derrabus
- 9708: Fix psalm annotation for Entity attribute thanks to @michnovka
- 9703: Update ClassMetadataInfo::table definition thanks to @pbourdet
- 9688: PHPStan 1.6.1 thanks to @derrabus
- 9682: PHPStan 1.6.0 thanks to @derrabus
- 9677: Document ORM drivers only really load ORM metadata thanks to @greg0ire
- 9676: Fix HydrationException::invalidDiscriminatorValue parameter type thanks to @franmomu
- 9675: Fix type on ClassMetadata discriminatorMap thanks to @franmomu
Test Suite
- 9707: Remove some ConnectionMock methods thanks to @morozov
- 9706: Remove unused OrmTestCase::getTestEntityManager() parameters thanks to @morozov
- 9692: Use ClassMetadata over ClassMetadataInfo in tests thanks to @greg0ire
- 9683: Remove dynamic property declarations thanks to @derrabus
Documentation
- 9699: Add missing use statement thanks to @ThomasLandauer
- 9698: use valid link syntax thanks to @ThomasLandauer
- 9691: Reference ClassMetadaInfo less thanks to @greg0ire
Bug
- 9679: Drop SymfonyStyle[listing] for sqls thanks to @simPod