Skip to content

Releases: doctrine/DoctrineORMModule

6.1.0

25 Jan 22:04
6.1.0
d9c7fa9
Compare
Choose a tag to compare

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

6.0.1

31 Oct 06:03
6.0.1
bb23630
Compare
Choose a tag to compare

6.0.0

09 Jun 00:42
Compare
Choose a tag to compare

Release Notes for 6.0.0

Feature release (major)

Added

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

New Contributors

Full Changelog: 5.3.0...6.0.0

5.3.0

23 Dec 10:43
5.3.0
79715e6
Compare
Choose a tag to compare

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 use Psr\Container\ContainerInterface

5.3.0

  • Total issues resolved: 1
  • Total pull requests resolved: 4
  • Total contributors: 5

Enhacement

5.2.1

17 Aug 12:21
5.2.1
3752197
Compare
Choose a tag to compare

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

Bug

5.2.0

04 Jul 14:41
5.2.0
bb27271
Compare
Choose a tag to compare

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

Enhacement

5.1.0

14 Feb 13:03
5.1.0
fe29853
Compare
Choose a tag to compare

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

Enhacement

5.0.1

04 Feb 19:52
5.0.1
3525562
Compare
Choose a tag to compare

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

4.2.1

04 Feb 19:42
4.2.1
19b568d
Compare
Choose a tag to compare

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

Bug

5.0.0

04 Jan 22:15
5.0.0
7a732ee
Compare
Choose a tag to compare

Release Notes for 5.0.0

Backwards 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 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.

5.0.0

  • Total issues resolved: 0
  • Total pull requests resolved: 7
  • Total contributors: 1

BC Break

BC Break,Enhacement

Enhacement