github prisma/prisma1 1.27.0
Release 1.27.0 (2019-02-19)

latest releases: 1.34.12, 1.34.11, 1.34.10...
5 years ago

Changes

Breaking Changes

  • RS256 JWT authentication has been removed from Prisma. Prisma now only support tokens signed with HS256. If you are upgrading an existing Prisma container, make sure you have the managementApiSecret set in the prisma.yml configuration. If you upgrade without a valid management secret set, your management API will be unsecured. Clusters already running with a management secret are unaffected. See the Prisma docs for more information on securing your management API.

Fixes

  • It was possible to define subscriptions on embedded types. These would then error at runtime since subscribing to them is not actually possible. Embedded types are now no longer part of the subscription schema and this should be caught during query validation.
  • f3025ef The CLI introspection now works without a prisma.yml
  • a2aad8b Many Introspection improvements, we're now fully matching the actual Prisma datamodel of a service when reintrospecting that service
  • ae34b80 fix(cli): inform about legacy id column, add help for @unique -> @id
  • 1306da8 add support for Datamodel v1 to v1.1 changes
  • b0a3c63 fix(cli): deploy warnings

Don't miss a new prisma1 release

NewReleases is sending notifications on new releases.