github prisma/prisma1 1.19.1
1.19.1 (2018-10-29)

latest releases: 1.34.12, 1.34.11, 1.34.10...
5 years ago

Changes

BREAKING: Specific Input Type for updateMany

We are introducing a specific input type for the updateMany mutation since it does not execute nested mutations. This input type only contains scalar fields. The naming convention is ModelNameUpdateManyMutationInput. This should remove confusion about nested mutations within updateMany being defined in the schema but not executed.
prisma/prisma#3391

Bugfixes

  • #3383: A change in the cascading deletes logic. We now do not need to check for loops anymore when executing cascading deletes.
  • #3381: We improved the error message during Import when an import field does not match the type defined for it on the data model.

Don't miss a new prisma1 release

NewReleases is sending notifications on new releases.