github prisma/prisma1 1.29.0
Release 1.29.0 (2019-03-20)

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

Changes

Breaking Changes

  • We are disabling deploy renames of the shape ( type A-> type B, type B-> type X) in one go. These will now produce a deploy error and ask to be split into two steps.
  • The default model names which are being generated by the introspection are now fully camel cased add introspection camelcasing
  • Generator graphql-schema now outputs to a single file instead of a directory. That means you need to provide the full path including the file name to the generator. #3359

Fixes

  • 266298d fix(cli-docs): replace GraphQL reference (#4125)
  • a724a3e fix(cli-docs): update wording for management secret issues (#4123)
  • 740423a fix(cli): improve mongo credentials handling
  • 0f785e0 fix(datamodel): omit invalid indices
  • f70dfa4 fix(introspection): pg-db usage
  • c71159a introduce prisma admin command
  • 337a352 fix custom cluster deployment

Don't miss a new prisma1 release

NewReleases is sending notifications on new releases.