4.0.0
版本发布时间: 2022-01-05 07:39:44
doctrine/DoctrineMongoODMModule最新发布版本:5.1.0(2024-01-22 15:56:56)
Release Notes for 4.0.0
Backwards incompatible release (major)
Added
- Support für PHP 8.1.
Changed
- Internally, properties are now typed wherever possible. This can be breaking if you are extending classes.
- Module class, option classes and factories are now marked as final.
- DoctrineModule is now required in Version ^5.0 (see release notes 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 ofphp public/index.php
to access CLI. - Support for PHP 7.3 was removed.
4.0.0
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 1
BC Break
- 259: Improve static analysis thanks to @driehle
-
258: Mark
Module
, option classes and factories as final thanks to @driehle
BC Break,Enhancement
- 257: Removed signatures related to laminas-servicemanager 2.x thanks to @driehle
- 256: Update dependencies with DoctrineModule 5.0 thanks to @driehle
- 255: Drop PHP 7.3 and introduce typed properties thanks to @driehle