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.25.1 (2019-01-23)
Fixes
- 5fa09cc fix(client): fix environment interpolation for all languages
Release 1.26.0-Beta (2019-01-22)
Features
- 7fb441c Isomorphic Introspection/Type and Field name Normalization
Release 1.25.0 (2019-01-22)
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)
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)
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)
Fixes
- prisma/prisma#2847 : fixed malformed ids in subscription events in case of deletes
Release 1.23.3 (2019-01-03)
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)
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)
Fixes
- fbdac99 fix cluster online detection
Release 1.24.0-Beta (2018-12-18)
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.