7.2.0 (2026-09-07)
Bug Fixes
- cli: surface the real error when a TypeScript loader fails to load (#8245) (28bdfd2)
- core: decompose nested cursor groups lexicographically (4f0f696)
- core: follow the platform's own null ordering in cursor pagination (7d1b174)
- core: handle
orderBydirections carrying a nulls qualifier (#8247) (8f4ae39) - core: preserve nested populate filters across loading strategies (#8243) (5b5fd36)
- core: treat
@Formulaproperties as nullable in cursor pagination (#8249) (f2aa86c) - decorators: skip
@oxc-node/corehelper frames when resolving entity path (#8246) (11f79e7) - postgres: forward
pool.minto thepgpool (#8237) (188b064), closes #8234
Features
- cli: add a "-q" param, to suppress informational output (#7886) (1450d3f)
- cli: add Nub TypeScript loader option (#8253) (7196a72)
- cli: the "--combined" argument of cache:generate can optionally be a path to the cache file (#7963) (6dbe55d)
- core: add
getNativeClient()to access the underlying database client (#8148) (27634ad), closes #8146 - core: add
throughoption for read-only to-one relations resolved via subquery (#8239) (5e621e0), closes #8238 - core: add native support for row level security (#7984) (8336552), closes #6137 #6413 #6493 #6493
- core: allow map to bypass identity map (#8199) (4d6a564)
- core: allow specifying a callback for the RequestContext options (#7925) (74ea240)
- core: rework cursor pagination for custom types and nullable columns (#8103) (35a1455), closes #8097
- core: support
await usingviaSymbol.asyncDispose(#8159) (e1cbd5d), closes #8158 - core: support
indexoption on M:N properties for pivot table join columns (#8160) (aa177ed), closes #8156 - core: support configurable string normalization (#8169) (96fdbb4), closes #8165
- core: support named parameters in
em.execute()(#8173) (17788fc), closes #8093 - migrations: allow opting out of snapshot updates on migrate (#8039) (c1d8561)
- mongo: add
$allquery operator support (#7931) (a8fb833) - sql-js: add sql.js driver for in-memory SQLite in WebAssembly (#7783) (c168a0f)
- sql: support the
$alloperator on collection properties (#8248) (c987f8a), closes #7931