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

Releases: prisma/prisma1

1.10.1 (2018-06-20)

20 Jun 10:02
064a413
Compare
Choose a tag to compare

Fixes

1.11.0-Beta (2018-06-19)

19 Jun 15:29
Compare
Choose a tag to compare

Changes

Bugfixes

  • Fix for JsonValidation of variables by @SHASHANK-PRO-05 #2610

New Features

1.10.0 (2018-06-19)

19 Jun 14:52
1dee235
Compare
Choose a tag to compare

Changes

Bugfixes

  • BREAKING: Fixed an inconsistency when a self-relation had only one field #2515
  • Fixed a bug when setting a unique field to null #2576
  • Fixed a regression where the updatedAt field was not being updated #2571
  • Fixed a bug where the node query would return the wrong typename #2565
  • Fixed endpoint when dynamically generated
    #2569
  • Fixed cleanup of .import folder
    #2625

New Features

  • Implemented the execution of connect, disconnect and delete when nested in the create or update branches of an upsert mutation #2565
  • The default node limit of 1000 has been removed. That means that queries can now return more than 1000 nodes, when no pagination parameters have been specified.

1.10-Beta (2018-06-05)

07 Jun 16:53
Compare
Choose a tag to compare

Changes

Bugfixes

  • Fixed a bug when setting a unique field to null #2576
  • Fixed a regression where the updatedAt field was not being updated #2571
  • Fixed a bug where the node query would return the wrong typename #2565
  • BREAKING: Fixed an inconsistency when a self-relation had only one field #2515

New Features

  • Implemented the execution of connect, disconnect and delete when nested in the create or update branches of an upsert mutation #2565
  • The default node limit of 1000 has been removed. That means that queries can now return more than 1000 nodes, when no pagination parameters have been specified.

1.9.0 (2018-06-05)

06 Jun 08:51
Compare
Choose a tag to compare

Changes

Bugfixes

Features

  • We iterated on our support for existing Postgres databases. Most notably column names don't have to match field names anymore. If the name of a field diverges from the underlying column name, you can specify this as field: String @pgColumn(name:"my_column_name")

1.8.4 (2018-05-28)

28 May 15:38
86cf1d1
Compare
Choose a tag to compare

Prisma Server

  • Fixes an issue that prevented API metrics from being reported correctly.
  • Reduced logging verbosity

1.9-Beta (2018-05-22)

23 May 10:17
Compare
Choose a tag to compare

This release is the beginning of our new improved release process. You can find more about this in our blog.

Changes

  • We iterated on our support for existing Postgres databases. Most notably column names don't have to match field names anymore. If the name of a field diverges from the underlying column name, you can specify this as field: String @pgColumn(name:"my_column_name")

1.8.3 (2018-05-14)

14 May 13:46
53cf4fb
Compare
Choose a tag to compare

Bugfixes

  • tons of bugfixes for the support of existing databases
  • an empty password in the Prisma config does not crash the server anymore
  • fix for the seed command of the CLI
  • fix for the login command of the CLI

1.8.2 (2018-05-10)

10 May 16:31
Compare
Choose a tag to compare

Fixed an issue with Prisma prod images ignoring API management configuration, causing servers to lock deployment privileges that should not initialize management APIs in the first place.

1.8.1 (2018-05-09)

09 May 15:30
d3333f0
Compare
Choose a tag to compare

1.8.1

Fixes

CLI

  • 67df6d6 fix(cli): generate .env file in "other" choice

Backend

  • Reintroduced /cluster route for a period of one month to ensure a smoother transition with better backwards compatibility.