April Open Source UpdatesHere's what we shipped to the open source community recently. Proxied Auth setups are now easier to runAuth rate limits can now use the end user's IP instead of your server or proxy IP. You can enable IP address forwarding directly in Studio, making rate limits more accurate and reducing false blocks for users behind shared infrastructure. Send customers straight to the right setup pathMake onboarding smoother for founders, teammates, and docs readers by dropping them into the exact Supabase setup flow they need to get started. Including the right framework, ORM, direct connection, or MCP client already selected. supabase-js handles flaky requests more gracefullyTransient PostgREST failures are now retried automatically in supabase-js, so brief network or backend hiccups are less likely to bubble up as customer-facing errors. This means fewer one-off failures to guard against in your app and less defensive retry logic in your client code. |