Tags: Dinesh0204/orm
Tags
### Release Notes for [3.5.2](https://github.com/doctrine/orm/milesto… …ne/190) 3.5.x bugfix release (patch) ### 3.5.2 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** #### Test Suite - [12114: Don't partially mock the AbstractPlatform class](doctrine#12114) thanks to @derrabus #### Bug - [12108: Address deprecations](doctrine#12108) thanks to @greg0ire
### Release Notes for [2.20.6](https://github.com/doctrine/orm/milest… …one/184) 2.20.x bugfix release (patch) ### 2.20.6 - Total issues resolved: **0** - Total pull requests resolved: **6** - Total contributors: **4** #### Documentation - [12099: doc: update supported branches on README (2.20.x)](doctrine#12099) thanks to @alexislefebvre - [12097: Add 2nd level cache test for insert without post-inserted ID](doctrine#12097) thanks to @mvorisek - [11835: fix: calling scheduleForInsert twice](doctrine#11835) thanks to @gseidel #### Improvement - [12087: Improve BasicEntityPersister to be more flexible and cleaner](doctrine#12087) thanks to @mvorisek #### Bug - [12078: Fix embedded classes display in orm:mapping:command output](doctrine#12078) thanks to @stlgaits - [11934: Fix JoinedSubclassPersister when multiple entities are inserted](doctrine#11934) thanks to @mvorisek
### Release Notes for [3.5.1](https://github.com/doctrine/orm/milesto… …ne/188) 3.5.x bugfix release (patch) ### 3.5.1 - Total issues resolved: **0** - Total pull requests resolved: **9** - Total contributors: **4** #### Bug - [12098: Address deprecations from doctrine/dbal](doctrine#12098) thanks to @greg0ire - [12088: Quote parts of the table name](doctrine#12088) thanks to @greg0ire - [12063: Proxy class with BackedEnum as primary key does not convert the enum](doctrine#12063) thanks to @wmouwen - [12062: Fix unhandled ParameterType case for binary PKs](doctrine#12062) thanks to @janedbal #### Test Suite - [12094: Remove if statement](doctrine#12094) thanks to @greg0ire #### Deprecation - [12083: Deprecate ClassMetadata::$reflFields](doctrine#12083) thanks to @greg0ire #### Documentation - [12075: 📖 Actualize code block to be compatible with DBAL v4, use modern PHP](doctrine#12075) thanks to @andrew-demb - [12056: Remove branchName from unmaintained branch](doctrine#12056) thanks to @greg0ire #### Static Analysis - [12072: Update baseline because of doctrine/dbal 4.3.0](doctrine#12072) thanks to @greg0ire
### Release Notes for [3.5.0](https://github.com/doctrine/orm/milesto… …ne/182) Feature release (minor) ### 3.5.0 - Total issues resolved: **0** - Total pull requests resolved: **9** - Total contributors: **5** #### Improvement - [12037: Add console completion for entityName param of orm:mapping:describe c…](doctrine#12037) thanks to @stlgaits - [11978: doctrine#11977 implemented batching of `INSERT` operations in `UnitOfWork#executeInserts()` so that `EntityPersister#executeInserts()` calls are reduced](doctrine#11978) thanks to @Ocramius #### Deprecation - [12036: Deprecate proxy autoloader and class name resolver](doctrine#12036) thanks to @greg0ire - [12022: Provide upgrade path to new ORMSetup::create* signature](doctrine#12022) thanks to @greg0ire - [12020: Deprecate more proxies-related methods or calls](doctrine#12020) thanks to @greg0ire - [12005: Deprecate not using native lazy objects on PHP 8.4+](doctrine#12005) thanks to @greg0ire - [11989: Deprecate methods for configuring no longer configurable features](doctrine#11989) thanks to @greg0ire #### New Feature - [11988: Add index mapping to column](doctrine#11988) thanks to @jannes-io - [11781: Detect DBAL's number type](doctrine#11781) thanks to @derrabus
### Release Notes for [3.4.4](https://github.com/doctrine/orm/milesto… …ne/186) 3.4.x bugfix release (patch) ### 3.4.4 - Total issues resolved: **0** - Total pull requests resolved: **4** - Total contributors: **3** #### Bug - [12043: Only throw PHP 8.4 requirement exception when enabling native lazy objects.](doctrine#12043) thanks to @beberlei #### Improvement - [12039: do not register the legacy proxy class name resolver with enabled native lazy ghost](doctrine#12039) thanks to @xabbuh #### Static Analysis - [12033: Remove wrong assertion](doctrine#12033) thanks to @greg0ire #### Test Suite - [12030: Rework tests and benchmarks to work with lazy objects](doctrine#12030) thanks to @greg0ire
### Release Notes for [3.4.3](https://github.com/doctrine/orm/milesto… …ne/185) 3.4.x bugfix release (patch) ### 3.4.3 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### Bug - [12031: Clean the handling of proxy initialization in the UnitOfWork](doctrine#12031) thanks to @stof
### Release Notes for [2.20.5](https://github.com/doctrine/orm/milest… …one/179) 2.20.x bugfix release (patch) ### 2.20.5 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** #### Bug - [12006: Fix calls to Application::add()](doctrine#12006) thanks to @derrabus #### Improvement,Stale - [8012: Bug/doctrine#8011 ordering with arithmetic expression](doctrine#8012) thanks to @sgehrig
### Release Notes for [3.4.1](https://github.com/doctrine/orm/milesto… …ne/181) 3.4.x bugfix release (patch) ### 3.4.1 - Total issues resolved: **0** - Total pull requests resolved: **5** - Total contributors: **2** #### BC Break - [12012: Revert "add capability to use allfields sql notation"](doctrine#12012) thanks to @greg0ire - [12008: Ensure proxies implementations behave the same on entity not found](doctrine#12008) thanks to @greg0ire #### Bug - [12002: Make proxyDir and proxyNs nullable and optional](doctrine#12002) thanks to @greg0ire #### Test Suite - [12001: Enable native lazy objects by default](doctrine#12001) thanks to @greg0ire #### Documentation - [11992: repair code block bad showing](doctrine#11992) thanks to @eltharin
### Release Notes for [3.4.0](https://github.com/doctrine/orm/milesto… …ne/172) ### 3.4.0 - Total issues resolved: **0** - Total pull requests resolved: **12** - Total contributors: **8** #### Improvement - [11973: Add constructor argument](doctrine#11973) thanks to @eltharin - [11896: Association Mappings: replace assertions by explicit exceptions](doctrine#11896) thanks to @olinox14 - [11852: Final tests and adjustments to allow mapping properties with hooks](doctrine#11852) thanks to @beberlei - [11813: &doctrine#91;RFC&doctrine#93; Expose QueryBuilder::getType](doctrine#11813) thanks to @VincentLanglet - [11776: Respect referencedColumnName defaults in custom naming strategies](doctrine#11776) thanks to @curry684 - [11659: Necessary refactorings for Property hooks](doctrine#11659) thanks to @beberlei #### Test Suite - [11876: Address deprecation of ClassMetadata::$reflFields](doctrine#11876) thanks to @greg0ire #### Bug - [11873: Bugfix: Missed a spot using getUnderlyingReflector](doctrine#11873) thanks to @beberlei #### New Feature - [11847: add capability to hydrate an entity in a dto](doctrine#11847) thanks to @eltharin - [11846: add capability to use allfields sql notation](doctrine#11846) thanks to @eltharin - [10624: feat: allow setting foreign key as deferrable](doctrine#10624) thanks to @simPod #### Code Style - [11782: Fix CS](doctrine#11782) thanks to @derrabus
PreviousNext