New Features
- Prisma 6.11.x support
- New
@@meta
and@meta
attributes for attaching arbitrary metadata to models and fields doc - The REST API handler has a new option to customize how model names are represented on URL path by @lsmith77 doc
- Similarly, the OpenAPI plugin now has a new option to customize how model names are represented as resource name by @lsmith77 doc
Fixes and Improvements
- Improved CLI code generation performance for "prisma-client" generator by @mhodgson
- Fixed a typing regression about enhancing a
PrismaClient
with client extensions installed #2175 - Fixed the ZModel validation issue that
@db.Json
and@db.JsonB
attributes cannot be used on strongly-typed JSON fields - Improved the way types and enums are exported for "prisma-client" generator for better compatibility with full-stack bundlers by @mhodgson
New Contributors
❤️ Welcome @mhodgson and @lsmith77 as our new contributors! ❤️
Full Changelog: v2.16.1...v2.17.0