7.0.8 (2026-04-01)
Bug Fixes
- core: exclude namespace functions from enum type inference in
defineEntity(#7449) (3ed8060), closes #7446 - core: fix wrong column name for nested inline embeddables when parent is null (#7464) (b784da9), closes #7463
- core: make recomputeSingleChangeSet TPT-aware (#7460) (618695d), closes #7455
- core: populate child-specific relations for TPT entities with
populate: ['*'](#7459) (8962ef9), closes #7453 - core: resolve circular type inference in
defineEntitywith compositeprimaryKeys(#7447) (b5e6442), closes #7445 - core: skip FK nullification on orphan removal when FK is part of PK (#7462) (134eca7), closes #7461
- core: use full entity snapshot for TPT entities in commitCreateChangeSets (#7458) (0a0a1c0), closes #7454
- sql: use pivot entity schema for wildcard check in M:N joins (#7466) (cd0d47d)