Pedro Rodrigues
Pedro Rodrigues
Upgrade the project to support modern yarn (yarn v4). Legacy version still supported Benefits versus version 1:https://yarnpkg.com/migration/overview
Allow users to export the graph to a media format. Media formats supported: - SVG - PNG - JPG/JPEG
Add support to more languages beside english (portuguese, spanish, french, etc...) and allow users to toggle between them. Use something like i-18next: https://www.npmjs.com/package/react-i18next
There are some management api endpoints that have a different api version (v2). To handle these cases, we created a new generic attribute of the Manager class that copies the...
## Summary Implements MCP elicitation for the `apply_migration` tool to request user confirmation before applying database migrations. ## Implementation Uses a try-catch pattern to gracefully fallback when clients don't support...
## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES ## What kind of change does this PR introduce? Docs update ## What is the current behavior? There is no documentation for...
## What kind of change does this PR introduce? Feature - Enables local development and testing of OAuth-protected Edge Functions (like MCP servers). ## What is the current behavior? When...
## What kind of change does this PR introduce? Feature enhancement to `supabase init` command. ## What is the current behavior? `supabase init` initializes a local Supabase project but doesn't...