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

Releases: prisma/prisma1

Release 1.34.1 (2019-07-07)

07 Jul 08:36
41042af

Choose a tag to compare

Fixes

  • #4716 The Mongo Connector was storing the Id twice when it was user provided
  • #4412 Internal server error when creating a type that only contains a sequence id

Release 1.35.0-Beta (2019-05-29)

29 May 08:26

Choose a tag to compare

Pre-release
1.35.0-beta

update build cli

Release 1.34.0 (2019-05-29)

29 May 08:26

Choose a tag to compare

Merge branch 'beta'

Release 1.34.0-Beta (2019-05-15)

15 May 09:42

Choose a tag to compare

Pre-release
1.34.0-beta

Merge branch 'alpha' into beta

Release 1.33.0 (2019-05-15)

15 May 09:42

Choose a tag to compare

Fixes

  • ca58c42 fix(introspection): Rename linkTable to relationTable
  • f0f8f63 CLI/gen-schema: No more generation of query, mutation, subscription for relationTables.
  • 305e17b fix(delete): message
  • #4508 Bug when using self-relations with inline ids
  • #4452 Bug when using self-relations with inline ids
  • #4509 WhereUniqueInput silently ignored inputs after the first
  • #4421 Using Int Ids on Postgres would not resolve list values

Release 1.32.2 (2019-05-03)

03 May 11:53

Choose a tag to compare

Fixes

  • The CLI incorrectly printed requests

Release 1.32.1 (2019-05-03)

03 May 11:09
c5d9ada

Choose a tag to compare

Features

  • introduced the new optional config property queueSize which controls the number database actions that can be submitted to the database. It is only relevant for SQL connectors. The default setting is 1000.

Release 1.30.4 (2019-05-03)

03 May 11:53

Choose a tag to compare

Fixes

  • The CLI incorrectly printed requests

Release 1.30.3 (2019-05-03)

03 May 09:52

Choose a tag to compare

Features

  • introduced the new optional config property queueSize which controls the number database actions that can be submitted to the database. It is only relevant for SQL connectors. The default setting is 1000.

Release 1.33.0-beta (2019-04-30)

30 Apr 17:54

Choose a tag to compare

Pre-release

Fixes

  • ca58c42 fix(introspection): Rename linkTable to relationTable
  • f0f8f63 CLI/gen-schema: No more generation of query, mutation, subscription for relationTables.
  • 305e17b fix(delete): message