This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
Releases: prisma/prisma1
Releases · prisma/prisma1
1.5.2 (2018-03-30)
- Fixed a problem with triggering server-side subscriptions. #2169.
- Enabled
prisma console
command. https://github.com/graphcool/prisma/issues/2038. Thanks to @HuVik for contributing this feature! - Fixed import validation for required relations. https://github.com/graphcool/prisma/issues/1767.
1.5.1 (2018-03-28)
Server
- Fixes an issue with request throttling not being applied correctly.
1.5.0 (2018-03-27)
Prisma 1.5.0 (2018-03-27)
Backend
Changes
Reduced Export Chunk Size to prevent timeouts. Also sped up import and reduced Memory Consumption.
Bug Fixes
The correct error is now returned when the DeleteProjectMutation does not find a project with the given id. https://github.com/graphcool/prisma/pull/2078. Thanks a lot to @johannpinson for providing this PR!
1.4.2 (2018-03-26)
Fixes for import and export of data.
Changed chunk size of import and export to 1mb instead of 10mb.
1.4.1 (2018-03-14)
- Maintenance release
1.4.0 (2018-03-13)
Prisma 1.4.0 (2018-03-13)
Backend
Bug Fixes
- it's now possible to change a scalar field from or to list https://github.com/graphcool/prisma/pull/2059
- the schema for self relations is now inferred correctly https://github.com/graphcool/prisma/pull/2042
- deleteMany is now running required relation checks https://github.com/graphcool/prisma/pull/2028
- improved the error message for ambigous relations during schema validation https://github.com/graphcool/prisma/pull/2027
- the CLI is now notified when secrets are updated https://github.com/graphcool/prisma/pull/2021 Printing this information will be added later on.
- models that are part of a relation but do not have a relation field are now subject to required relation checks https://github.com/graphcool/prisma/pull/2020
- deploying a subscription query with activated authentication could lead to an internal server error if the token was invalid https://github.com/graphcool/prisma/pull/2019
- self-relations are not generating invalid input types anymore https://github.com/graphcool/prisma/pull/2008
- error messages now have a valid error format https://github.com/graphcool/prisma/pull/2007
- empty input types are not generated anymore https://github.com/graphcool/prisma/pull/2005
- Thanks a lot to @johannpinson who fixed an error message for invalid relation names https://github.com/graphcool/prisma/pull/2073
1.3.5 (2018-03-06)
- maintenance release
1.3.4 (2018-03-06)
CLI
- Fixed service deletion for cloud clusters
1.3.3 (2018-03-05)
Breaking Change: The generated schema for to-one relations has been simplified https://github.com/graphcool/prisma/pull/1930. See https://github.com/graphcool/prisma/issues/1947 for more information. Additionally, the disconnect nested mutation for required relations has been removed https://github.com/graphcool/prisma/pull/2012.
- Bugfix - the tag values for the database size metric were not sanitised correctly
1.3.2 (2018-02-28)
- Bugfix (https://github.com/graphcool/prisma/issues/1989) - Websocket Connections were not opened in production images.