Releases: doctrine/orm
Releases · doctrine/orm
3.1.1
Release Notes for 3.1.1
3.1.1
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 3
Bug
- 11387: Fixed proxy initialization for EnumReflectionProperty thanks to @valkars
- 11370: Avoid another occurrence of ArrayAccess thanks to @greg0ire
- 11368: Avoid array access thanks to @greg0ire
Documentation
Changes from Lower Branches
2.19.3
Release Notes for 2.19.3
2.19.x bugfix release (patch)
2.19.3
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 3
Test Suite
- 11393: Set column length explicitly thanks to @derrabus
- 11391: Remove unused variable thanks to @derrabus
Documentation
Bug
- 11380: [GH-11185] Bugfix: do not use collection batch loading for indexBy association thanks to @beberlei
Improvement
2.19.2
Release Notes for 2.19.2
2.19.x bugfix release (patch)
2.19.2
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 3
Bugfix
Improvement
2.19.1
Release Notes for 2.19.1
2.19.1
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Bugfix
Documentation
3.1.0
Release Notes for 3.1.0
Feature release (minor)
3.1.0
- Total issues resolved: 0
- Total pull requests resolved: 11
- Total contributors: 2
Deprecation
- 11330: Use EnumReflectionProperty class from persistence package thanks to @greg0ire
- 11294: Translate comment into code and annotations thanks to @greg0ire
- 11211: Deprecate array access thanks to @greg0ire
Improvement
- 11325: Bump Doctrine Collections to 2.2 thanks to @derrabus
- 11261: Validate more variadic parameters thanks to @derrabus
- 11260: Throw if a variadic parameter contains unexpected named arguments thanks to @derrabus
Static Analysis
- 11276: Remove implicit casts in FileLock.php thanks to @greg0ire
- 11275: Account for inversedBy being a non-falsy-string or null thanks to @greg0ire
- 11272: Improve static analysis on AttachEntityListenersListener thanks to @greg0ire
- 11214: Replace more occurrences of array access thanks to @greg0ire
Documentation,Improvement
Changes from Lower Branches
- This release contains all changes of the 2.19.0 release.
3.0.3
2.19.0
Release Notes for 2.19.0
2.19.0
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 4
Documentation
Improvement
- 11332: Refator array_map into simple loop for performance thanks to @beberlei
- 11234: Remove references to deprecated constants from Lexer thanks to @derrabus
- 11228: Add TokenType class thanks to @connorhu
Deprecation
2.18.3
Release Notes for 2.18.3
2.18.3
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
CI
- 11336: Bump CI workflows thanks to @derrabus
Bug
3.0.2
Release Notes for 3.0.2
3.0.2
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 2
Code Style
- 11324: Remove PHP 7 workarounds thanks to @derrabus
Bug
Improvement
- 11305: Remove extra word thanks to @greg0ire
Changes from Lower Branches
- This release contains all changes of the 2.18.2 release.
2.18.2
Release Notes for 2.18.2
2.18.2
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 2
Static Analysis
- 11326: Psalm 5.22.2 thanks to @derrabus
- 11320: PHPStan 1.10.59 thanks to @derrabus
- 11298: Fix sqlWalker::walkSimpleArithmeticExpression phpdoc thanks to @VincentLanglet