Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Releases: prisma/prisma1

Release 1.29.1 (2019-03-21)

21 Mar 09:27
716de59
Compare
Choose a tag to compare

Fixes

  • 716de59 fix(token-provisioning): handle various cases of server and environment #4231

Release 1.30.0-Beta (2019-03-20)

20 Mar 09:40
Compare
Choose a tag to compare
Pre-release

Changes

Fixes

  • fd2b00a fix(missing-service): create if service does not exist for non-local servers
  • c2929de fix(init-directory): lazy create directory

Release 1.29.0 (2019-03-20)

20 Mar 09:39
Compare
Choose a tag to compare

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)

15 Mar 16:43
de8fc9d
Compare
Choose a tag to compare

Fixes

  • prisma/prisma#4200 Unnecessarily slow performance of count query when no additional query arguments are provided.

Release 1.28.4 (2019-03-15)

15 Mar 10:58
Compare
Choose a tag to compare

Fixes

  • 337a352 fix custom cluster deployment

Release 1.28.3 (2019-03-11)

11 Mar 14:19
e8e866e
Compare
Choose a tag to compare

Fixes

Release 1.28.2 (2019-03-10)

10 Mar 17:44
Compare
Choose a tag to compare

Fixes

  • 1a53485 fix: init demo cluster selection
  • e1cb554 fix: deploy demo cluster selection

Release 1.28.1 (2019-03-07)

07 Mar 13:28
b27a68d
Compare
Choose a tag to compare

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)

05 Mar 19:47
Compare
Choose a tag to compare
Pre-release

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

Release 1.28.0 (2019-03-05)

05 Mar 19:47
Compare
Choose a tag to compare

Fixes

  • 27fcf5b Database Introspection Improvements (#4031)
  • c3e075b CLI/DB Introspection: Fixed lower/upper case issues with mysql8, added a bunch of assertions, moved to mysql2 client.
  • 386577e fix(introspection): mysql
  • 09e503a fix(init): correctly replace localhost