github prisma/prisma1 1.19.0-beta
1.19.0-Beta (2018-10-09)

latest releases: 1.34.12, 1.34.11, 1.34.10...
pre-release5 years ago

Changes

BREAKING: Go Client Rewrite

This version includes the rewritten Go client with many Go idiomatic API changes to the generated client prisma/prisma#3278

Make client connections lazy

This versions fixes a bug in all JS based Prisma client implementations that wouldn't allow a CLI app to close because client initiated long running connections eagerly. The fix makes the connection happen lazily.

Prisma init and generate workflow

This version makes a few changes to the init workflow:-

  1. The interactive prisma init wizard now invokes generate so that the client is already initially generated
  2. Changes the default path of output client in generated prisma.yml to
    output: ./generated/prisma-client/
  3. Removes the post-deploy hook from generated prisma.yml file

Detect prisma.yml additionally in prisma/prisma.yml

This version looks for prisma.yml in three places (in order)

  1. prisma.yml in current directory
  2. prisma.yml in ./prisma/prisma.yml
  3. prisma.yml path from graphql config

The step 2 is added as a feature in this version.

BREAKING: Remove forwardTo from Prisma client

This version removes forwardTo from Prisma client. This feature relies on schema delegation and we recommend using prisma-binding for that.

Don't miss a new prisma1 release

NewReleases is sending notifications on new releases.