Skip to content

ZenStack Release v2.14.0

Choose a tag to compare

@ymc9 ymc9 released this 16 Apr 00:02
· 138 commits to main since this release
88f8c77

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 seen zenstack generate run 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/models by @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