All Versions
17
Latest Version
Avg Release Cycle
14 days
Latest Release
1806 days ago

Changelog History
Page 2

  • v1.34.1 Changes

    July 07, 2019

    🛠 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
  • v1.34.0 Changes

    May 29, 2019

    2019-05-15

  • v1.34.0-beta

    May 15, 2019
  • v1.33.0 Changes

    May 15, 2019

    🛠 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
  • v1.32.2 Changes

    May 03, 2019

    🛠 Fixes

    • 🖨 The CLI incorrectly printed requests
  • v1.32.1 Changes

    May 03, 2019

    🔋 Features

    • 0️⃣ 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.
  • v1.30.5 Changes

    July 23, 2019

    🛠 Fixes

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