Skip to content

Releases: doctrine/orm

2.8.0

04 Dec 13:24
2.8.0
418587b
Compare
Choose a tag to compare

2.7.5

04 Dec 11:32
2.7.5
01187c9
Compare
Choose a tag to compare

Release Notes for 2.7.5

2.7.5

2.7.4

11 Oct 10:25
2.7.4
7d84a49
Compare
Choose a tag to compare

v2.7.3

27 May 08:39
d95e03b
Compare
Choose a tag to compare

2.7.2

2.7.1

15 Feb 15:10
Compare
Choose a tag to compare

A notable change of this version is the introduction of ocramius/package-versions to provide version information, most importantly when using the Doctrine CLI. That also means that you cannot rely on Doctrine\ORM\Version::VERSION constant anymore going forward it will always point to 2.7.1-DEV.

When you update, also make sure to include an update to doctrine/persistence version 1.3.6 and doctrine/reflection 1.1

2.7.1

  • Total issues resolved: 4
  • Total pull requests resolved: 11
  • Total contributors: 11

Bug

Documentation

CI,Deprecation

Bug,Regression

BC Break,Bug

v2.7.0

19 Nov 08:46
v2.7.0
4d763ca
Compare
Choose a tag to compare

Build Status

This release solves Symfony 5.0 compatibility issues, some small improvements, and adds various deprecation notices.

Please read carefully the upgrade to 2.7 notes to know more about the reasons and how to fix the deprecation messages.


  • Total issues resolved: 1
  • Total pull requests resolved: 15
  • Total contributors: 10

Deprecation

CI

Improvement

BC Break,Improvement

Documentation

Bug

BC Break,Deprecation,Improvement

v2.6.6

18 Nov 22:07
v2.6.6
2d9b935
Compare
Choose a tag to compare

Build Status

This release solves the violation of our BC guarantees, we apologise for impacting existing software.


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

BC Break,Bug

v2.6.5

18 Nov 11:19
v2.6.5
16751d2
Compare
Choose a tag to compare

Build Status

This release fixes some important bugs (including a few regressions related to the paginator component and cleaning collections when using DEFERRED_EXPLICIT).

It also marks the EOL for the v2.6.x series since we'll soon be releasing v2.7.0.


  • Total issues resolved: 9
  • Total pull requests resolved: 23
  • Total contributors: 24

Bug,Regression

Bug

CI

Documentation

Improvement

v2.6.4

23 Sep 09:30
v2.6.4
b52ef5a
Compare
Choose a tag to compare

Build Status

This release fixes many bugs (including a performance regression) and makes the v2.x series compatible with PHP 7.4.


  • Total issues resolved: 11
  • Total pull requests resolved: 32
  • Total contributors: 30

Improvement

Bug

Documentation

CI