mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #10861] Merge release 2.16.0 into 3.0.x #12666
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/doctrine/orm/pull/10861
State: closed
Merged: No
Release Notes for 2.16.0
2.16.0
Improvement
10848: Use properties instead of getters to read property/class names via reflection thanks to @nicolas-grekas
10832: Decouple public API from Doctrine\Persistence\Proxy thanks to @nicolas-grekas
10785: Add a safeguard against multiple objects competing for the same identity map entry thanks to @mpdude
10735: Make it possible to have non-NULLable self-referencing associations when using application-provided IDs thanks to @mpdude
10727: Revert "Allow symfony/console 7" thanks to @derrabus
10724: Temporarily allow
symfony/console7 thanks to @derrabus10704: Remove unreachable piece of code thanks to @greg0ire
10547: Compute the commit order (inserts/deletes) on the entity level thanks to @mpdude
10833: Cleanup psalm-type AutogenerateMode thanks to @nicolas-grekas
10598: Support not Insertable/Updateable columns for entities with
JOINEDinheritance type thanks to @e-vil-devTest Suite
Deprecation
Static Analysis
AbstractQuery::getSingleScalarResult()thanks to @phansysNew Feature
Deprecation,Improvement