releases.shpreview

v6.16.3

September 30, 2025PrismaView original β†—

Today, we are issuing a 6.16.3 patch release focused on bug fixes.

πŸ›  Fixes

⚠️ Known Limitation: JSON null types in browser builds

The fix introduces the missing types, but the singleton instances differ between the client and browser entrypoints of the generated client. This means that values like Prisma.JsonNull imported from browser cannot yet be assigned to fields expected from the client entrypoint, and vice versa. This results in confusing TypeScript errors if you mix them. A follow-up improvement is planned to unify these utility types across entrypoints.

Fetched March 31, 2026