What's Changed
- Prisma 6.4 support
- A new type helper
Enhanced
is added to infer the ZenStack-enhanced PrismaClient typing doc - [json type] Fixed incorrect incorrect typing of mutation payload #1991
- [delegate] Fixed unique constraint name conflict issue in generated Prisma schema #1992 by @diesal11
- [policy] Fixed the issue that foreign key with default value is incorrectly set in a nested create context #1997 by @Gabrola
- [zod] Clean up Zod schemas to exclude auxiliary fields generated for polymorphic models #1993
- [delegate] Fixed error when executing
updateMany
on polymorphic models #1998 - [zmodel] Validate regex correctness in ZModel
- [password] Fixed the false validation error when
@password
and@@validate
are used on the same model #2000 - [policy] Fixed the false policy rejection involving field-level policies and nested updated #2007
New Contributors
Welcome @diesal11 and @Gabrola as our new contributors ❤️!
Full Changelog: v2.11.6...v2.12.0