Releases: doctrine/orm
Releases · doctrine/orm
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
Bug
3.0.1
Release Notes for 3.0.1
3.0.x bugfix release (patch)
3.0.1
- Total issues resolved: 1
- Total pull requests resolved: 12
- Total contributors: 8
BC Break
Test Suite
- 11265: Remove unused trait thanks to @greg0ire
Documentation
- 11257: [Documentation] Adding link to Postgres upgrade article thanks to @ThomasLandauer
- 11224: Clean up outdated sentence thanks to @BenMorel
- 11222: Update PHP requirement in README.md thanks to @andreybolonin
- 11221: Update version ORM from 2 to 3 in docs thanks to @andreybolonin
- 11219: Bump dependencies in the "getting started" docs page thanks to @derrabus
- 11218: DoctrineSetup was renamed to ORMSetup thanks to @derrabus
Bug
- 11243: Remove broken assertion from DateAddFunction and DateSubFunction thanks to @ondrejmirtes
- 11242: fix: support array-type arg in QB variadic calls thanks to @simPod
- 11240: Fix broken assert(is_numeric($sql)) in DateAddFunction and DateSubFunction thanks to @ondrejmirtes
Static Analysis
CI
Changes from Lower Branches
- This release contains all changes of the 2.18.1 release.
2.18.1
Release Notes for 2.18.1
2.18.1
- Total issues resolved: 0
- Total pull requests resolved: 9
- Total contributors: 4
Test Suite
- 11288: Backport QueryParameterTest thanks to @derrabus
CI
Bug
- 11270: Treat '0' as a legitimate trim char thanks to @greg0ire
- 11200: Ignore subclasses without discriminatorValue when generating discriminator column condition SQL thanks to @DemoniacDeath