7.4.1
📦 prismaView on GitHub →
✨ 2 features🐛 7 fixes🔧 4 symbols
Summary
This 7.4.1 patch release focuses primarily on bug fixes across Prisma Client, Driver Adapters, and the Prisma Schema Language, alongside minor quality improvements.
✨ New Features
- Support `where` argument on field-level `@unique` for partial indexes.
- Add object expression and object member support to schema reformatter.
🐛 Bug Fixes
- Fix cursor-based pagination regression with parameterised values.
- Preserve `Prisma.skip` through query extension argument cloning.
- Enable batching of multiple queries inside interactive transactions.
- Add missing JSON value deserialization for JSONB parameter fields.
- Apply result extensions correctly for nested and fluent relations.
- Allow missing config datasource URL and validate only when needed.
- Handle null values in type parsers for nullable columns in @prisma/adapter-ppg.