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

Releases: prisma/prisma1

1.5.2 (2018-03-30)

30 Mar 14:18
543dd3b
Compare
Choose a tag to compare

1.5.1 (2018-03-28)

28 Mar 16:41
e1e5330
Compare
Choose a tag to compare

Server

  • Fixes an issue with request throttling not being applied correctly.

1.5.0 (2018-03-27)

27 Mar 18:07
4d80aa7
Compare
Choose a tag to compare

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!

1.4.2 (2018-03-26)

26 Mar 11:52
931801f
Compare
Choose a tag to compare

Fixes for import and export of data.
Changed chunk size of import and export to 1mb instead of 10mb.

1.4.1 (2018-03-14)

14 Mar 14:08
Compare
Choose a tag to compare
  • Maintenance release

1.4.0 (2018-03-13)

13 Mar 16:53
283e1f0
Compare
Choose a tag to compare

Prisma 1.4.0 (2018-03-13)

Backend

Bug Fixes

1.3.5 (2018-03-06)

06 Mar 12:08
Compare
Choose a tag to compare
  • maintenance release

1.3.4 (2018-03-06)

06 Mar 10:44
Compare
Choose a tag to compare

CLI

  • Fixed service deletion for cloud clusters

1.3.3 (2018-03-05)

05 Mar 13:35
4709e2c
Compare
Choose a tag to compare

Breaking Change: The generated schema for to-one relations has been simplified https://github.com/graphcool/prisma/pull/1930. See https://github.com/graphcool/prisma/issues/1947 for more information. Additionally, the disconnect nested mutation for required relations has been removed https://github.com/graphcool/prisma/pull/2012.

  • Bugfix - the tag values for the database size metric were not sanitised correctly

1.3.2 (2018-02-28)

28 Feb 16:26
Compare
Choose a tag to compare