This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
Releases: prisma/prisma1
Releases · prisma/prisma1
1.3.0 (2018-02-27)
1.2.8 (2018-02-23)
Fix
- prisma cli: update graphql-cli dependency to 2.5.0
1.2.7 (2018-02-23)
Fix
- prisma cli: update graphql-cli dependency to 2.5.0
1.2.6 (2018-02-22)
- bugfix: metrics for request count and duration were not reported correctly
1.2.5 (2018-02-21)
- Reduce the assumptions that prisma makes regarding running on AWS.
1.2.4 (2018-02-17)
- bugfix: fix MySQL protocol handling for non-Aurora databases
1.2.3 (2018-02-13)
- bugfix: Improve parsing of migration steps.
1.2.2 (2018-02-13)
- improve parsing of env vars to improve server startup
- fix(cli): shared cluster detection
1.2.1 (2018-02-13)
A small internal release that sanitizes metric names.
1.2.0 (2018-02-13)
Prisma 1.2.0 (2018-02-13)
CLI
- 36c4e6a adjust cluster selection for Cloud API
Backend
- Added cascading deletes https://github.com/graphcool/prisma/pull/1825. Check the documentation to see how it works!
- Fixed
AND
andOR
filters fordeleteMany
andupdateMany
https://github.com/graphcool/prisma/pull/1879 - The nested
update
andupsert
mutations are now available when only one type in the relation has a relation field https://github.com/graphcool/prisma/pull/1878 - Improved
upsert
mutations https://github.com/graphcool/prisma/pull/1878 - Added a deploy error if the old
@defaultValue(value: "")
syntax is used in Prisma instead of the new@default(value: "")
https://github.com/graphcool/prisma/pull/1871 - Updating an optional value to
null
is now always possible https://github.com/graphcool/prisma/pull/1864 - Thanks to @seanchambo for fixing a bug where
upsert
would sometimes fail due to wrong argument order https://github.com/graphcool/prisma/pull/1822