Releases: doctrine/DoctrineBundle
2.10.2
Release Notes for 2.10.2
2.10.x bugfix release (patch)
2.10.2
-
Total issues resolved: 0
-
Total pull requests resolved: 4
-
Total contributors: 4
-
1694: Add missing
reportFieldsWhereDeclared
field parameter to DoctrineOrmMappingsPass methods thanks to @jdecool -
1688: Add psalm and phpcs files to .gitattributes thanks to @VincentLanglet
Bug
2.10.1
Release Notes for 2.10.1
2.10.x bugfix release (patch)
2.10.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
2.10.0
Release Notes for 2.10.0
Feature release (minor)
2.10.0
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 3
Test Suite
Improvement
-
1670: Expose a setting to opt-in for the XSD validation for mapping thanks to @stof
-
1669: Use the DsnParser to handle the url option thanks to @stof
-
1664: [DoctrineBundle] deprecate EventSubscriberInterface thanks to @alli83
Feature
2.9.2
Release Notes for 2.9.2
2.9.x bugfix release (patch)
2.9.2
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Documentation
Bug
2.9.1
Release Notes for 2.9.1
2.9.x bugfix release (patch)
2.9.1
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Bug
2.9.0
Release Notes for 2.9.0
Feature release (minor)
2.9.0
- Total issues resolved: 1
- Total pull requests resolved: 11
- Total contributors: 6
Improvement
- 1637: Service Doctrine\DBAL\Driver\Connection is an instance of Doctrine\DBAL\Connection which does not implement Doctrine\DBAL\Driver\Connection thanks to @chrif
- 1635: [DoctrineBundle] feat: doctrine schema subscribers as listeners thanks to @alli83
- 1634: Fix all deprecations thanks to @dmaicher
- 1633: improve DoctrineDataCollectorTest and fix some deprecations thanks to @dmaicher
- 1629: add priority argument to AsEntityListener attribute thanks to @Jontsa
- 1624: Allow to specify
EntityValueResolver
asValueResolver
thanks to @MatTheCat - 1609: Add tabs to profiler UI. thanks to @nickygerritsen
- 1608: Profiler: Linkify classes in entities mapping section thanks to @nickygerritsen
- 1607: Update Profiler UI for Symfony 6.2+. thanks to @nickygerritsen
- 1569: Register PdoSessionHandlerSchemaSubscriber thanks to @alli83
Feature
Bug
2.8.3
Release Notes for 2.8.3
2.8.x bugfix release (patch)
2.8.3
- Total issues resolved: 1
- Total pull requests resolved: 4
- Total contributors: 4
Documentation
- 1626: Fix: Link to issue thanks to @localheinz
Bug
- 1621: Fix checking for lazy ghost entities thanks to @nicolas-grekas and @mba242
- 1616: Fix compat with repositories declared as lazy services thanks to @nicolas-grekas
CI
2.8.2
Release Notes for 2.8.2
2.8.x bugfix release (patch)
2.8.2
-
Total issues resolved: 0
-
Total pull requests resolved: 1
-
Total contributors: 1
-
1611: Add generics types on ServiceEntityRepository using the LazyServiceEntityRepository thanks to @jdecool
2.8.1
Release Notes for 2.8.1
2.8.x bugfix release (patch)
2.8.1
- Total issues resolved: 1
- Total pull requests resolved: 3
- Total contributors: 3
Bug
- 1601: [2.8.0] Container compilation fails if symfony/doctrine-messenger is not used thanks to @gndk
- 1600: Mark ServiceEntityRepository as lazy thanks to @nicolas-grekas
Bug,Status: Needs Work
Documentation,Feature
2.8.0
Release Notes for 2.8.0
Feature release (minor)
2.8.0
- Total issues resolved: 0
- Total pull requests resolved: 15
- Total contributors: 6
Improvement
-
1598: Allow Annotations 2, add attribute support to testing fixtures and test with attributes when able, allow the Annotations package to be an optional dependency thanks to @mbabker
-
1587: remove legacy DBAL logging services + parameters thanks to @dmaicher
-
1586: Drop support for Symfony 4 thanks to @derrabus
-
1576: Raise PHPCS language level to PHP 7.4 thanks to @derrabus
-
1570: Drop support for DBAL 2 thanks to @dmaicher
-
1567: fix remaining getSchemaManager deprecation thanks to @dmaicher
-
1566: fix some DBAL 3.5 deprecations in commands thanks to @dmaicher
-
1597: Bump Psalm and plugins thanks to @derrabus
-
1592: Rename AsEventListener to AsDoctrineListener thanks to @nicolas-grekas