Prisma: 2.0.0-preview016 Release

Release date:
November 7, 2019
Previous version:
2.0.0-preview015 (released October 22, 2019)
Magnitude:
403 Diff Delta
Contributors:
9 total committers
Data confidence:
Commits:

26 Commits in this Release

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

Authored November 7, 2019
Authored November 4, 2019
Authored October 23, 2019
Authored November 7, 2019
Authored October 28, 2019
Authored October 23, 2019
Authored October 23, 2019
Authored October 28, 2019
Authored October 21, 2019
Authored November 5, 2019
Authored October 24, 2019
Authored November 4, 2019
Authored October 22, 2019
Authored November 5, 2019
Authored October 29, 2019
Authored October 28, 2019
Authored November 6, 2019
Authored November 7, 2019
Authored October 23, 2019
Authored October 23, 2019
Authored November 7, 2019
Authored November 4, 2019
Authored October 22, 2019
Authored November 7, 2019

Top Contributors in 2.0.0-preview016

timsuchanek
nikolasburk
williamluke4
pantharshit00
rebot
mahapo
benjaminbours
Evalir
funkytek

Directory Browser for 2.0.0-preview016

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 sixteenth Preview release: 2.0.0-preview016 (short: preview016).

Note that we recently adjusted the versioning schema in order to fully comply to the semver spec (the first release with the new version schema was 2.0.0-preview014).

Also a huge shoutout to @williamluke4 for his work on this PR: fix(Engine Commands) Pass JSON File to Query Engine πŸ™Œ

Major changes

This release contains major improvements to Photon's query engine. The biggest improvement here is that we're lifting the limitation that the query engine is only able to process one request at a time. In practice, this means that the query engine request throughput vastly increases. We see this as a major step towards making Photon.js production-ready! πŸŽ‰

Breaking changes

Due to a major refactoring in Lift's migration engine, your migrations are likely going to break if you upgrade to preview016 with an error similar to this: Error parsing the migration steps: Error("unknown field 'name', expected 'model'", line: 1, column: 59).

To get rid of this error, you'll need to manually delete the generated migrations folder from your file system and drop the _Migration table in your database.

Fixes and improvements per Prisma Framework repository

prisma2

photonjs

prisma-engine