Skip to content

0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@MichalLytek MichalLytek released this 05 Oct 14:37
· 301 commits to main since this release

Changelog

  1. New release updates Prisma 2 deps to 2.9.0-dev.36 which fixes some DMMF typings issues found in stable v2.8.0.
    It supports the case insensitive filters and also the new findFirst API and generate the proper query resolver for that.

  2. Thanks to the new Prisma 2 release, the issue with enum: { not: { equals: { value } } is now gone and the JsonFilter input is now working well.

    input JsonFilter {
      equals: JSON
      not: JSON
    }
  3. In some nested inputs, the XYZWhereInput were replaced by XYZRelationFilter, so you need to update your client queries to use the new is and isNot syntax.