Fixes
- subscription session were not correctly closed in some cases (prisma/prisma#4239)
- default migration values did not work for id types (prisma/prisma#4333)
Features
- a Prisma project now exposes the currently deployed datamodel in the route
/_datamodel
(prisma/prisma#4358)