2.11.1
版本发布时间: 2022-01-31 06:03:02
doctrine/orm最新发布版本:3.2.2(2024-08-23 18:30:51)
Release Notes for 2.11.1
2.11.x bugfix release (patch)
2.11.1
- Total issues resolved: 1
- Total pull requests resolved: 18
- Total contributors: 13
Test Suite
- 9442: Adapt test logic to PHP and SQLite II thanks to @greg0ire
- 9425: Ignore PHPUnit result cache everywhere thanks to @derrabus
- 9414: Move UnderscoreNamingStrategyTest to correct namespace thanks to @derrabus
CI
- 9440: Added php 8.1 to CI thanks to @sir-kain
Static Analysis
- 9438: Psalm 4.19.0, PHPStan 1.4.3 thanks to @derrabus
- 9415: Added class-string typehint on $targetEntity thanks to @hc-jworman
- 9398: Fix type on loadCacheEntry thanks to @derrabus
- 9393: Update baselines for DBAL 3.3 thanks to @derrabus
- 9385: PHPStan 1.4.0 thanks to @derrabus
Bug
- 9419: Fix support for PHP 8.1 enums in embedded classes thanks to @HypeMC
- 9410: Allow DiscriminatorColumn with length=0 thanks to @bcremer
- 9382: Expose enumType to DBAL to make native DB Enum possible thanks to @javer
- 9381: [GH-9380] Bugfix: Delegate ReflectionEnumProperty::getAttributes(). thanks to @beberlei and @ezkimo
- 9384: Allow using Enum from different namespace than Entity thanks to @javer
Documentation
- 9390: Introduce __unserialize behaviour in docs thanks to @SenseException
- 9386: Corrected ORM version and added missing dependency thanks to @mahakaal
- 9357: Add detach as of list cascade-all operations thanks to @andrew-demb
- 9311: Accessing private properties and methods from the same class is forbidden thanks to @olsavmic