7.0.3 (2026-03-18)
Bug Fixes
- cli: support Yarn PnP with ESM loader (#7327) (af227cb), closes #7324
- core: add missing index/unique options to defineEntity type (#7320) (289b81d)
- core: allow base entity properties in defineEntity indexes/uniques with extends (#7326) (364f7ae)
- core: provide intellisense for
fieldshint in find options (#7325) (4383d9b) - core: respect partial loading fields hint in serialize() return type (#7333) (b8628c7)
- decorators: polyfill metadata symbol if not available (#7312) (af64dca)
- postgres: handle native enum arrays in non-default schemas (#7330) (71a1014), closes #7318
- schema: handle SELECT * expansion in view schema diffing (#7313) (3a05128), closes #7308
- sql: convert undefined FK values to null in batch updates (#7334) (b2240eb)
- sql: fix polymorphic relations with default filters on target entities (#7332) (40777d2), closes #7317
- sql: fix populating TPT relations with embeddables or custom types in child entities (#7331) (5fc6311), closes #7329