ZenStack Release v2.14.0
What's Changed
- Prisma 6.6 support
Please note that Prisma 6.6 introduced a new prisma-client generator and ESM output as EA features. These are untested with ZenStack yet and I believe there will be issues. - Code generation performance optimization
We made some optimizations on how TS code is generated, and for large schemas, we've seenzenstack generaterun as much as 3 times faster. - Using typed-JSON fields is now enabled for SQLite by @liontariai
- Refactored how Prisma types and values are reexported at
@zenstackhq/runtime/modelsby @diesal11 - Fixed RESTful API to properly filter by multiple relation ids separated by commas #2061
- Added JSON value equality filter to RESTful API
- Fixed OpenAPI generation errors when typed-JSON fields are used #2084
- Fixed OpenAPI generation errors when output folder doesn't exist #2080
New Contributors
Welcome @liontariai and @adnanalbeda as our new contributors!
Full Changelog: v2.13.3...v2.14.0