- Added a `compilerBuild` option (fast or small) allowing users to choose between speed‑optimized or size‑optimized query compiler engines.
- Enabled raw queries ($executeRaw, $queryRaw) to bypass the query compiler and go directly to the driver for lower overhead.
- Fixed multiple issues: updated MSSQL adapter to v12.2.0, pinned better‑sqlite3 version, reverted @map enum behavior to previous semantics, and cast BigInt fields to text in JSON aggregations to preserve precision.
No matching updates in this bucket.
TypeScript updates in 2026-w04
- Backports bug fixes without including pending canary features
- Adds core change to filter the next config only when the experimental flag is enabled (88733)
- Credits contributed by @mischnic