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.25.1 (2019-01-23)

23 Jan 15:22
Compare
Choose a tag to compare

Fixes

  • 5fa09cc fix(client): fix environment interpolation for all languages

Release 1.26.0-Beta (2019-01-22)

22 Jan 16:11
53cf9ec
Compare
Choose a tag to compare
Pre-release

Features

  • 7fb441c Isomorphic Introspection/Type and Field name Normalization

Release 1.25.0 (2019-01-22)

22 Jan 16:10
9817cc7
Compare
Choose a tag to compare

Features

  • Adds a new nested mutation for toMany relations. set allows you to remove all existing connections on a field and set new ones prisma/prisma#3819

Fixes

  • b9a33c5 fix(client): support non-scalar sub selection - relations
  • 65fa31b Fix dry run. Closes #1669
  • 95a6fe4 Fix postgres introspection. Closes #3871
  • 46ca6bd fix(node): handle node 6 more gracefully
  • 5bf4924 fix(seed): support seeding based on multiple operations
  • ae47eff fix(hook): run post deploy hooks before seeding
  • 2ba6499 fix(mongo): use datamodel v2 in new mongo workflow
  • 2c9763b Fix env var parsing. Closes #3277
  • 61a8bf1 Dont require collection without introspection. Fix #3786
  • 3f6ad97 fix deploy: don't allow unknown flags
  • 75ce6b3 fix: default folder name with numbers
  • f43738b fix: endpoint parsing. Closes #3812
  • c2e0b2d fix: mongo introspection, schema dialog. Fix #3699
  • 8b248ef fix(introspect): interactive
  • ee0ebf3 feat(service): better default name selection
  • 27f77b1 fix(login): better messaging
  • cf3d3db feat(login): show account information while login
  • 3b9fda3 fix(login): support login in browser-less environment

Release 1.24.0 (2019-01-09)

09 Jan 09:53
Compare
Choose a tag to compare

Fixes

  • 4b9a5c5 CLI: Fix introspect without existing prisma. Closes #3751
  • fbdac99 CLI: Fix cluster online detection

Breaking Changes

  • Introduces relational Filters towards non-embedded types in the Mongo connector. In order to enable this the option to use NOT/OR to combine filters had to be removed. This only concerns the Mongo connector. The schema is adjusted and should only contain valid operations.

Release 1.25.0-Beta (2018-01-09)

09 Jan 09:53
1306dcc
Compare
Choose a tag to compare
Pre-release

Features

  • Adds a new nested mutation for toMany relations. set allows you to remove all existing connections on a field and set new ones prisma/prisma#3819

Release 1.23.4 (2019-01-04)

04 Jan 12:09
Compare
Choose a tag to compare

Fixes

Release 1.23.3 (2019-01-03)

03 Jan 13:51
efc2f93
Compare
Choose a tag to compare

Fixes

-Many thanks to @yckao for providing two fixes for issues with UUIDs in the Postgres connector ! prisma/prisma#3781 and prisma/prisma#3780

Release 1.23.2 (2018-12-21)

21 Dec 13:52
e8e6c85
Compare
Choose a tag to compare

Fixes

-prisma/prisma#3758 Fixes a bug with index creation in Mongo where we would create indexes on embedded relation fields instead of join relation fields.

Release 1.23.1 (2018-12-19)

19 Dec 11:05
Compare
Choose a tag to compare

Fixes

  • fbdac99 fix cluster online detection

Release 1.24.0-Beta (2018-12-18)

18 Dec 17:13
Compare
Choose a tag to compare
Pre-release

Changes

Breaking Changes

  • Introduces relational Filters towards non-embedded types in the Mongo connector. In order to enable this the option to use NOT/OR to combine filters had to be removed. This only concerns the Mongo connector. The schema is adjusted and should only contain valid operations.