Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency prisma-yml to v1.34.8 #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 21, 2019

This PR contains the following updates:

Package Type Update Change
prisma-yml dependencies minor 1.26.6 -> 1.34.8

Release Notes

graphcool/graphcool

v1.34.8

Compare Source

Fixes

  • #​4860 Fixes a bug that causes authentication to always be denied despite a correct token.

v1.34.7

Compare Source

Changes

  • Removes native binding code, and replaces the authentication module with a pure Scala implementation.

v1.34.6

Compare Source

Fixes

  • #​4811 Fixes a bug where filtering for relations that are null would return wrong results.

v1.34.5

Compare Source

Fixes

  • #​4793 Fixes a bug when using deleteMany with the MongoDB connector
  • #​4791 Enables the usage of Aliases in Subscription queries
  • #​4790 Fixes a bug where Prisma was failing on introspecting unsupported SQL data types

v1.34.3

Compare Source

Fixes

  • Fixes a bug in Prisma that causes the database connection pool to lose all threads on high load. (Issue originates from outdated dependency.)

v1.34.2

Compare Source

Fixes

  • #​4569 Fixes a bug with relation tables in Postgres when using custom Id names

v1.34.1

Compare Source

Fixes

  • #​4716 The Mongo Connector was storing the Id twice when it was user provided
  • #​4412 Internal server error when creating a type that only contains a sequence id

v1.34.0

Compare Source

v1.33.0

Compare Source

Fixes

  • ca58c42 fix(introspection): Rename linkTable to relationTable
  • f0f8f63 CLI/gen-schema: No more generation of query, mutation, subscription for relationTables.
  • 305e17b fix(delete): message
  • #​4508 Bug when using self-relations with inline ids
  • #​4452 Bug when using self-relations with inline ids
  • #​4509 WhereUniqueInput silently ignored inputs after the first
  • #​4421 Using Int Ids on Postgres would not resolve list values

v1.32.2

Compare Source

Fixes

  • The CLI incorrectly printed requests

v1.32.1

Compare Source

Features

  • introduced the new optional config property queueSize which controls the number database actions that can be submitted to the database. It is only relevant for SQL connectors. The default setting is 1000.

v1.32.0

Compare Source

v1.31.2

Compare Source

Fixes

Due to unwanted behavior in NPM, we create a separate release to have the latest version on @​latest again.

v1.31.1

Compare Source

Fixes

v1.31.0

Compare Source

Breaking Changes

The new datamodel syntax introduced in this release is a breaking change. Read the announcement article or learn how to upgrade to the new datamodel version.

Features

  • This release features an improved version of the datamodel syntax. It provides more control over the database layout that Prisma creates. Some of the new features include:
    • Specify whether a relation should use a relation table or foreign keys
    • Model/field names can differ from the names of the underlying tables/columns
    • Use any field as id field and "bring your own ID"
    • Use any field as createdAt or updatedAt fields
  • Introspection for MySQL (prisma/prisma#​2506)

Fixes

v1.30.5

Compare Source

Fixes

  • Fixes a bug in Prisma that causes the database connection pool to lose all threads on high load. (Issue originates from outdated dependency.)

v1.30.4

Compare Source

Fixes

  • The CLI incorrectly printed requests

v1.30.3

Compare Source

Features

  • introduced the new optional config property queueSize which controls the number database actions that can be submitted to the database. It is only relevant for SQL connectors. The default setting is 1000.

v1.30.2

Compare Source

This is a maintenance release to bring a patch to an older Prisma version that does not enforce the Datamodel version 1.1 yet.

Fixes

  • don't create a table for a scalar list if it exists already
  • Prisma did not work well with databases that lowercased table names e.g. MySQL on Windows. Introduced the env var LOWERCASED_TABLE_NAMES=1 that works around this issue.

v1.30.1

Compare Source

Fixes

Features

  • a Prisma project now exposes the currently deployed datamodel in the route /_datamodel (prisma/prisma#​4358)

v1.30.0

Compare Source

Fixes

  • fd2b00a fix(missing-service): create if service does not exist for non-local servers
  • c2929de fix(init-directory): lazy create directory
  • 1946fbf introspection: fix tests, render scalarList by default
  • 4ffbd97 fix executeRaw-based introspection
  • 3c4e347 introspection: disable indeces (not supported yet)

Breaking Changes

  • Introspection: Field names are now camel cased by default 8b9ccf8
  • Introspection: createdAt, updatedAt and id is generated even if not explicitly defined in datamodel v1 4843205

v1.29.2

Compare Source

Fixes

  • prisma/prisma#​4262 Validate that type names defined by the user in the datamodel do not overlap with names of types Prisma autogenerates
  • prisma/prisma#​4266 Error if onDelete: CASCADE is used with the Mongo connector since this feature is not available for that connector.

v1.29.1

Compare Source

Fixes

  • 716de59 fix(token-provisioning): handle various cases of server and environment #​4231

v1.29.0

Compare Source

Changes

Breaking Changes

  • We are disabling deploy renames of the shape ( type A-> type B, type B-> type X) in one go. These will now produce a deploy error and ask to be split into two steps.
  • The default model names which are being generated by the introspection are now fully camel cased add introspection camelcasing
  • Generator graphql-schema now outputs to a single file instead of a directory. That means you need to provide the full path including the file name to the generator. #​3359

Fixes

  • 266298d fix(cli-docs): replace GraphQL reference (#​4125)
  • a724a3e fix(cli-docs): update wording for management secret issues (#​4123)
  • 740423a fix(cli): improve mongo credentials handling
  • 0f785e0 fix(datamodel): omit invalid indices
  • f70dfa4 fix(introspection): pg-db usage
  • c71159a introduce prisma admin command
  • 337a352 fix custom cluster deployment

v1.28.5

Compare Source

Fixes

  • prisma/prisma#​4200 Unnecessarily slow performance of count query when no additional query arguments are provided.

v1.28.4

Compare Source

Fixes

  • 337a352 fix custom cluster deployment

v1.28.3

Compare Source

Fixes

v1.28.2

Compare Source

Fixes

  • 1a53485 fix: init demo cluster selection
  • e1cb554 fix: deploy demo cluster selection

v1.28.1

Compare Source

Fixes

  • prisma/prisma#​3855 unique constraints were not generated during updates by the Mongo connector
  • prisma/prisma#​4139 subscriptions were running into an internal server error when requesting DateTimes in previous values

v1.28.0

Compare Source

Fixes

  • 27fcf5b Database Introspection Improvements (#​4031)
  • c3e075b CLI/DB Introspection: Fixed lower/upper case issues with mysql8, added a bunch of assertions, moved to mysql2 client.
  • 386577e fix(introspection): mysql
  • 09e503a fix(init): correctly replace localhost

v1.27.4

Compare Source

Fixes

  • prisma/prisma#​4103 Updating a list value of a node will now also update the updatedAt field.
  • prisma/prisma#​4110 Pagination was failing when ordering by descending and also skipping values that had the same value as the provided cursor node for the orderBy field.

v1.27.3

Compare Source

Fixes

prisma/prisma#​4103 Fixes an internal server error when using before/after in combination with the default ordering during pagination.

v1.27.2

Compare Source

Fixes

  • prisma/prisma#​4097: Fixes issues with database/schema specified by the user not being found by the Postgres connector or not being created if it did not exist before.

v1.27.1

Compare Source

Changes

  • 22c83ce: The request timeout for the Prisma Servers has been bumped to 600 seconds to enable running long queries.
  • f14d8a7: Fix build script for beta builds #​4087

v1.27.0

Compare Source

Changes

Breaking Changes

  • RS256 JWT authentication has been removed from Prisma. Prisma now only support tokens signed with HS256. If you are upgrading an existing Prisma container, make sure you have the managementApiSecret set in the prisma.yml configuration. If you upgrade without a valid management secret set, your management API will be unsecured. Clusters already running with a management secret are unaffected. See the Prisma docs for more information on securing your management API.

Fixes

  • It was possible to define subscriptions on embedded types. These would then error at runtime since subscribing to them is not actually possible. Embedded types are now no longer part of the subscription schema and this should be caught during query validation.
  • f3025ef The CLI introspection now works without a prisma.yml
  • a2aad8b Many Introspection improvements, we're now fully matching the actual Prisma datamodel of a service when reintrospecting that service
  • ae34b80 fix(cli): inform about legacy id column, add help for @​unique -> @​id
  • 1306da8 add support for Datamodel v1 to v1.1 changes
  • b0a3c63 fix(cli): deploy warnings

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency prisma-yml to v1.27.0 fix(deps): update dependency prisma-yml to v1.27.1 Feb 23, 2019
@renovate renovate bot changed the title fix(deps): update dependency prisma-yml to v1.27.1 fix(deps): update dependency prisma-yml to v1.27.2 Feb 26, 2019
@renovate renovate bot changed the title fix(deps): update dependency prisma-yml to v1.27.2 fix(deps): update dependency prisma-yml to v1.27.3 Feb 26, 2019
@renovate renovate bot force-pushed the renovate/prisma-yml-1.x branch from 0d96af3 to 8967b4e Compare March 1, 2019 16:54
@renovate renovate bot changed the title fix(deps): update dependency prisma-yml to v1.27.3 fix(deps): update dependency prisma-yml to v1.27.4 Mar 1, 2019
@renovate renovate bot force-pushed the renovate/prisma-yml-1.x branch from 8967b4e to fdce29b Compare March 5, 2019 20:06
@renovate renovate bot changed the title fix(deps): update dependency prisma-yml to v1.27.4 fix(deps): update dependency prisma-yml to v1.28.0 Mar 5, 2019
@renovate renovate bot force-pushed the renovate/prisma-yml-1.x branch from fdce29b to e057556 Compare March 7, 2019 13:35
@renovate renovate bot changed the title fix(deps): update dependency prisma-yml to v1.28.0 fix(deps): update dependency prisma-yml to v1.28.1 Mar 7, 2019
@renovate renovate bot force-pushed the renovate/prisma-yml-1.x branch from e057556 to ba81104 Compare March 10, 2019 17:51
@renovate renovate bot changed the title fix(deps): update dependency prisma-yml to v1.28.1 fix(deps): update dependency prisma-yml to v1.28.2 Mar 10, 2019
@renovate renovate bot force-pushed the renovate/prisma-yml-1.x branch from ba81104 to 39ae324 Compare March 11, 2019 14:24
@renovate renovate bot changed the title fix(deps): update dependency prisma-yml to v1.28.2 fix(deps): update dependency prisma-yml to v1.28.3 Mar 11, 2019
@renovate renovate bot force-pushed the renovate/prisma-yml-1.x branch from 39ae324 to 0d1ca25 Compare March 15, 2019 11:07
@renovate renovate bot changed the title fix(deps): update dependency prisma-yml to v1.28.3 fix(deps): update dependency prisma-yml to v1.28.4 Mar 15, 2019
@renovate renovate bot force-pushed the renovate/prisma-yml-1.x branch from 0d1ca25 to f948936 Compare March 15, 2019 16:49
@renovate renovate bot changed the title fix(deps): update dependency prisma-yml to v1.28.4 fix(deps): update dependency prisma-yml to v1.28.5 Mar 15, 2019
@renovate renovate bot force-pushed the renovate/prisma-yml-1.x branch from f948936 to a34d613 Compare March 20, 2019 10:08
@renovate renovate bot changed the title fix(deps): update dependency prisma-yml to v1.28.5 fix(deps): update dependency prisma-yml to v1.29.0 Mar 20, 2019
@renovate renovate bot force-pushed the renovate/prisma-yml-1.x branch from a34d613 to 1a0964c Compare March 21, 2019 09:33
@renovate renovate bot changed the title fix(deps): update dependency prisma-yml to v1.29.0 fix(deps): update dependency prisma-yml to v1.29.1 Mar 21, 2019
@renovate renovate bot force-pushed the renovate/prisma-yml-1.x branch from 1a0964c to c99987f Compare March 27, 2019 13:20
@renovate renovate bot changed the title fix(deps): update dependency prisma-yml to v1.29.1 fix(deps): update dependency prisma-yml to v1.29.2 Mar 27, 2019
@renovate renovate bot force-pushed the renovate/prisma-yml-1.x branch from c99987f to a4a387b Compare April 4, 2019 08:35
@renovate renovate bot changed the title fix(deps): update dependency prisma-yml to v1.29.2 fix(deps): update dependency prisma-yml to v1.30.0 Apr 4, 2019
@renovate renovate bot force-pushed the renovate/prisma-yml-1.x branch from a4a387b to 13c6b7c Compare April 11, 2019 11:41
@renovate renovate bot changed the title fix(deps): update dependency prisma-yml to v1.30.0 fix(deps): update dependency prisma-yml to v1.30.1 Apr 11, 2019
@renovate renovate bot force-pushed the renovate/prisma-yml-1.x branch from 13c6b7c to 7a2e113 Compare April 17, 2019 15:43
@renovate renovate bot changed the title fix(deps): update dependency prisma-yml to v1.30.1 fix(deps): update dependency prisma-yml to v1.31.0 Apr 17, 2019
@renovate renovate bot force-pushed the renovate/prisma-yml-1.x branch from 7a2e113 to a4dc076 Compare April 23, 2019 10:55
@renovate renovate bot changed the title fix(deps): update dependency prisma-yml to v1.31.0 fix(deps): update dependency prisma-yml to v1.31.1 Apr 23, 2019
@renovate renovate bot force-pushed the renovate/prisma-yml-1.x branch from a4dc076 to 4a1e716 Compare May 4, 2019 13:01
@renovate renovate bot changed the title fix(deps): update dependency prisma-yml to v1.31.1 fix(deps): update dependency prisma-yml to v1.32.2 May 4, 2019
@renovate renovate bot force-pushed the renovate/prisma-yml-1.x branch from 4a1e716 to a733534 Compare May 19, 2019 08:58
@renovate renovate bot changed the title fix(deps): update dependency prisma-yml to v1.32.2 fix(deps): update dependency prisma-yml to v1.33.0 May 19, 2019
@renovate renovate bot force-pushed the renovate/prisma-yml-1.x branch from a733534 to 2f3094a Compare June 1, 2019 11:59
@renovate renovate bot changed the title fix(deps): update dependency prisma-yml to v1.33.0 fix(deps): update dependency prisma-yml to v1.34.0 Jun 1, 2019
@renovate renovate bot force-pushed the renovate/prisma-yml-1.x branch from 2f3094a to 73f308b Compare July 13, 2019 10:04
@renovate renovate bot changed the title fix(deps): update dependency prisma-yml to v1.34.0 fix(deps): update dependency prisma-yml to v1.34.1 Jul 13, 2019
@renovate renovate bot changed the title fix(deps): update dependency prisma-yml to v1.34.1 fix(deps): update dependency prisma-yml to v1.34.5 Aug 10, 2019
@renovate renovate bot changed the title fix(deps): update dependency prisma-yml to v1.34.5 fix(deps): update dependency prisma-yml to v1.34.8 Sep 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant