Releases: doctrine/DoctrineORMModule
Releases · doctrine/DoctrineORMModule
6.2.0
Release Notes for 6.2.0
Feature release (minor)
Changed
- Upgraded to doctrine/doctrine-module ^6.2.0, see release notes
- doctrine/cache ^2 is now required (1.x is not supported anymore) - Note: This change implies that laminas-cache is now used for caching, as doctrine/cache v2 does not contain implementations anymore. Using laminas-cache, however, is the default config since the 6.0.0 release. If you are using other adapters than
array
andfilesystem
, you might need to require additional laminas packages! - doctrine/dbal 3.x is now required (2.x not supported anymore)
Removed
- Support for PHP 8.0
6.2.0
- Total issues resolved: 0
- Total pull requests resolved: 10
- Total contributors: 1
Enhacement
- 766: Updated and removed unnecessary dev dependencies thanks to @driehle
- 765: Updated to doctrine-coding-standard v12 thanks to @driehle
- 764: Upgraded to doctrine/doctrine-module ^6.2.0 thanks to @driehle
- 763: Dropped support for doctrine/dbal 2.x thanks to @driehle
- 762: Allow doctrine/event-manager ^2.0 thanks to @driehle
- 761: Upgraded PHPStan from 1.12 to 2.0 thanks to @driehle
- 760: Upgraded from PHPUnit 9 to 10 thanks to @driehle
- 759: Removed Psalm in favour of PHPStan thanks to @driehle
- 758: Updated upstream workflows thanks to @driehle
- 757: Drop PHP 8.0 thanks to @driehle
6.1.0
Release Notes for 6.1.0
Feature release (minor)
Added
- Support for PHP 8.3
6.1.0
- Total issues resolved: 1
- Total pull requests resolved: 2
- Total contributors: 3
Enhacement
- 749: PHP 8.3 support thanks to @TomHAnderson
- 748: PHP 8.3 support thanks to @FabianKoestring
- 746: Merge release 6.0.1 into 6.1.x thanks to @github-actions[bot]
6.0.1
Release Notes for 6.0.1
6.0.1
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 3
Enhacement
- 745: Added @template-extends to solve Psalm issues thanks to @driehle
- 744: Updated branch names (.doctrine-project.json) thanks to @driehle
- 743: Merge up 5.4.x to 6.0.x thanks to @driehle
Documentation
6.0.0
Release Notes for 6.0.0
Feature release (major)
Added
- Support for DoctrineModule 6.0
Removed
- Support for PHP 7.4
Changed
- Fixed PHPStan failures
6.0.0
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 2
What's Changed
- Fix PHPStan failures. by @demiankatz in #736
- Merge 5.3.x up into 5.4.x by @greg0ire in #737
- Drop PHP 7.4 by @demiankatz in #738
- Add support for DoctrineModule v6. by @demiankatz in #734
New Contributors
- @demiankatz made their first contribution in #736
Full Changelog: 5.3.0...6.0.0
5.3.0
Release Notes for 5.3.0
Feature release (minor)
Added
- Support for PHP 8.2
Changed
- Bumped DoctrineModule to 5.3.0
- The dependency towards
container-interop/container-interop
was dropped to allow installation of laminas-servicemanager >= 3.11.0 - Users refering to the symbol
Interop\Container\ContainerInterface
should update their code to usePsr\Container\ContainerInterface
5.3.0
- Total issues resolved: 1
- Total pull requests resolved: 4
- Total contributors: 5
Enhacement
- 730: Upgrade to Psalm 5 thanks to @driehle
- 729: Drop
container-interop/container-interop
thanks to @tomudding - 728: PHP 8.2 Support thanks to @rogervila
- 727: PHP 8.2 support thanks to @fezfez
- 725: Merge release 5.2.1 into 5.3.x thanks to @github-actions[bot]
5.2.1
Release Notes for 5.2.1
5.2.x bugfix release (patch)
Changed
- Default key length for Doctrine migrations set to 191 for compatibility with MySQL 8.0 / MariaDB 10.5
5.2.1
- Total issues resolved: 1
- Total pull requests resolved: 3
- Total contributors: 2
Enhacement
- 724: Update workflows and CI thanks to @driehle and @ittmann
Bug
5.2.0
Release Notes for 5.2.0
Feature release (minor)
Added
- Support for doctrine/persistence 3
5.2.0
- Total issues resolved: 1
- Total pull requests resolved: 2
- Total contributors: 3
Documentation
- 719: fixed typo in driver class name in documentation (#717) thanks to @driehle
- 717: Typo in user guide documentation thanks to @ch-feedbackpeople
Enhacement
- 718: Allow persistence v3 thanks to @snapshotpl
5.1.0
Release Notes for 5.1.0
Feature release (minor)
Added
- Support for DBAL middlewares (only with DBAL 3.x)
- Support for excluding schemas from Doctrine migrations
Changed
- doctrine-laminas-hydrator is now required in ^3.0 (see release notes), support for 2.x is dropped
5.1.0
- Total issues resolved: 0
- Total pull requests resolved: 6
- Total contributors: 4
Documentation
- 715: Added documentation for DBAL 3 middlewares thanks to @driehle
- 714: Updated docs in regard of custom types and type comments thanks to @driehle
Enhacement
- 713: Upgrade doctrine-laminas-hydrator to ^3.0 thanks to @driehle
- 712: Merge release 5.0.1 into 5.1.x thanks to @github-actions[bot]
- 709: Add support for schema assets filter option thanks to @villermen
- 708: Add support for DBAL Middlewares thanks to @snapshotpl
5.0.1
Release Notes for 5.0.1
5.0.x bugfix release (patch)
5.0.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
- 710: Require orm ^2.11 and adapt cache implementation thanks to @driehle
- 711: Merge release 4.2.1 into 5.0.x thanks to @github-actions[bot]
4.2.1
Release Notes for 4.2.1
4.2.x bugfix release (patch)
4.2.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1