Skip to content

ZenStack Release v1.0.0-beta.1

Choose a tag to compare

@ymc9 ymc9 released this 15 Jun 08:23
· 947 commits to main since this release
f31e0a2

New Features

  • Next.js server adapter now supports the new "app directory" routes of V13

Improvements and Fixes

  • Support now() function in access policy rules #478
  • Added missing parameters to @db.Decimal attribute
  • Fixed wrong resource link in rest API handler #469
  • Added generateModelActions config options to trpc plugin to control what CRUD actions to generate #460
  • Improve error stack trace in proxied prisma methods #384
  • Add option to log queries sent to Prisma: logPrismaQuery
  • Put fields in base model on the top in generated Prisma schema
  • Add prisma generate error output to telemetry for future improvements

Breaking Changes

  • Signature change for the "enhancement" APIs (withPresets, withPolicy, withPassword, withOmit): grouped extra parameters into an options bag

New Contributors

Full Changelog: v1.0.0-alpha.119...v1.0.0-beta.1