3.0.1
版本发布时间: 2024-02-22 22:24:00
doctrine/orm最新发布版本:3.2.2(2024-08-23 18:30:51)
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
- 11287: Allow (Array)ParameterType in QueryBuilder thanks to @hanishsingla and @derrabus
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
- 11226: Be less restrictive in DiscriminatorColumnMapping phpdoc thanks to @VincentLanglet
CI
- 11210: Switch back to stable dependencies thanks to @derrabus
Changes from Lower Branches
- This release contains all changes of the 2.18.1 release.