Skip to content

4.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 11:24
· 156 commits to 6.4.x since this release
4.1.0
d30abc1

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

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

Bug

Documentation