Skip to content

Releases: prisma/prisma

2.0.0-preview-5

02 Aug 16:40
1967242
Compare
Choose a tag to compare

2.0.0-preview-3.2

30 Jul 09:40
9f2158b
Compare
Choose a tag to compare
2.0.0-preview-3.2 Pre-release
Pre-release

Fixes

2.0.0-preview-3.1

29 Jul 17:05
Compare
Choose a tag to compare
2.0.0-preview-3.1 Pre-release
Pre-release

Fixes

  • Fixes a regression in the migration engine, which couldn't read migrations properly from the database prisma/migrate#74

2.0.0-preview-3

26 Jul 17:34
Compare
Choose a tag to compare
2.0.0-preview-3 Pre-release
Pre-release

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

A special shoutout to @Errorname for helping us fix a small but significant issue in Photon JS 🙏

Major changes

In this release, we've focused on making Photon deployment easier. You can now precisely determine which version of the query engine binary Photon should be using with the new platforms and pinnedPlatform options on the photonjs generator. Read more about this change in the docs.

Breaking change

We've removed the autoConnect property from the Photon constructor to make the connection behavior more explicit and improve error handling. Photon will continue to lazily connect if you do a query.

Fixes and improvements in the Prisma 2 repository

prisma2

photonjs

lift

2.0.0-preview-2

2.0.0-preview-1

11 Jul 15:59
c17c795
Compare
Choose a tag to compare