Tags: doctrine/DoctrineBundle
Tags
### Release Notes for [3.0.0](https://github.com/doctrine/DoctrineBun… …dle/milestone/28) ### 3.0.0 - Total issues resolved: **1** - Total pull requests resolved: **36** - Total contributors: **3** #### BC Break - [2087: Tweaks](#2087) thanks to @greg0ire - [2077: Make DependencyInjection namespace internal](#2077) thanks to @greg0ire - [2064: Remove `use_savepoints` option](#2064) thanks to @greg0ire - [2056: Cleanup XSD schema](#2056) thanks to @greg0ire - [2054: Remove `disable_type_comments`](#2054) thanks to @greg0ire - [2050: Remove .class parameters](#2050) thanks to @greg0ire - [2049: Remove twig filter for removed method](#2049) thanks to @greg0ire - [2004: Remove deprecated configuration nodes](#2004) thanks to @greg0ire - [2003: Remove deprecated interface and class](#2003) thanks to @greg0ire - [2001: Disallow conflicts between url and standalone options](#2001) thanks to @greg0ire - [1995: Remove URL override feature](#1995) thanks to @greg0ire - [1990: Require ORM 3.4](#1990) thanks to @greg0ire - [1987: Forget about lazy ghost objects](#1987) thanks to @greg0ire - [1979: Remove type and method existence based checks](#1979) thanks to @greg0ire - [1972: Remove unused types](#1972) thanks to @greg0ire - [1958: Remove support for YML](#1958) thanks to @greg0ire - [1954: Forget about report_fields_where_declared](#1954) thanks to @greg0ire - [1952: Remove reference to persistence 3 class](#1952) thanks to @greg0ire - [1945: Remove support for annotations](#1945) thanks to @greg0ire - [1943: Remove code related to doctrine/dbal 3](#1943) thanks to @greg0ire - [1939: Remove DisconnectedMetadataFactory](#1939) thanks to @greg0ire - [1930: Remove deprecated Symfony commands](#1930) thanks to @greg0ire - [1924: Remove controller resolver auto mapping configuration](#1924) thanks to @bobvandevijver - [1923: Drop support for doctrine/cache](#1923) thanks to @greg0ire - [1922: Remove "collate" default table option](#1922) thanks to @greg0ire #### Improvement - [2080: Simplify detection code](#2080) thanks to @greg0ire - [2059: Remove useless existence check](#2059) thanks to @greg0ire - [1998: Simplify ContainerRepositoryFactory](#1998) thanks to @greg0ire - [1997: Remove deprecated method](#1997) thanks to @greg0ire - [1992: Remove dependency on var-exporter](#1992) thanks to @greg0ire - [1986: Remove LazyLoadingEntityManagerInterface](#1986) thanks to @greg0ire - [1980: Require PHP 8.4](#1980) thanks to @greg0ire - [1975: Remove unused method](#1975) thanks to @greg0ire - [1974: Remove DBAL 3 specific things](#1974) thanks to @greg0ire - [1935: Remove DoctrineCommand::getEntityGenerator()](#1935) thanks to @greg0ire - [630: Remove the .class parameters](#630) thanks to @javiereguiluz - [2057: Cleanup occurrences of the word "legacy"](#2057) thanks to @greg0ire
### Release Notes for [2.18.0](https://github.com/doctrine/DoctrineBu… …ndle/milestone/123) Feature release (minor) ### 2.18.0 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### Deprecation - [2089: Deprecate methods related to annotations and yaml](#2089) thanks to @greg0ire
### Release Notes for [2.17.2](https://github.com/doctrine/DoctrineBu… …ndle/milestone/122) 2.17.x bugfix release (patch) ### 2.17.2 - Total issues resolved: **0** - Total pull requests resolved: **3** - Total contributors: **1** CI -- - [2094: Use the development file](#2094) thanks to @greg0ire #### Bug - [2093: Revert "Deprecate passing an event manager to CF::createConnection()"](#2093) thanks to @greg0ire - [2092: Restore some more lines from v6 of the bridge](#2092) thanks to @greg0ire
### Release Notes for [2.17.1](https://github.com/doctrine/DoctrineBu… …ndle/milestone/121) ### 2.17.1 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### Bug - [2084: Restore compatibility](#2084) thanks to @greg0ire
### Release Notes for [2.17.0](https://github.com/doctrine/DoctrineBu… …ndle/milestone/116) Feature release (minor) ### 2.17.0 - Total issues resolved: **0** - Total pull requests resolved: **18** - Total contributors: **3** #### Improvement - [2076: Inline parent class code](#2076) thanks to @greg0ire - [2061: Remove useless comment](#2061) thanks to @greg0ire - [2060: Switch entirely to doctrine/deprecations ](#2060) thanks to @greg0ire - [2025: Use IgnoreDeprecations instead of WithoutErrorHandler](#2025) thanks to @greg0ire - [1983: Enable strict types](#1983) thanks to @greg0ire CI -- - [2074: Bump doctrine/.github from 7.3.0 to 8.0.0](#2074) thanks to @dependabot[bot] #### Bug - [2073: Fix escaped placeholder and interpolate paramters with non sequential numeric keys](#2073) thanks to @FlashBlack #### Static Analysis - [2066: Remove PHPStan ignore rule](#2066) thanks to @greg0ire #### Documentation - [2065: Display coverage for default branch](#2065) thanks to @greg0ire #### Test Suite - [2058: Remove illegitimate mentions of "legacy"](#2058) thanks to @greg0ire - [2047: Fix detection of errors](#2047) thanks to @greg0ire - [2043: Upgrade to PHPUnit 12](#2043) thanks to @greg0ire - [2040: Phpunit 11](#2040) thanks to @greg0ire - [2036: Remove DeprecationFreeExtension](#2036) thanks to @greg0ire #### Deprecation - [2055: Deprecate use_savepoints when using DBAL 4](#2055) thanks to @greg0ire - [2048: Deprecate disable_type_comments](#2048) thanks to @greg0ire - [1976: Deprecate passing an event manager to CF::createConnection()](#1976) thanks to @greg0ire - [1962: Deprecate report_fields_where_declared](#1962) thanks to @greg0ire
### Release Notes for [2.16.2](https://github.com/doctrine/DoctrineBu… …ndle/milestone/119) 2.16.x bugfix release (patch) ### 2.16.2 - Total issues resolved: **0** - Total pull requests resolved: **16** - Total contributors: **3** #### Bug - [2029: Fix erroneous order of events for multi events per listener](#2029) thanks to @acran - [2007: Emit deprecation only for PHP 8.4 users](#2007) thanks to @greg0ire #### Static Analysis - [2028: Remove redundant assertions](#2028) thanks to @greg0ire #### Test Suite - [2027: Remove useless test](#2027) thanks to @greg0ire - [2022: Migrate to willReturn()](#2022) thanks to @greg0ire - [2017: Migrate more PHPUnit attributes](#2017) thanks to @greg0ire - [2016: Remove bootstrap file](#2016) thanks to @greg0ire - [2015: Migrate to attributes for PHPUnit](#2015) thanks to @greg0ire - [2005: Phpunit 10](#2005) thanks to @greg0ire - [1993: Silence more deprecations](#1993) thanks to @greg0ire - [1991: Bump versions](#1991) thanks to @greg0ire - [1988: Introduce polyfill for Application::addCommand()](#1988) thanks to @greg0ire - [1973: Remove legacy group](#1973) thanks to @greg0ire #### Improvement - [2008: Switch assertion to doctrine/deprecations](#2008) thanks to @greg0ire CI -- - [2006: Bump doctrine/.github from 7.1.0 to 7.3.0](#2006) thanks to @dependabot[bot] - [1999: Test without symfony/doctrine-messenger](#1999) thanks to @greg0ire
### Release Notes for [2.16.1](https://github.com/doctrine/DoctrineBu… …ndle/milestone/115) 2.16.x bugfix release (patch) ### 2.16.1 - Total issues resolved: **1** - Total pull requests resolved: **8** - Total contributors: **4** #### Bug - [1969: Fix type error in Registry when no entity managers are configured](#1969) thanks to @Bosswell and @stevekonrad #### Test Suite - [1963: Remove deprecated cache classes from test fixtures](#1963) thanks to @derrabus - [1957: Rely even less on YML in tests](#1957) thanks to @greg0ire - [1953: Reduce reliance on YamlBundle in tests](#1953) thanks to @greg0ire CI -- - [1951: Avoid triggering unneeded CI jobs](#1951) thanks to @greg0ire #### Documentation - [1944: Document up-to-date way to deal with Oracle](#1944) thanks to @greg0ire #### Static Analysis - [1937: Statically analyze config directory](#1937) thanks to @greg0ire #### Improvement - [1931: Lint config directory](#1931) thanks to @greg0ire
### Release Notes for [2.16.0](https://github.com/doctrine/DoctrineBu… …ndle/milestone/112) Feature release (minor) ### 2.16.0 - Total issues resolved: **0** - Total pull requests resolved: **6** - Total contributors: **4** #### Bug - [1919: Fix the tag definition for the 'doctrine.orm.entity_value_resolver' service](#1919) thanks to @mbabker #### Improvement - [1914: Convert config from XML to PHP](#1914) thanks to @nicolas-grekas - [1912: Lower priority for messenger.doctrine_schema_listener](#1912) thanks to @melkamar - [1898: Do not configure deprecated proxy options when native lazy ghost objects are enabled](#1898) thanks to @mbabker - [1906: Do not enable the proxy autoloader or cache warmer when using native lazy objects](#1906) thanks to @mbabker - [1892: Register doctrine:mapping:describe command](#1892) thanks to @stlgaits
### Release Notes for [2.15.2](https://github.com/doctrine/DoctrineBu… …ndle/milestone/113) 2.15.x bugfix release (patch) ### 2.15.2 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### Bug - [1916: Shift query backtrace so that class->method corresponds to correct file](#1916) thanks to @ostrolucky
### Release Notes for [2.15.1](https://github.com/doctrine/DoctrineBu… …ndle/milestone/111) 2.15.x bugfix release (patch) ### 2.15.1 - Total issues resolved: **0** - Total pull requests resolved: **3** - Total contributors: **3** #### Bug - [1903: Fix Entity manager is closed on worker mode and PHP 8.4](#1903) thanks to @kraz #### Documentation - [1899: Document that dbname_suffix has no effects on sqlite](#1899) thanks to @alexander-schranz - [1891: Sort middleware without maintaining index association](#1891) thanks to @ruudk
PreviousNext