Skip to content

Releases: prisma/prisma

2.0.0-preview-6.1

08 Aug 17:39
Compare
Choose a tag to compare
2.0.0-preview-6.1 Pre-release
Pre-release

Fixes

There was a problem in packaging the cli in the 2.0.0-preview-6 release, which broke most commands.

2.0.0-preview-6

08 Aug 16:44
5aaab0a
Compare
Choose a tag to compare
2.0.0-preview-6 Pre-release
Pre-release

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

Major changes

Next to a lot of bug fixes, this release ships with a completely overhauled core of the Prisma query engine which makes the resolution of Photon queries a lot more stable.

Unfortunately, due to the overhaul there is one known regression to be aware of: Required relations are not enforced as NOT NULL on the database level. They are enforced by the query engine though. This is intermediate until we have fixed a limitation in the query engine. You can track the progress of this issue here.

Fixes and improvements in the Prisma 2 repository

prisma2

photonjs

lift

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