List view
Feature release (minor) ### Added - Support for PHP 8.4
No due date•2/2 issues closedFeature release (minor) ### Changed - Upgraded to doctrine/doctrine-module ^6.2.0, see [release notes](https://github.com/doctrine/DoctrineModule/releases/tag/6.2.0) - 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` and `filesystem`, 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
No due date•10/10 issues closedFeature release (minor) ### Added - Support for PHP 8.3
No due date•3/3 issues closed- No due date•5/5 issues closed
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 use `Psr\Container\ContainerInterface`
No due date•5/5 issues closed5.2.x bugfix release (patch) ### Changed - Default key length for Doctrine migrations set to 191 for compatibility with MySQL 8.0 / MariaDB 10.5
No due date•4/4 issues closedFeature release (minor) ### Added - Support for doctrine/persistence 3
No due date•3/3 issues closedFeature release (minor) ### Added - Support for DBAL middlewares (only with DBAl 3.x) - Support for excluding schemas from Doctrine migrations ### Changes - doctrine-laminas-hydrator is now required in ^3.0 (see [release notes](https://github.com/doctrine/doctrine-laminas-hydrator/releases/tag/3.0.0)), support for 2.x is dropped
No due date•6/6 issues closed5.0.x bugfix release (patch)
No due date•1/1 issues closed4.2.x bugfix release (patch)
No due date•1/1 issues closedFeature release (minor) ### Added - Support for annotation based form creation. In contrast to the 3.x series of this module, some class names have changed. The annotations used in 3.x are, however, still compatible with the implementation in 4.2.0.
No due date•8/8 issues closedBackwards incompatible release (major) ### Changed - Internally, properties are now typed wherever possible. This can be breaking if you are extending classes. - Module class, ConfigProvider, option classes and factories are now marked as final. - DoctrineModule is now required in Version ^5.0 (see [release notes](https://github.com/doctrine/DoctrineModule/releases/tag/5.0.0) for breaking changes). - DoctrineModule ^5.0 comes with laminas-cache ^3.1 and laminas-form ^3.0 ### Removed - Integration with laminas-console and laminas-mvc-concole is removed, as these packages are discontinued. Please use `./vendor/bin/doctrine-module` instead of `php public/index.php` to access CLI. - Support for PHP 7.3 was removed.
No due date•7/7 issues closedFeature 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](https://github.com/doctrine/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](https://github.com/doctrine/DoctrineModule) is upgraded to `^4.2.2` and now supports either [laminas-form](https://github.com/laminas/laminas-form) 2.0 or 3.0. - [doctrine-laminas-hydrator](https://github.com/doctrine/doctrine-laminas-hydrator) is upgraded to `^2.2.1` and now supports Doctrine embeddables and immutable DateTime fields. ### Deprecated - Usage of [laminas-mvc-console](https://github.com/laminas/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](https://github.com/laminas/laminas-servicemanager) 2.0 have been deprecated as DoctrineORMModule already requires laminas-servicemanager 3.0 for a while.
No due date•15/15 issues closed4.0.x bugfix release (patch) ### Changed - `DoctrinePaginator` now implements `JsonSerializable` which it didn't before to solve a caching issue
No due date•2/2 issues closed- No due date•3/3 issues closed
- No due date•39/39 issues closed
- No due date•27/27 issues closed