6.6.5 (2026-01-21)
Bug Fixes
- core: always check the database when querying by PK with filters (bd44c82), closes #7084
- core: ensure
populatehint won't includeundefinedfor optional relations (fede490) - core: improve handling of deeply nested composite keys in
em.create(8caae8f), closes #6894 - core: normalize
populateoption inCollection.matching()for M:N relations (#7091) (886772a) - core: support overlapping properties with different field names in STI (badbc00), closes #5813
- sql: fix populating M:N relations with
pivotEntitythat usesmapToPk: true(0ab55fe), closes #7107