Replies: 4 comments 4 replies
|
Im tired i want to connect my google superbase not allow me |
1 reply
|
We are behind schedule on this change. An update will be posted here soon and likely link to new announcement. |
0 replies
|
@samrose it appears |
3 replies
|
Thank you for your work @samrose and your fellows! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
In a forthcoming release within approximately 3 weeks,
pg_graphqlwill be disabled by default on new Supabase projects.This change aligns
pg_graphqlwith our security-first approach of minimizing exposed API surface area by default. Services and extensions that expose schema metadata are now opt-in rather than opt-out, reducing the default attack surface for new projects.Who is affected:
New projects will no longer have
pg_graphqlenabled automaticallyExisting projects older than 30 days with zero graphql requests will also have the extension disabled (where previously it was enabled by default). Existing projects with requests will be unaffected.
Action required: If your application relies on GraphQL, you can enable
pg_graphqlmanually via the Database Extensions page in your dashboard. You can also addcreate extension pg_graphqlto your migrations as well if you wish to keep usingpg_graphqlWe continue to fully support pg_graphql for projects that need it. This change simply ensures it's an intentional choice rather than a default.
We'll follow up on this thread with links to relevant documents for actions required.
EDIT: We've inadvertently disabled pg_graphql on some projects with recent pg_graphql usage. We apologize for the mistake. Please follow this incident for guidance.
All reactions