4.1.0
版本发布时间: 2021-11-15 19:24:10
doctrine/DoctrineORMModule最新发布版本:6.1.0(2024-01-26 06:04:42)
Release Notes for 4.1.0
Feature release (minor)
Added
- Support for 8.1. Please note that some upstream dependencies are not yet compatible with PHP 8.1, hence, DoctrineORMModule cannot yet be installed using PHP 8.1.
- Support for DBAL 3.1, either DBAL 2.13 or 3.1 is supported.
Changed
- Documentation is now available from https://www.doctrine-project.org/projects/doctrine-orm-module.html.
-
DoctrineModule is upgraded to
^4.2.2
and now supports either laminas-form 2.0 or 3.0. -
doctrine-laminas-hydrator is upgraded to
^2.2.1
and now supports Doctrine embeddables and immutable DateTime fields.
Deprecated
- Usage of laminas-mvc-console is deprecated. If you used
php public/index.php
to access the Doctrine CLI, please switch to using./vendor/bin/doctrine-module
instead. - All signatures related to laminas-servicemanager 2.0 have been deprecated as DoctrineORMModule already requires laminas-servicemanager 3.0 for a while.
4.1.0
- Total issues resolved: 1
- Total pull requests resolved: 14
- Total contributors: 2
Enhacement
- 690: Make static analysis more strict, Psalm level 5, PhpStan level 5 thanks to @driehle
- 688: Updated composer scripts and removed coverage-checker thanks to @driehle
-
687: Deprecate
createService()
methods as laminas-servicemanager 3.x is already required thanks to @driehle - 686: Setup PHPStan and upgrade upstream workflows thanks to @driehle
- 685: Updated doctrine/coding-standard to 9.0 thanks to @driehle
- 683: Update dependencies and allow PHP 8.1 thanks to @driehle
- 681: Use upstream workflows for coding standards and release-on-milestone-closed thanks to @driehle
- 678: Switched from PSR-0 to PSR-4 and moved classes accordingly thanks to @driehle
- 677: Removed UPGRADE.md, see Github releases instead thanks to @driehle
- 676: Support for PHP 8.1 thanks to @driehle
- 675: Added support for DBAL v3 thanks to @snapshotpl
Bug
- 689: Add missing dependencies to composer.json to prevent unwanted soft dependencies thanks to @driehle
-
680: Remove PHP version config from
composer.json
thanks to @driehle
Documentation
- 682: Add sidebar to documentation on website thanks to @driehle
- 679: Updated docs and readme to include installation notes for PHP 8 thanks to @driehle