Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Releases: prisma/prisma1

Release 1.23.0 (2018-12-18)

18 Dec 17:13
Compare
Choose a tag to compare

Features

  • f66adfb Added Mongo Introspection

Fixes

  • 2018f3c Fix relay connection
  • 523fff4 Fix subscriptions (fetch node and previousValues)
  • 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 to cli/packages/prisma-client-lib

Release 1.22.2 (2018-12-07)

07 Dec 14:09
12743a6
Compare
Choose a tag to compare

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)

05 Dec 14:59
2cf56fb
Compare
Choose a tag to compare

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)

04 Dec 17:09
Compare
Choose a tag to compare
Pre-release

Changes

Features

  • f66adfb Added Mongo Introspection

Fixes

  • 2018f3c Fix relay connection
  • 523fff4 Fix subscriptions (fetch node and previousValues)
  • d9f0b17 tests(Client) Add query generation tests
  • eeb7931 prefer PRISMA_MANAGEMENT_API_SECRET over cloud secret

Release 1.22.0 (2018-12-04)

04 Dec 17:09
Compare
Choose a tag to compare

Changes

The connector for MongoDB is now in Preview! 🎉🎉 You can learn more about our new connector here.

Fixes

  • 1ab4790 Remove unused dependencies
  • 3ed791a fix new mongo db init config

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)

26 Nov 09:41
f875ff2
Compare
Choose a tag to compare

Bugfixes

1.22.0-Beta (2018-11-22)

22 Nov 15:14
Compare
Choose a tag to compare
Pre-release

Changes

Fixes

  • 1ab4790 Remove unused dependencies

1.21.0 (2018-11-22)

22 Nov 15:13
Compare
Choose a tag to compare

Changes

Bugfixes

  • f0abbd1 fix(cli): url handling for cloud endpoints
  • 2ee21ed feat(cli): add mongodb to init flow
  • 27feaba feat(cli): add graceful yml parsing, update json schema
  • 8eb1623 fix(cli): cleanup deps, upgrade to graphql@14
  • 51a296b fix(graphql 14): bump deps

1.20.7 (2018-11-15)

15 Nov 14:35
4658f38
Compare
Choose a tag to compare

Bugfixes

1.20.6 (2018-11-14)

14 Nov 17:43
Compare
Choose a tag to compare
  • 4ecd142 fix javascript client generation