Today, we are issuing a 7.4.1 patch release focused on bug fixes and quality improvements.
🛠 Fixes
Prisma Client
- Fix cursor-based pagination regression with parameterised values (#29184)
- Preserve
Prisma.skipthrough query extension argument cloning (#29198) - Enable batching of multiple queries inside interactive transactions (#25571)
- Add missing JSON value deserialization for JSONB parameter fields (#29182)
- Apply result extensions correctly for nested and fluent relations (#29218)
- Allow missing config datasource URL and validate only when needed (prisma/prisma-engines#5777)
Driver Adapters
- @prisma/adapter-ppg: Handle null values in type parsers for nullable columns (#29192)
Prisma Schema Language
- Support
whereargument on field-level@uniquefor partial indexes (prisma/prisma-engines#5774) - Add object expression and object member support to schema reformatter (prisma/prisma-engines#5776)
🙏 Huge thanks to our community
Many of the fixes in this release were contributed by our amazing community members. We're grateful for your continued support and contributions that help make Prisma better for everyone!