Prisma: 2.0.0-beta.2 Release

Release date:
April 8, 2020
Previous version:
2.0.0-beta.1 (released March 31, 2020)
Magnitude:
1,307 Diff Delta
Contributors:
11 total committers
Data confidence:
Commits:

45 Commits in this Release

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

Authored March 31, 2020
Authored April 6, 2020
Authored April 7, 2020
Authored March 31, 2020
Authored April 2, 2020
Authored March 31, 2020
Authored April 2, 2020
Authored March 31, 2020
Authored March 31, 2020
Authored March 31, 2020
Authored March 31, 2020
Authored April 6, 2020
Authored March 31, 2020
Authored March 31, 2020
Authored March 31, 2020
Authored April 3, 2020
Authored March 31, 2020
Authored March 31, 2020
Authored April 6, 2020
Authored March 31, 2020
Authored April 1, 2020
Authored April 8, 2020
Authored March 31, 2020
Authored March 31, 2020
Authored March 31, 2020
Authored April 8, 2020
Authored March 31, 2020
Authored March 31, 2020
Authored April 2, 2020
Authored April 6, 2020
Authored April 6, 2020

Top Contributors in 2.0.0-beta.2

nikolasburk
timsuchanek
Jolg42
kuldar
dakshshah96
janpio
behnoodk
ranjan-purbey
2color
tsuki42

Directory Browser for 2.0.0-beta.2

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 second Beta release: 2.0.0-beta.2 (short: beta.2).

We want to give a huge shoutout to @Sytten who helped us fix some issues in the Rust codebase 🎊

Major improvements

Parametrized count queries in Prisma Client

In previous versions of Prisma Client, it was not possible to provide any filter arguments when using .count. With this release, you can provide the same filter arguments from findMany:

const numberOfUsersCalledBob = await prisma.user.count({ where: { name: 'Bob' }})

Lots of bug fixes and improvements

With this release, we were able to fix a lot of nasty bugs like some schema validation issues in VS Code (#1989 and #1970) as well as a Prisma Migrate bug with 1-n self-relations.

Fixes and improvements per Prisma 2.0 repository

prisma

prisma-client-js

prisma-engines

migrate