New Features
- VSCode extension: generating documentation from ZModel (powered by LLM)
- Prisma 6.16 support
- Zod4 compatibility
Other Fixes
- Fixed code compilation issues when using Prisma's "prisma-client" generator by @mhodgson #2240
- Fixed incorrect zod schema when self-relation and delegate models are used together #2226 (thanks @jantoney for providing the insight)
Extra Notes
All zenstack packages now have zod as a peer dependency (with version requirement "^3.25.0 || ^4.0.0" as recommended by Zod). So we're Bring-Your-Own-Zod now. Although zod4 has passed all tests, please upgrade with caution and let us know if you run into any issues.
Full Changelog: v2.18.1...v2.19.0