-
Notifications
You must be signed in to change notification settings - Fork 24
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
Gatsby v4 upgrade #195
Gatsby v4 upgrade #195
Conversation
02c9886
to
f02dd9a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on my project, works like a charm. Thanks!
@Simply007 Tested on our project and it works as expected when upgrading from version 7, but Deferred Static Generation does not work. Adding the defer argument to the createPage action results in the following error. Gatsby kontent source plugin resulted to error in `createSchemaCustomization` method ENOENT: no such file or directory, open '.cache/query-engine/template.items.schema.gql'
Error: ENOENT: no such file or directory, open '.cache/query-engine/template.items.schema.gql' I have a simple reproduction in this repo with reproducible steps in the README. Would you like me to open a separate issue? |
Thanks for testing this out! I was planning to try it myself (#196). And yes please - submit a separate issue. It seems more like a gatsby issue - it might not cache .gql files out of the box (I am using them as a template for schema customization). |
Version 8.0.0-beta.2 of packages:
Should fix #197 |
Kudos, SonarCloud Quality Gate passed!
|
Hello everybody, We are planning to release a final version 8.0.0 in the middle of Feb 2022. |
It is here! 🚀 I am going to release this version as the latest tomorrow (most probably). It is already verified and being used without submitted issues. but one:
ping @CollierCZ @drewfoster-luminary (thx again for the issue fix) as the thumbs-uppers for the latest comment :) |
Feature/196 showcase dsg ssr
Motivation
Upgrade to be compatible with Gatsby v4
https://v4.gatsbyjs.com/docs/reference/release-notes/migrating-source-plugin-from-v3-to-v4/
https://www.gatsbyjs.com/docs/reference/release-notes/migrating-from-v3-to-v4
Checklist
How to test
CI is fine