Doctrine v2.8.1 Release Notes
Release Date: 2020-12-04 // over 2 years ago-
๐ Release Notes for 2.8.1
2.8.1
Total issues resolved: 4
Total pull requests resolved: 2
Total contributors: 5
8371: Fix ambiguous case where an entity is also a Traversable thanks to @beberlei
8370: [GH-8366] Catch additional Persistence MappingException thanks to @beberlei and @garak
โก๏ธ 8369: The class 'DateTime' was not found in the chain configured namespaces App\Entity since update to doctrine/orm 2.8 thanks to @fabien007
๐ง 8367: Break in 2.8: The class 'DateTime' was not found in the chain configured namespaces thanks to @kerbert101
8365: Break in 2.8: Cannot bind QueryBuilder parameters with \IteratorAggregate entities: leads to incorrect SQL generated code thanks to @ambroisemaupate
Previous changes from v2.7.4
-
๐ Release Notes for 2.7.4
2.7.4
Total issues resolved: 0
Total pull requests resolved: 8
Total contributors: 8
๐ 8286: psalm fixes thanks to @orklah
8150: Infer return type information with Psalter thanks to @greg0ire
8107: Fix QueryBuilder::getParameter() on parameter names with colons thanks to @tom93
๐ Bug
- ๐ 8277: Fix OrderByItem parser to proceed with SimpleArithmetic expression before function thanks to @ipernet
- 8234: Fix for bug #8229 (id column from parent class renamed in child class) thanks to @cziegenberg
- 8122: Prohibits class typo in the discriminator map thanks to @gquemener
๐ Documentation