Tags: doctrine/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](#12114) thanks to @derrabus #### Bug - [12108: Address deprecations](#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)](#12099) thanks to @alexislefebvre - [12097: Add 2nd level cache test for insert without post-inserted ID](#12097) thanks to @mvorisek - [11835: fix: calling scheduleForInsert twice](#11835) thanks to @gseidel #### Improvement - [12087: Improve BasicEntityPersister to be more flexible and cleaner](#12087) thanks to @mvorisek #### Bug - [12078: Fix embedded classes display in orm:mapping:command output](#12078) thanks to @stlgaits - [11934: Fix JoinedSubclassPersister when multiple entities are inserted](#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](#12098) thanks to @greg0ire - [12088: Quote parts of the table name](#12088) thanks to @greg0ire - [12063: Proxy class with BackedEnum as primary key does not convert the enum](#12063) thanks to @wmouwen - [12062: Fix unhandled ParameterType case for binary PKs](#12062) thanks to @janedbal #### Test Suite - [12094: Remove if statement](#12094) thanks to @greg0ire #### Deprecation - [12083: Deprecate ClassMetadata::$reflFields](#12083) thanks to @greg0ire #### Documentation - [12075: 📖 Actualize code block to be compatible with DBAL v4, use modern PHP](#12075) thanks to @andrew-demb - [12056: Remove branchName from unmaintained branch](#12056) thanks to @greg0ire #### Static Analysis - [12072: Update baseline because of doctrine/dbal 4.3.0](#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…](#12037) thanks to @stlgaits - [11978: #11977 implemented batching of `INSERT` operations in `UnitOfWork#executeInserts()` so that `EntityPersister#executeInserts()` calls are reduced](#11978) thanks to @Ocramius #### Deprecation - [12036: Deprecate proxy autoloader and class name resolver](#12036) thanks to @greg0ire - [12022: Provide upgrade path to new ORMSetup::create* signature](#12022) thanks to @greg0ire - [12020: Deprecate more proxies-related methods or calls](#12020) thanks to @greg0ire - [12005: Deprecate not using native lazy objects on PHP 8.4+](#12005) thanks to @greg0ire - [11989: Deprecate methods for configuring no longer configurable features](#11989) thanks to @greg0ire #### New Feature - [11988: Add index mapping to column](#11988) thanks to @jannes-io - [11781: Detect DBAL's number type](#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.](#12043) thanks to @beberlei #### Improvement - [12039: do not register the legacy proxy class name resolver with enabled native lazy ghost](#12039) thanks to @xabbuh #### Static Analysis - [12033: Remove wrong assertion](#12033) thanks to @greg0ire #### Test Suite - [12030: Rework tests and benchmarks to work with lazy objects](#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](#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()](#12006) thanks to @derrabus #### Improvement,Stale - [8012: Bug/#8011 ordering with arithmetic expression](#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"](#12012) thanks to @greg0ire - [12008: Ensure proxies implementations behave the same on entity not found](#12008) thanks to @greg0ire #### Bug - [12002: Make proxyDir and proxyNs nullable and optional](#12002) thanks to @greg0ire #### Test Suite - [12001: Enable native lazy objects by default](#12001) thanks to @greg0ire #### Documentation - [11992: repair code block bad showing](#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](#11973) thanks to @eltharin - [11896: Association Mappings: replace assertions by explicit exceptions](#11896) thanks to @olinox14 - [11852: Final tests and adjustments to allow mapping properties with hooks](#11852) thanks to @beberlei - [11813: [RFC] Expose QueryBuilder::getType](#11813) thanks to @VincentLanglet - [11776: Respect referencedColumnName defaults in custom naming strategies](#11776) thanks to @curry684 - [11659: Necessary refactorings for Property hooks](#11659) thanks to @beberlei #### Test Suite - [11876: Address deprecation of ClassMetadata::$reflFields](#11876) thanks to @greg0ire #### Bug - [11873: Bugfix: Missed a spot using getUnderlyingReflector](#11873) thanks to @beberlei #### New Feature - [11847: add capability to hydrate an entity in a dto](#11847) thanks to @eltharin - [11846: add capability to use allfields sql notation](#11846) thanks to @eltharin - [10624: feat: allow setting foreign key as deferrable](#10624) thanks to @simPod #### Code Style - [11782: Fix CS](#11782) thanks to @derrabus
PreviousNext