Skip to content

Releases: doctrine/DoctrineModule

6.1.1

27 Jan 10:46
6.1.1
ece0803
Compare
Choose a tag to compare

Release Notes for 6.1.1

6.1.x bugfix release (patch)

6.1.1

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

Enhancement

6.1.0

17 Jan 13:56
6.1.0
fc1f8f4
Compare
Choose a tag to compare

Release Notes for 6.1.0

Feature release (minor)

Added

  • Support for PHP 8.2

6.1.0

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

Enhancement

6.0.7

06 Nov 14:46
6.0.7
Compare
Choose a tag to compare

Release Notes for 6.0.7

6.0.x bugfix release (patch)

6.0.7

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

Bug

6.0.5

25 Oct 04:04
6.0.5
f1c5094
Compare
Choose a tag to compare

6.0.4

25 Jul 23:14
6.0.4
562ed42
Compare
Choose a tag to compare

Release Notes for 6.0.4

6.0.4

6.0.3

09 Jun 21:29
d02db3d
Compare
Choose a tag to compare

Release Notes for 6.0.3

6.0.x bugfix release (patch)

6.0.3

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

Bug

6.0.2

08 Jun 15:42
07b4e0f
Compare
Choose a tag to compare

Release Notes for 6.0.2

6.0.x bugfix release (patch)

6.0.2

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

Bug

  • Fix cache configuration for better Doctrine compatibility. by @demiankatz in #806

6.0.1

08 Jun 06:35
a63fb62
Compare
Choose a tag to compare

Release Notes for 6.0.1

6.0.x bugfix release (patch)

6.0.1

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

Bug

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