Prisma: 2.0.0-preview-13 Release

Release date:
September 27, 2019
Previous version:
2.0.0-preview-12 (released September 19, 2019)
Magnitude:
1,385 Diff Delta
Contributors:
7 total committers
Data confidence:
Commits:

32 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored September 24, 2019
Authored September 20, 2019
Authored September 25, 2019
Authored September 23, 2019
Authored September 26, 2019
Authored September 19, 2019
Authored September 19, 2019
Authored September 24, 2019
Authored September 19, 2019
Authored September 20, 2019
Authored September 20, 2019
Authored September 19, 2019
Authored September 24, 2019
Authored September 19, 2019
Authored September 24, 2019
Authored September 26, 2019
Authored September 26, 2019
Authored September 23, 2019
Authored September 24, 2019
Authored September 24, 2019
Authored September 20, 2019
Authored September 24, 2019
Authored September 25, 2019
Authored September 24, 2019
Authored September 27, 2019
Authored September 26, 2019
Authored September 26, 2019
Authored September 26, 2019
Authored September 27, 2019
Authored September 27, 2019
Authored September 27, 2019

Top Contributors in 2.0.0-preview-13

nikolasburk
timsuchanek
infoverload
janpio
divyendu-singh-cb07
matthewmueller
schickling

Directory Browser for 2.0.0-preview-13

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Today, we are issuing the thirteenth Preview release: 2.0.0-preview-13 (short: preview-13).

Note: Due to a German holiday, there won't be a Prisma 2 release next week. The next release 2.0.0-preview-14 will happen in two weeks, on Thursday (October 10th).

A special shoutout to @wardpeet whose PR fixed Photon's query engine on Windows πŸ™

Breaking changes

This version contains a breaking change in the _Migrations table that Lift uses to store the migration history of a project.

Due to that change, you might encounter an error looking similar to this:

thread 'tokio-runtime-worker-0' panicked at 'Deserializing the database migration failed.: 
Error("missing field `original_steps`", line: 0, column: 0)', src/libcore/result.rs:999:5

If you see that error, you need to manually delete the _Migration table from your database as a workaround.

Major changes

Prisma Studio is getting more stable! We were able to fix a number of bugs that impacted the experience when using Studio. Be sure to try the new Studio version out by entering Prisma's development mode with prisma2 dev and open the provided Studio endpoint in your browser. You can report Studio bugs here.

Another improvement that comes with this release enables you to directly submit detailed error reports whenever the Lift CLI crashes. There won't be any cryptic Rust stracktraces any more in the terminal, instead you'll be shown a dialogue where you can confirm the error report submission.

Fixes and improvements per Prisma 2 repository

prisma2

photonjs

lift

studio

prisma-engine