0.11.0
Features
- Partial support for Prisma2 Preview 23
- Various bug fixes
BREAKING CHANGES:
- You must use
@prisma/client
Preview 23 or higher
Partial Prisma2 Preview 23 support
We do not support yet a lot of the new Prisma2 features. These includes:
- Models without IDs
- Composite primary keys
- Composite unique indexes / constraints
We however support the new query batching done by the Prisma Client.