Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • debian/3.5.2+dfsg-2
    doctrine Debian release 3.5.2+dfsg-2
    
  • debian/3.5.2+dfsg-1
    doctrine Debian release 3.5.2+dfsg-1
    
  • upstream/3.5.2+dfsg
    Upstream version 3.5.2+dfsg
    
  • 3.5.2
    ### Release Notes for [3.5.2](https://github.com/doctrine/orm/milestone/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](https://github.com/doctrine/orm/pull/12114) thanks to @derrabus
    
    #### Bug
    
     - [12108: Address deprecations](https://github.com/doctrine/orm/pull/12108) thanks to @greg0ire
    
  • 2.20.6
    ### Release Notes for [2.20.6](https://github.com/doctrine/orm/milestone/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)](https://github.com/doctrine/orm/pull/12099) thanks to @alexislefebvre
    
     - [12097: Add 2nd level cache test for insert without post-inserted ID](https://github.com/doctrine/orm/pull/12097) thanks to @mvorisek
     - [11835: fix: calling scheduleForInsert twice](https://github.com/doctrine/orm/pull/11835) thanks to @gseidel
    
    #### Improvement
    
     - [12087: Improve BasicEntityPersister to be more flexible and cleaner](https://github.com/doctrine/orm/pull/12087) thanks to @mvorisek
    
    #### Bug
    
     - [12078: Fix embedded classes display in orm:mapping:command output](https://github.com/doctrine/orm/pull/12078) thanks to @stlgaits
     - [11934: Fix JoinedSubclassPersister when multiple entities are inserted](https://github.com/doctrine/orm/pull/11934) thanks to @mvorisek
    
  • debian/3.5.1+dfsg-1
    doctrine Debian release 3.5.1+dfsg-1
    
  • upstream/3.5.1+dfsg
    Upstream version 3.5.1+dfsg
    
  • 3.5.1
    ### Release Notes for [3.5.1](https://github.com/doctrine/orm/milestone/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](https://github.com/doctrine/orm/pull/12098) thanks to @greg0ire
     - [12088: Quote parts of the table name](https://github.com/doctrine/orm/pull/12088) thanks to @greg0ire
     - [12063: Proxy class with BackedEnum as primary key does not convert the enum](https://github.com/doctrine/orm/pull/12063) thanks to @wmouwen
     - [12062: Fix unhandled ParameterType case for binary PKs](https://github.com/doctrine/orm/pull/12062) thanks to @janedbal
    
    #### Test Suite
    
     - [12094: Remove if statement](https://github.com/doctrine/orm/pull/12094) thanks to @greg0ire
    
    #### Deprecation
    
     - [12083: Deprecate ClassMetadata::$reflFields](https://github.com/doctrine/orm/pull/12083) thanks to @greg0ire
    
    #### Documentation
    
     - [12075: :book: Actualize code block to be compatible with DBAL v4, use modern PHP](https://github.com/doctrine/orm/pull/12075) thanks to @andrew-demb
     - [12056: Remove branchName from unmaintained branch](https://github.com/doctrine/orm/pull/12056) thanks to @greg0ire
    
    #### Static Analysis
    
     - [12072: Update baseline because of doctrine/dbal 4.3.0](https://github.com/doctrine/orm/pull/12072) thanks to @greg0ire
    
  • debian/3.5.0+dfsg-1
    doctrine Debian release 3.5.0+dfsg-1
    
  • upstream/3.5.0+dfsg
    Upstream version 3.5.0+dfsg
    
  • 3.5.0
    ### Release Notes for [3.5.0](https://github.com/doctrine/orm/milestone/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…](https://github.com/doctrine/orm/pull/12037) thanks to @stlgaits
     - [11978: #11977 implemented batching of `INSERT` operations in `UnitOfWork#executeInserts()` so that `EntityPersister#executeInserts()` calls are reduced](https://github.com/doctrine/orm/pull/11978) thanks to @Ocramius
    
    #### Deprecation
    
     - [12036: Deprecate proxy autoloader and class name resolver](https://github.com/doctrine/orm/pull/12036) thanks to @greg0ire
     - [12022: Provide upgrade path to new ORMSetup::create* signature](https://github.com/doctrine/orm/pull/12022) thanks to @greg0ire
     - [12020: Deprecate more proxies-related methods or calls](https://github.com/doctrine/orm/pull/12020) thanks to @greg0ire
     - [12005: Deprecate not using native lazy objects on PHP 8.4+](https://github.com/doctrine/orm/pull/12005) thanks to @greg0ire
     - [11989: Deprecate methods for configuring no longer configurable features](https://github.com/doctrine/orm/pull/11989) thanks to @greg0ire
    
    #### New Feature
    
     - [11988: Add index mapping to column](https://github.com/doctrine/orm/pull/11988) thanks to @jannes-io
     - [11781: Detect DBAL's number type](https://github.com/doctrine/orm/pull/11781) thanks to @derrabus
    
  • 3.4.4
    ### Release Notes for [3.4.4](https://github.com/doctrine/orm/milestone/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.](https://github.com/doctrine/orm/pull/12043) thanks to @beberlei
    
    #### Improvement
    
     - [12039: do not register the legacy proxy class name resolver with enabled native lazy ghost](https://github.com/doctrine/orm/pull/12039) thanks to @xabbuh
    
    #### Static Analysis
    
     - [12033: Remove wrong assertion](https://github.com/doctrine/orm/pull/12033) thanks to @greg0ire
    
    #### Test Suite
    
     - [12030: Rework tests and benchmarks to work with lazy objects](https://github.com/doctrine/orm/pull/12030) thanks to @greg0ire
    
  • debian/3.4.3+dfsg-1
    doctrine Debian release 3.4.3+dfsg-1
    
  • upstream/3.4.3+dfsg
    Upstream version 3.4.3+dfsg
    
  • 3.4.3
    ### Release Notes for [3.4.3](https://github.com/doctrine/orm/milestone/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](https://github.com/doctrine/orm/pull/12031) thanks to @stof
    
  • 3.4.2
    ### Release Notes for [3.4.2](https://github.com/doctrine/orm/milestone/183)
    
    3.4.x bugfix release (patch)
    
    ### 3.4.2
    
    - Total issues resolved: **0**
    - Total pull requests resolved: **0**
    - Total contributors: **0**
    
  • 2.20.5
    ### Release Notes for [2.20.5](https://github.com/doctrine/orm/milestone/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()](https://github.com/doctrine/orm/pull/12006) thanks to @derrabus
    
    #### Improvement,Stale
    
     - [8012: Bug/#8011 ordering with arithmetic expression](https://github.com/doctrine/orm/pull/8012) thanks to @sgehrig
    
  • debian/3.4.1+dfsg-1
    doctrine Debian release 3.4.1+dfsg-1
    
  • upstream/3.4.1+dfsg
    Upstream version 3.4.1+dfsg
    
  • 3.4.1
    ### Release Notes for [3.4.1](https://github.com/doctrine/orm/milestone/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"](https://github.com/doctrine/orm/pull/12012) thanks to @greg0ire
    
     - [12008: Ensure proxies implementations behave the same on entity not found](https://github.com/doctrine/orm/pull/12008) thanks to @greg0ire
    
    #### Bug
    
     - [12002: Make proxyDir and proxyNs nullable and optional](https://github.com/doctrine/orm/pull/12002) thanks to @greg0ire
    
    #### Test Suite
    
     - [12001: Enable native lazy objects by default](https://github.com/doctrine/orm/pull/12001) thanks to @greg0ire
    
    #### Documentation
    
     - [11992: repair code block bad showing](https://github.com/doctrine/orm/pull/11992) thanks to @eltharin