This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
Releases: prisma/prisma1
Releases · prisma/prisma1
1.10.1 (2018-06-20)
1.11.0-Beta (2018-06-19)
1.10.0 (2018-06-19)
Changes
Bugfixes
- BREAKING: Fixed an inconsistency when a self-relation had only one field #2515
- Fixed a bug when setting a unique field to null #2576
- Fixed a regression where the updatedAt field was not being updated #2571
- Fixed a bug where the node query would return the wrong typename #2565
- Fixed endpoint when dynamically generated
#2569 - Fixed cleanup of .import folder
#2625
New Features
- Implemented the execution of connect, disconnect and delete when nested in the create or update branches of an upsert mutation #2565
- The default node limit of 1000 has been removed. That means that queries can now return more than 1000 nodes, when no pagination parameters have been specified.
1.10-Beta (2018-06-05)
Changes
Bugfixes
- Fixed a bug when setting a unique field to null #2576
- Fixed a regression where the updatedAt field was not being updated #2571
- Fixed a bug where the node query would return the wrong typename #2565
- BREAKING: Fixed an inconsistency when a self-relation had only one field #2515
New Features
- Implemented the execution of connect, disconnect and delete when nested in the create or update branches of an upsert mutation #2565
- The default node limit of 1000 has been removed. That means that queries can now return more than 1000 nodes, when no pagination parameters have been specified.
1.9.0 (2018-06-05)
Changes
Bugfixes
- bb13224 improve error message for invalid endpoint. Closes #2579
- d94f1ea fix: connected server handling
- a8868c5 added ssl option for postgres introspection. Closes #2394
- 1fb1b65 fix: prisma seed via run (#2569)
- a0eda23 Fix hooks experience in CLI (#2562)
- 8f80942 add retry for ECONNRESET. Closes #2376
- 03de277 add --env-file to seed command. Closes #2269
- 426a4cf Disable auto login for account. Fix #2258
- 42bed3e fix seeding
- 609d090 update forum link in help message
- 3fca651 fix offline endpoint handling. Closes #865
- f0b7306 fix: make local deploy work without internet. Closes #2488
- 86e28a9 removed global cluster parsing. Closes #2489
- b13bbdd fix: codegen, downgrade npm-run in prisma cli (#2557)
- 6d93fc3 fix delete
- 954bc5c fix deploying to old clusters
- 724dcf5 fix docker tag step
- fa670ae cli: provoke change
- a221172 cli: activate publish script
- 476b0ad upgrade @types/graphql, fix Validator types
Features
- We iterated on our support for existing Postgres databases. Most notably column names don't have to match field names anymore. If the name of a field diverges from the underlying column name, you can specify this as
field: String @pgColumn(name:"my_column_name")
1.8.4 (2018-05-28)
Prisma Server
- Fixes an issue that prevented API metrics from being reported correctly.
- Reduced logging verbosity
1.9-Beta (2018-05-22)
This release is the beginning of our new improved release process. You can find more about this in our blog.
Changes
- We iterated on our support for existing Postgres databases. Most notably column names don't have to match field names anymore. If the name of a field diverges from the underlying column name, you can specify this as
field: String @pgColumn(name:"my_column_name")
1.8.3 (2018-05-14)
Bugfixes
- tons of bugfixes for the support of existing databases
- an empty password in the Prisma config does not crash the server anymore
- fix for the
seed
command of the CLI - fix for the
login
command of the CLI
1.8.2 (2018-05-10)
Fixed an issue with Prisma prod images ignoring API management configuration, causing servers to lock deployment privileges that should not initialize management APIs in the first place.
1.8.1 (2018-05-09)
1.8.1
Fixes
CLI
- 67df6d6 fix(cli): generate .env file in "other" choice
Backend
- Reintroduced
/cluster
route for a period of one month to ensure a smoother transition with better backwards compatibility.