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.1 (2019-07-07)
Release 1.35.0-Beta (2019-05-29)
1.35.0-beta update build cli
Release 1.34.0 (2019-05-29)
Merge branch 'beta'
Release 1.34.0-Beta (2019-05-15)
1.34.0-beta Merge branch 'alpha' into beta
Release 1.33.0 (2019-05-15)
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)
Fixes
- The CLI incorrectly printed requests
Release 1.32.1 (2019-05-03)
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)
Fixes
- The CLI incorrectly printed requests
Release 1.30.3 (2019-05-03)
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.