This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
Release 1.27.0-Beta (2019-02-05)
Pre-release
Pre-release
Changes
Fixes
- Embedded types are now no longer part of the subscription schema. It was possible to define subscriptions on embedded types. These would then error at runtime since subscribing to them is not actually possible. This now errors at deploy time.
- 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