Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Releases: prisma/prisma1

Release 1.34.12 (2021-01-12)

12 Jan 13:24
f234d24
Compare
Choose a tag to compare

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)

14 Oct 16:06
8daa5e2
Compare
Choose a tag to compare

Fixes

  • #4730 Closes issue #4027 and fixes Golang client relay connections.

Release 1.34.9 (2019-09-20)

20 Sep 15:22
58fb578
Compare
Choose a tag to compare

Fixes

  • #4730 Closes issue #4027 and fixes Golang client relay connections.

Release 1.34.8 (2019-08-29)

29 Aug 15:56
Compare
Choose a tag to compare

Fixes

  • #4860 Fixes a bug that causes authentication to always be denied despite a correct token.

Release 1.34.7 (2019-08-26)

26 Aug 09:36
Compare
Choose a tag to compare

Changes

  • Removes native binding code, and replaces the authentication module with a pure Scala implementation.

Release 1.34.6 (2019-08-20)

20 Aug 09:38
30786b5
Compare
Choose a tag to compare

Fixes

  • #4811 Fixes a bug where filtering for relations that are null would return wrong results.

Release 1.34.5 (2019-08-09)

09 Aug 12:41
b77460f
Compare
Choose a tag to compare

Fixes

  • #4793 Fixes a bug when using deleteMany with the MongoDB connector
  • #4791 Enables the usage of Aliases in Subscription queries
  • #4790 Fixes a bug where Prisma was failing on introspecting unsupported SQL data types

Release 1.34.3 (2019-07-24)

24 Jul 09:29
Compare
Choose a tag to compare

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)

23 Jul 16:52
Compare
Choose a tag to compare

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)

19 Jul 19:21
ff91f1c
Compare
Choose a tag to compare

Fixes

  • #4569 Fixes a bug with relation tables in Postgres when using custom Id names