Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

1.5.0 (2018-03-27)

Compare
Choose a tag to compare
@marktani marktani released this 27 Mar 18:07
· 8505 commits to master since this release
4d80aa7

Prisma 1.5.0 (2018-03-27)

Backend

Changes

Reduced Export Chunk Size to prevent timeouts. Also sped up import and reduced Memory Consumption.

Bug Fixes

The correct error is now returned when the DeleteProjectMutation does not find a project with the given id. https://github.com/graphcool/prisma/pull/2078. Thanks a lot to @johannpinson for providing this PR!