Skip to content

Releases: doctrine/DoctrineModule

6.0.0

10 May 19:25
38e4c4a
Compare
Choose a tag to compare

Release Notes for 6.0.0
Feature release (major)

Added

  • Support for Laminas Cache used by default
  • Doctrine Annotations 2.0

Removed

  • Support for PHP 7.4

6.0.0

Total issues resolved: 1
Total pull requests resolved: 3
Total contributors: 3

What's Changed

  • Adjust dependencies/code for doctrine/annotations 2 compatibility by @demiankatz in #801
  • Switch default cache config to make use of laminas-cache, when doctrine/cache ^2.0 is installed by @driehle in #796
  • Feat/merge drop php74 by @TomHAnderson in #804

New Contributors

Full Changelog: 5.3.0...6.0.0

5.3.0

20 Dec 09:34
5.3.0
ad34620
Compare
Choose a tag to compare

Release Notes for 5.3.0

Feature release (minor)

Added

  • Support for PHP 8.2

Changed

  • 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: 7
  • Total contributors: 4

Enhancement

5.2.1

28 Oct 09:06
5.2.1
7999457
Compare
Choose a tag to compare

Release Notes for 5.2.1

5.2.x bugfix release (patch)

5.2.1

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

Enhancement

Bug

5.2.0

04 Jul 13:36
5.2.0
cb29fac
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: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Enhancement

5.1.1

23 Apr 14:22
5.1.1
50d8be6
Compare
Choose a tag to compare

Release Notes for 5.1.1

5.1.x bugfix release (patch)

Changed

  • Mark DoctrineModule as incompatible with ORM 2.12.0 due to a BC break in ORM 2.12.0
  • Added test cases to check compatibility with ORM

5.1.1

5.0.1

23 Apr 14:18
5.0.1
ca463a3
Compare
Choose a tag to compare

Release Notes for 5.0.1

5.0.x bugfix release (patch)

5.0.1

4.4.2

23 Apr 14:04
4.4.2
8e47008
Compare
Choose a tag to compare

Release Notes for 4.4.2

4.4.x bugfix release (patch)

Changed

  • Mark DoctrineModule as incompatible with ORM 2.12.0 due to a BC break in ORM 2.12.0
  • Added test cases to check compatibility with ORM

4.4.2

  • Total issues resolved: 1
  • Total pull requests resolved: 3
  • Total contributors: 3

Enhancement

Bug

5.1.0

14 Feb 07:58
5.1.0
cf3e01b
Compare
Choose a tag to compare

Release Notes for 5.1.0

Feature release (minor)

5.1.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Enhancement

4.4.1

03 Feb 21:52
4.4.1
0844e03
Compare
Choose a tag to compare

Release Notes for 4.4.1

4.4.x bugfix release (patch)

4.4.1

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

Bug

Enhancement

5.0.0

31 Dec 09:51
5.0.0
64acfd2
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.
  • laminas-cache is now required in version ^3.1 (see 3.0 and 3.1 for breaking changes).
  • laminas-form is now required in version ^3.0 (see release notes for breaking changes).
  • doctrine-laminas-hydrator is now required in ^3.0 (see release notes for breaking changes).

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: 10
  • Total contributors: 1

BC Break

BC Break,Enhancement

Enhancement

BC Break,Feature Removal