Today, we are issuing the 5.9.1
patch release.
Fixes in Prisma Client
In 5.9.0
we have changed our conditional exports in @prisma/client
. This resulted in broken types for TypesScript users using certain combinations of module
/moduleResolution
settings. Additionally, it also caused a regression for Next.js users which have encountered invalid error messages from our side.
You can now try out 5.9.1
and let us know if you find a bug at https://pris.ly/prisma-prisma-bug-report
- [5.9.0] Getting strange types after generating #22903
- v5.9.0 / Don't generate type. And the error from the previous version is still there #22896
- [5.9.0] Error: Prisma Client is unable to run in an edge runtime. As an alternative, try Accelerate: https://pris.ly/d/accelerate. #22893
Error: Prisma Client is unable to run in an edge runtime. As an alternative, try Accelerate: https://pris.ly/d/accelerate.
#22889- [5.9.0] All queries result in any type #22888
- Prisma edge runtime error #22886
- please how i cant fix this message issues #22885
- [v5.9.0] $extends always return any #22884
- [5.9.0] @prisma/client in Next.js middleware #22877
- Error after Upgrading from 5.8.1 to 5.9.0 #22875
- [5.9.0 Bug] Prisma.TransactionClient appears to be missing types #22870
Note: many issues are duplicates.