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.23.0 (2018-12-18)
Features
- f66adfb Added Mongo Introspection
Fixes
- 2018f3c Fix relay connection
- 523fff4 Fix subscriptions (fetch
node
andpreviousValues
) - d9f0b17 tests(Client) Add query generation tests
- eeb7931 prefer PRISMA_MANAGEMENT_API_SECRET over cloud secret
- 65e99ca Added proper support for Mongo BSON data types.
- ab62061 Fixes a bug in the Mongo connector when field names start with a capital letter
Chores
- Renamed
client
folder tocli/packages/prisma-client-lib
Release 1.22.2 (2018-12-07)
Fixes
- Fixes a bug in the Mongo connector where identical nested mutations were sometimes not being executed correctly prisma/prisma#3676
- Fixes a bug affecting all connectors where filters were sometimes producing an internal server error prisma/prisma#3662
Release 1.22.1 (2018-12-05)
Fixes
Fixes an issue where relations between top level types were not being returned correctly when using the Mongo connector https://github.com/prisma/Mongo-Connector-Preview/issues/13
Release 1.23.0-Beta (2018-12-04)
Release 1.22.0 (2018-12-04)
Changes
The connector for MongoDB is now in Preview! 🎉🎉 You can learn more about our new connector here.
Fixes
Breaking Changes
- the deprecated
/cluster
endpoint has been removed. From now on only the/management
endpoint is supported.
Release 1.21.1 (2018-11-26)
Bugfixes
- fixed a bug during Import of list values prisma/prisma#3597
1.22.0-Beta (2018-11-22)
1.21.0 (2018-11-22)
1.20.7 (2018-11-15)
1.20.6 (2018-11-14)
- 4ecd142 fix javascript client generation