-
Notifications
You must be signed in to change notification settings - Fork 3
fix(deps): update dependency prisma-yml to v1.34.8 #39
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/prisma-yml-1.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c7d39f7 to
30dda98
Compare
30dda98 to
ca2a555
Compare
ca2a555 to
0d96af3
Compare
0d96af3 to
8967b4e
Compare
8967b4e to
fdce29b
Compare
fdce29b to
e057556
Compare
e057556 to
ba81104
Compare
ba81104 to
39ae324
Compare
39ae324 to
0d1ca25
Compare
0d1ca25 to
f948936
Compare
f948936 to
a34d613
Compare
a34d613 to
1a0964c
Compare
1a0964c to
c99987f
Compare
c99987f to
a4a387b
Compare
a4a387b to
13c6b7c
Compare
13c6b7c to
7a2e113
Compare
7a2e113 to
a4dc076
Compare
a4dc076 to
4a1e716
Compare
4a1e716 to
a733534
Compare
a733534 to
2f3094a
Compare
2f3094a to
73f308b
Compare
73f308b to
e87d336
Compare
e87d336 to
806ef68
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.26.6->1.34.8Release Notes
graphcool/graphcool
v1.34.8Compare Source
Fixes
v1.34.7Compare Source
Changes
v1.34.6Compare Source
Fixes
v1.34.5Compare Source
Fixes
v1.34.3Compare Source
Fixes
v1.34.2Compare Source
Fixes
v1.34.1Compare Source
Fixes
v1.34.0Compare Source
v1.33.0Compare Source
Fixes
ca58c42fix(introspection): Rename linkTable to relationTablef0f8f63CLI/gen-schema: No more generation of query, mutation, subscription for relationTables.305e17bfix(delete): messagev1.32.2Compare Source
Fixes
v1.32.1Compare Source
Features
v1.32.0Compare Source
fd2b00afix(missing-service): create if service does not exist for non-local servers (prisma/prisma-cloud-feedback#205)c2929defix(init-directory): lazy create directory (prisma/prisma#4072)bc7d7a8fix(ts-client): lenient input optionalscfd7a4c[BREAKING] fix(ts-client): nullable typesv1.31.2Compare Source
Fixes
Due to unwanted behavior in NPM, we create a separate release to have the latest version on @latest again.
v1.31.1Compare Source
Fixes
v1.31.0Compare 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
idfield and "bring your own ID"createdAtorupdatedAtfieldsFixes
fd2b00afix(missing-service): create if service does not exist for non-local servers (prisma/prisma-cloud-feedback#205)c2929defix(init-directory): lazy create directory (prisma/prisma#4072)a6878e9fix(mongo): add test for embedded type203642dfix(wording): docker-compose file489f325fix(mongo): more forgiving introspection1fa33f3CLI/Datamodel: Parser for postgres now respects createdAt, updatedAt, id directivese3d50e0feat(warn): export and importv1.30.5Compare Source
Fixes
v1.30.4Compare Source
Fixes
v1.30.3Compare Source
Features
queueSizewhich 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.2Compare 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
LOWERCASED_TABLE_NAMES=1that works around this issue.v1.30.1Compare Source
Fixes
Features
/_datamodel(prisma/prisma#4358)v1.30.0Compare Source
Fixes
fd2b00afix(missing-service): create if service does not exist for non-local serversc2929defix(init-directory): lazy create directory1946fbfintrospection: fix tests, render scalarList by default4ffbd97fix executeRaw-based introspection3c4e347introspection: disable indeces (not supported yet)Breaking Changes
8b9ccf8createdAt,updatedAtandidis generated even if not explicitly defined in datamodel v14843205v1.29.2Compare Source
Fixes
onDelete: CASCADEis used with the Mongo connector since this feature is not available for that connector.v1.29.1Compare Source
Fixes
716de59fix(token-provisioning): handle various cases of server and environment #4231v1.29.0Compare Source
Changes
Breaking Changes
graphql-schemanow 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. #3359Fixes
266298dfix(cli-docs): replace GraphQL reference (#4125)a724a3efix(cli-docs): update wording for management secret issues (#4123)740423afix(cli): improve mongo credentials handling0f785e0fix(datamodel): omit invalid indicesf70dfa4fix(introspection): pg-db usagec71159aintroduce prisma admin command337a352fix custom cluster deploymentv1.28.5Compare Source
Fixes
v1.28.4Compare Source
Fixes
337a352fix custom cluster deploymentv1.28.3Compare Source
Fixes
v1.28.2Compare Source
Fixes
1a53485fix: init demo cluster selectione1cb554fix: deploy demo cluster selectionv1.28.1Compare Source
Fixes
v1.28.0Compare Source
Fixes
27fcf5bDatabase Introspection Improvements (#4031)c3e075bCLI/DB Introspection: Fixed lower/upper case issues with mysql8, added a bunch of assertions, moved to mysql2 client.386577efix(introspection): mysql09e503afix(init): correctly replace localhostv1.27.4Compare Source
Fixes
v1.27.3Compare Source
Fixes
prisma/prisma#4103 Fixes an internal server error when using before/after in combination with the default ordering during pagination.
v1.27.2Compare Source
Fixes
v1.27.1Compare 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 #4087v1.27.0Compare Source
Changes
Breaking Changes
managementApiSecretset in theprisma.ymlconfiguration. 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
f3025efThe CLI introspection now works without a prisma.ymla2aad8bMany Introspection improvements, we're now fully matching the actual Prisma datamodel of a service when reintrospecting that serviceae34b80fix(cli): inform about legacy id column, add help for @unique -> @id1306da8add support for Datamodel v1 to v1.1 changesb0a3c63fix(cli): deploy warningsRenovate 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.
This PR has been generated by Renovate Bot. View repository job log here.