This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
Releases: prisma/prisma1
Releases · prisma/prisma1
Release 1.29.1 (2019-03-21)
Release 1.30.0-Beta (2019-03-20)
Release 1.29.0 (2019-03-20)
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
Release 1.28.5 (2019-03-15)
Fixes
- prisma/prisma#4200 Unnecessarily slow performance of count query when no additional query arguments are provided.
Release 1.28.4 (2019-03-15)
Fixes
- 337a352 fix custom cluster deployment
Release 1.28.3 (2019-03-11)
Fixes
- prisma/prisma#4154 Fixes a regression where Mongo would not work with SSL enabled
- prisma/prisma#4146 Fixes a bug where Mongo would not disconnect nodes when necessary
Release 1.28.2 (2019-03-10)
Release 1.28.1 (2019-03-07)
Fixes
- prisma/prisma#3855 unique constraints were not generated during updates by the Mongo connector
- prisma/prisma#4139 subscriptions were running into an internal server error when requesting DateTimes in previous values
Release 1.29.0-Beta (2019-03-05)
Changes
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
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