2.8.2
版本发布时间: 2021-02-18 01:59:59
doctrine/orm最新发布版本:3.2.2(2024-08-23 18:30:51)
Release Notes for 2.8.2
2.8.2
- Total issues resolved: 4
- Total pull requests resolved: 10
- Total contributors: 11
Documentation
- 8420: Set 2.8 as current supported version thanks to @SenseException
Bug
- 8401: Identifier type is not set when many2many relations are deleted thanks to @yoshz
- 8376: [GH-7486] Bugfix: failing when clearing empty cache is wrong semantics thanks to @beberlei
- 8374: Fix invalid psalm annotation thanks to @micheh
-
8328: Infer
datetime_immutable
DBAL type for\DateTimeImmutable
instance parameters thanks to @vhenzl - 8467: [GH-8410] Fix memory leak in new toIterable and state bug. thanks to @beberlei and @simonberger
- 8448: Relax contract of EntityListenerResolver so it doesn't require class name thanks to @ostrolucky
- 8426: Fix --complete flag in orm:ensure-production-settings command thanks to @alexander-schranz
- 8412: fixed memory leak while iterating results thanks to @stlrnz
- 8392: [GH-8231] Bugfix: Missed dirty check synchronization check. thanks to @beberlei and @skurfuerst