6.6.9 (2026-03-05)
Bug Fixes
- core: fix findOne with entity refs for composite PKs with shared FK columns (6f95f72), closes #5629
- core: make entity prototype
toJSONnon-enumerable to prevent data leaks (c895808) - core: prevent double JSON-encoding of nested embeddable arrays (309b278), closes #7233
- migrations: normalize snapshots and write on both up/down (#7236) (a07aca6), closes #7234
- migrations: skip snapshot write on
migration:upto support read-only filesystems (c8584e8), closes #7232 - mysql: fix
table.bigincrements()producingintinstead ofbigint(5660607), closes #7246