2.7.1
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
- 8006: Make Embeddable not transient thanks to @malarzm
- 7987: [GH-7982] no sql executor leads to parse error thanks to @beberlei
- 7983: Null offset access in DQL parser thanks to @ntzm
- 7974: [GH-7505] Bug in SimpleObjectHydrator when using inheritance with same field thanks to @beberlei and @m-r-r
- 7940: [GH-7864] Bugfix in PersistentCollection::removeElement for EXTRA_LAZY. thanks to @beberlei
- 7934: Fix Trying to access array offset on value of type null thanks to @BenMorel
- 7957: Fix version information thanks to @lcobucci
Documentation
- 7973: Just a micro grammar update. thanks to @DocFX
- 7619: Update improving-performance.rst to reflect current state of PHP ecosystem thanks to @Majkl578
- 7500: Prefer PhpFileCache for caching docs thanks to @shadowhand