2.10.4
版本发布时间: 2021-12-21 17:49:26
doctrine/orm最新发布版本:3.2.2(2024-08-23 18:30:51)
What's Changed
Bugs fixed
- Fix making columns optional in indexes xml schema as they can be defined via fields now by @alexander-schranz in https://github.com/doctrine/orm/pull/9210
- Added psalm param to abstract addFilterConstraint by @KevinVanSonsbeek in https://github.com/doctrine/orm/pull/9229
- Fix SchemaValidator with abstract child class in discriminator map - Enforcing Abstract Entity in DiscriminatorMap is important for some operations by @olsavmic in https://github.com/doctrine/orm/pull/9262
- Make PrimaryReadReplicaConnection enforcement explicit by @beberlei in https://github.com/doctrine/orm/pull/9239
Maintenance
- Remove fallbacks for old
doctrine/annotations
versions by @derrabus in https://github.com/doctrine/orm/pull/9235 - PHPCS 3.6.2, Psalm 4.15.0 by @derrabus in https://github.com/doctrine/orm/pull/9247
Documentation
- [Documentation] Events Overview Table: Adding "Passed Argument" column by @ThomasLandauer in https://github.com/doctrine/orm/pull/9184
- Docs: consistency for FQCN, spacing, etc by @andrew-demb in https://github.com/doctrine/orm/pull/9232
- [docs] Fix wording for attributes=>parameters. by @beberlei in https://github.com/doctrine/orm/pull/9265
- Docs: use canonical order for phpdoc tags, add missed semicolon by @andrew-demb in https://github.com/doctrine/orm/pull/9190
New Contributors
- @KevinVanSonsbeek made their first contribution in https://github.com/doctrine/orm/pull/9229
- @andrew-demb made their first contribution in https://github.com/doctrine/orm/pull/9232
Full Changelog: https://github.com/doctrine/orm/compare/2.10.3...2.10.4