Releases: doctrine/DoctrineBundle
Releases · doctrine/DoctrineBundle
2.17.1
Release Notes for 2.17.1
2.17.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bugfixes
- 2084: Restore compatibility thanks to @greg0ire
2.17.0
Release Notes for 2.17.0
Feature release (minor)
2.17.0
- Total issues resolved: 0
- Total pull requests resolved: 18
- Total contributors: 3
Deprecation
- 2055: Deprecate use_savepoints when using DBAL 4 thanks to @greg0ire
- 2048: Deprecate disable_type_comments thanks to @greg0ire
- 1976: Deprecate passing an event manager to CF::createConnection() thanks to @greg0ire
- 1962: Deprecate report_fields_where_declared thanks to @greg0ire
Improvement
- 2076: Inline parent class code thanks to @greg0ire
- 2061: Remove useless comment thanks to @greg0ire
- 2060: Switch entirely to doctrine/deprecations thanks to @greg0ire
- 2025: Use IgnoreDeprecations instead of WithoutErrorHandler thanks to @greg0ire
- 1983: Enable strict types thanks to @greg0ire
Bugfixes
- 2073: Fix escaped placeholder and interpolate paramters with non sequential numeric keys thanks to @FlashBlack
Static Analysis
- 2066: Remove PHPStan ignore rule thanks to @greg0ire
Documentation
CI
- 2074: Bump doctrine/.github from 7.3.0 to 8.0.0 thanks to @dependabot[bot]
Test Suite
- 2058: Remove illegitimate mentions of "legacy" thanks to @greg0ire
- 2047: Fix detection of errors thanks to @greg0ire
- 2043: Upgrade to PHPUnit 12 thanks to @greg0ire
- 2040: Phpunit 11 thanks to @greg0ire
- 2036: Remove DeprecationFreeExtension thanks to @greg0ire
2.16.2
Release Notes for 2.16.2
2.16.x bugfix release (patch)
2.16.2
- Total issues resolved: 0
- Total pull requests resolved: 16
- Total contributors: 3
Bugfixes
- 2029: Fix erroneous order of events for multi events per listener thanks to @acran
- 2007: Emit deprecation only for PHP 8.4 users thanks to @greg0ire
Static Analysis
- 2028: Remove redundant assertions thanks to @greg0ire
Improvements
Test Suite
- 2027: Remove useless test thanks to @greg0ire
- 2022: Migrate to willReturn() thanks to @greg0ire
- 2017: Migrate more PHPUnit attributes thanks to @greg0ire
- 2016: Remove bootstrap file thanks to @greg0ire
- 2015: Migrate to attributes for PHPUnit thanks to @greg0ire
- 2005: Phpunit 10 thanks to @greg0ire
- 1993: Silence more deprecations thanks to @greg0ire
- 1991: Bump versions thanks to @greg0ire
- 1988: Introduce polyfill for Application::addCommand() thanks to @greg0ire
- 1973: Remove legacy group thanks to @greg0ire
CI
- 2006: Bump doctrine/.github from 7.1.0 to 7.3.0 thanks to @dependabot[bot]
- 1999: Test without symfony/doctrine-messenger thanks to @greg0ire
2.16.1
Release Notes for 2.16.1
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 thanks to @Bosswell and @stevekonrad
Test Suite
-
1963: Remove deprecated cache classes from test fixtures thanks to @derrabus
-
1953: Reduce reliance on YamlBundle in tests thanks to @greg0ire
CI
Documentation
Static Analysis
Improvement
- 1931: Lint config directory thanks to @greg0ire
2.16.0
Release Notes for 2.16.0
Feature release (minor)
2.16.0
- Total issues resolved: 0
- Total pull requests resolved: 7
- Total contributors: 4
Improvements
- 1914: Convert config from XML to PHP thanks to @nicolas-grekas
- 1912: Lower priority for messenger.doctrine_schema_listener thanks to @melkamar
- 1898: Do not configure deprecated proxy options when native lazy ghost objects are enabled thanks to @mbabker
- 1906: Do not enable the proxy autoloader or cache warmer when using native lazy objects thanks to @mbabker
- 1892: Register doctrine:mapping:describe command thanks to @stlgaits
Bugfixes
- 1919: Fix the tag definition for the 'doctrine.orm.entity_value_resolver' service thanks to @mbabker
Breaking changes
2.15.2
Release Notes for 2.15.2
2.15.x bugfix release (patch)
2.15.2
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bugfixes
2.15.1
Release Notes for 2.15.1
2.15.x bugfix release (patch)
2.15.1
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 3
Bugfixes
Improvements
Documentation
2.15.0
Release Notes for 2.15.0
Feature release (minor)
2.15.0
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 4
Improvement
-
1888: add configuration for php native lazy object thanks to @eltharin
-
1878: Improve named autowiring targets thanks to @nicolas-grekas
Feature
2.14.1
Release Notes for 2.14.1
2.14.x bugfix release (patch)
2.14.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
CI
- 1886: Bump doctrine/.github from 7.2.2 to 7.3.0 thanks to @dependabot[bot]
- 1875: Upgrade to doctrine/coding-standard 13 thanks to @greg0ire
Documentation
2.14.0
Release Notes for 2.14.0
2.14.0
- Total issues resolved: 0
- Total pull requests resolved: 8
- Total contributors: 7
Improvement
- 1872: Add loaded entities profiler section thanks to @mamazu
- 1868: Ensure classes using the
#[Entity]attribute are not declared as service thanks to @GromNaN - 1863: feat: allow doctrine/persistence v4 thanks to @kochen
- 1859: bump to phpstan level 4 thanks to @dmaicher
- 1850: Make doctrine/cache optional thanks to @derrabus
- 1849: Remove support for Symfony 5 thanks to @derrabus
- 1843: Use
kernel.build_dirby default for proxy dir and metadata cache thanks to @alexndlm