6.6.8 (2026-03-01)
Bug Fixes
- core: allow using property accessor on to-one relations (06978c9), closes #7211
- core: fix double processing of JSON properties when reloading an entity (514ed87)
- core: preserve embeddable properties in
toPOJOregardless of partial loading hints (c27dbae) - core: preserve function expression indexes through metadata cache round-trip (#7229) (9ae8d20), closes #7238
- core: use full hydration in
mergeDatafor initialized entities (5529308), closes #7205 - knex: handle $not operator inside relation filters (#7227) (d0dac2f), closes #7226
- migrations: delete snapshot file after
migration:down(dfcc8c6), closes #7210 - postgres: fix phantom diffs for check constraints (#7224) (103346c)