Skip to content

Releases: prisma/prisma

2.0.0-preview-9

29 Aug 16:00
Compare
Choose a tag to compare
2.0.0-preview-9 Pre-release
Pre-release

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

Major changes

For this release, we have invested a lot into making the prisma2 init command a lot more approachable and user-friendly. The wizard that's launched by prisma2 init helps you to set up a new project. With this release, the wizard becomes a lot more robust and provides a clearer user flows than before.

Try it yourself by upgrading to the latest version and using the init command:

npm install -g prisma2
prisma2 init hello-world

Please share your feedback for the init flow and report any issues you might encounter.

Fixes and improvements per Prisma 2 repository

prisma2

Fixed by the new init flow

photonjs

2.0.0-preview-8

22 Aug 15:01
Compare
Choose a tag to compare
2.0.0-preview-8 Pre-release
Pre-release

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

Fixes and improvements per Prisma 2 repository

prisma2

2.0.0-preview-7

15 Aug 15:07
Compare
Choose a tag to compare
2.0.0-preview-7 Pre-release
Pre-release

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

Major changes

With this release, we've put major efforts into making Lift's migration engine more performant. Especially remote migrations benefit from significant performance improvements in this release.

Fixes and improvements per Prisma 2 repository

prisma2

lift

photonjs

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

18 Jul 18:27
Compare
Choose a tag to compare