Prisma 1.6.0 (2018-04-10)
Backend
Features
- Changed isolation level to Read Committed. Fixes https://github.com/graphcool/prisma/issues/2060. Read more about this in https://github.com/graphcool/prisma/pull/2177.
Bug Fixes
-
Fixed a bug that would sometimes lead to failures when deploying more than two relations between models. https://github.com/graphcool/prisma/pull/2203
-
Deeply nested SelfRelations were not being executed. https://github.com/graphcool/prisma/pull/2202
-
Same model same field relations were not resolved correctly. https://github.com/graphcool/prisma/pull/2201
-
Fixed a bug with where filters on deleteMany and updateMany. https://github.com/graphcool/prisma/pull/2191
-
Fixed a bug where only ServerSideSubscriptions for DELETE were being run. https://github.com/graphcool/prisma/pull/2171