⚡ January 21, 2026 - ORM Release
Fast and Small Query Compilers: Introduced new compilerBuild option for the client generator with two options: fast and small. Allows swapping the underlying Query Compiler engine based on performance vs size trade-offs. Default is fast mode.
Raw Query Optimization: Raw queries ($executeRaw, $queryRaw) now skip the query compiler and query interpreter infrastructure, sending them directly to the driver adapter for reduced overhead.
MSSQL Update: Updated @prisma/adapter-mssql to use MSSQL v12.2.0.
SQLite Fixes: Pinned better-sqlite3 version to avoid SQLite 3.51.0 bug. Users of @prisma/better-sqlite3 should upgrade to v7.3.0.
@map Enum Revert: Reverted @map enums to v6.19.0 behavior due to breaking changes introduced in v7.0.
BigInt JSON Precision: Fixed BigInt precision loss in JSON aggregation by casting BigInt columns to ::text inside JSONB_BUILD_OBJECT calls to preserve full precision when parsed in JavaScript.
Fetched March 31, 2026