Skip to content

ZenStack Release v1.9.0

Compare
Choose a tag to compare
@ymc9 ymc9 released this 17 Feb 02:35
· 337 commits to main since this release
d0eaf25

What's Changed

  • New data transformation attributes @trim, @upper, @lower - they make sure values are transformed before storing into the database, and are also generated as corresponding Zod calls by the @core/zod plugin. By @simonedelmann docs
  • The parameters of Prisma transactions (timeout, maxWait, etc.) used internally by ZenStack are configurable #986 docs
  • Fixed several issues related to validating multi-level inheritance from abstract models #965 #971 #983
  • Fixed the issue the @omit attribute doesn't trim fields included in a nested one-to-many #984
  • Support for complex usage of @@index #987
  • Tanstack-query plugin now generates useSuspense and useSuspenseInfinite query hooks when generating for version "v5" and targeting "react" #857

New Contributors

Full Changelog: v1.8.1...v1.9.0