This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
Releases: prisma/prisma1
Releases · prisma/prisma1
Release 1.34.12 (2021-01-12)
Today, we rename the prisma
CLI to prisma1
.
Please uninstall prisma
with yarn global remove prisma
or npm uninstall -g prisma
and then install prisma1
with either npm i -g prisma1
or `yarn global add prisma1.
The CLI still works exactly the same.
In 1 week from now, the Prisma 2 CLI (@prisma/cli
) will take the place at prisma
.
Release 1.34.10 (2019-10-14)
Release 1.34.9 (2019-09-20)
Release 1.34.8 (2019-08-29)
Fixes
- #4860 Fixes a bug that causes authentication to always be denied despite a correct token.
Release 1.34.7 (2019-08-26)
Changes
- Removes native binding code, and replaces the authentication module with a pure Scala implementation.
Release 1.34.6 (2019-08-20)
Fixes
- #4811 Fixes a bug where filtering for relations that are null would return wrong results.
Release 1.34.5 (2019-08-09)
Release 1.34.3 (2019-07-24)
Fixes
- Fixes a bug in Prisma that causes the database connection pool to lose all threads on high load. (Issue originates from outdated dependency.)
Release 1.30.5 (2019-07-23)
Fixes
- Fixes a bug in Prisma that causes the database connection pool to lose all threads on high load. (Issue originates from outdated dependency.)
Release 1.34.2 (2019-07-19)
Fixes
- #4569 Fixes a bug with relation tables in Postgres when using custom Id names