- Optimized Prisma Client to generate fewer SQL statements for PostgreSQL and CockroachDB updates/inserts, cutting unnecessary queries and transactions.
- Added `directUrl` support to `prisma studio`, enabling Studio to connect to a different database (e.g., via Data Proxy or Accelerate).
- Fixed numerous type‑clash issues in generated client typings and deprecated the `<ModelName>Args` type in favor of `<ModelName>DefaultArgs`.