Prisma1 Versions Save

? Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB) [deprecated]

1.34.12

3 years ago

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.

1.34.10

4 years ago

Fixes

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

1.34.9

4 years ago

Fixes

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

1.34.8

4 years ago

Fixes

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

1.34.7

4 years ago

Changes

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

1.34.6

4 years ago

Fixes

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

1.34.5

4 years ago

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

1.34.3

4 years ago

Fixes

  • Fixes a bug in Prisma that causes the database connection pool to lose all threads on high load. (Issue originates from outdated dependency.)

1.30.5

4 years ago

Fixes

  • Fixes a bug in Prisma that causes the database connection pool to lose all threads on high load. (Issue originates from outdated dependency.)

1.34.2

4 years ago

Fixes

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