Download Latest Version 6.16.3 source code.tar.gz (14.1 MB)
Email in envelope

Get an email when there's a new version of Prisma

Home / 6.16.3
Name Modified Size InfoDownloads / Week
Parent folder
6.16.3 source code.tar.gz 2025-09-30 14.1 MB
6.16.3 source code.zip 2025-09-30 16.3 MB
README.md 2025-09-30 1.8 kB
Totals: 3 Items   30.4 MB 13

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.

Source: README.md, updated 2025-09-30