Replies: 5 comments 4 replies
|
Hello dev |
|
Question about the CVE counts for Supabase Docker images. First, what is the general plan for addressing the overall vulnerability counts of internal images? We see the counts dropping with consecutive release tags but the HIGH and CRIT counts are still in the many hundreds collectively whether you use Docker Scout or Trivy to scan. Second, for the 3rd party images that Supabase packages with it, how are these being considered for updating thier versions to fix vulnerabilities? Kong has been stagnant at 2.8.1 in the compose file for a long time and there are more recent versions that eliminate the issues. We're having trouble getting acceptance in some customer environments with such overall numbers of outstanding HIGH and CRITICAL issues and would help to have some official guidance on this. |
|
Thanks for the update! This month’s highlights show real momentum in both performance improvements and developer ergonomics, and it’s great to see a mix of infrastructure, UX, and tooling enhancements. Here are a few standout points from my perspective: 🚀 What I’m Most Excited About1. Storage Performance & Security OverhaulThe improvements to object listing speed — especially on very large datasets — are a huge deal. Faster pagination and stronger security help make Supabase much more viable for enterprise-scale storage workloads, not just small apps. 2. Docs Export to Markdown + AI IntegrationsHaving guides that export directly to Markdown, plus links to ChatGPT and Claude, dramatically improves knowledge portability. This makes it easier to:
This signals a push toward developer automation workflows rather than just manual lookups. 3. Edge Functions DashboardBringing the Edge Functions dashboard to self-hosted and CLI users levels the playing field for teams who don’t want cloud‑only lock‑in. Listing/searching from the dashboard streamlines testing and deployment. 🛠️ Practical Impact✅ Observability & Logs Drains on ProLog drains to external tools (Datadog, Sentry, Grafana, etc.) are essential for production readiness. Being able to centralize logs from Postgres, Auth, Storage, and Functions in established observability platforms makes debugging and monitoring far easier. ✅ Inline SQL Editor & Command Menu ImprovementsThese feel like quality‑of‑life upgrades that reduce context switching:
🧠 Why This Matters for the EcosystemSupabase is clearly pushing toward:
That alignment shows Supabase evolving from “Firebase competitor” into a holistic developer platform — not just backend building blocks, but developer experience and automation tooling. It’s also really encouraging to see:
❗One SuggestionThe recent depreciation of anonymous access to the OpenAPI schema (requiring secret/service role keys) makes sense from a security perspective, but it will require many client libraries and integrations to update how they introspect APIs. Clear migration guidance for this change might help teams update faster with fewer surprises. Overall, these monthly dev updates show a good balance between infrastructure robustness, developer experience, and community tooling. Looking forward to next month’s evolution! |
|
For anyone hitting this on the free tier or before they're ready to set up a drain destination: we built a Supabase integration for Gonzo (open-source terminal log analysis TUI) that pulls all 9 log sources - Postgres, Auth, Edge Functions, Storage, API Gateway, Realtime, PostgREST, Edge network, and Supavisor - into a single filterable view with no Supabase configuration changes required. It uses the same Management API that powers the Logs Explorer, so it works on free plans. The normalization handles the nested metadata differences between sources (Cloudflare edge metadata vs. Postgres parsed logs vs. GoTrue events are all flattened to a common structure), which is most of what makes cross-service correlation painful in the dashboard today. Script and setup guide are in the Gonzo repo: https://github.com/control-theory/gonzo |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Here’s everything that happened with Supabase in the last month:
Webinar: Ship Fast, Stay Safe
Learn how top agencies balance velocity with control when using AI coding tools to build production applications on Supabase.
Register
Logs Drains on Pro
Log Drains are now available on Pro. Send your Postgres, Auth, Storage, Edge Functions, and Realtime logs to Datadog, Grafana Loki, Sentry, Axiom, S3, or your own endpoint.
Blog Post
Docs now export to Markdown for AI tools
Every guide on docs.supabase.com now has a "Copy as Markdown" option, plus direct links to ask ChatGPT and Claude. Copy any page into your agent or tool of choice with one click.
Docs
Storage: major performance and security overhaul
Object listing is up to 14.8x faster on 60M+ row datasets. The prefixes table and its 6 triggers are gone, replaced with a hybrid skip-scan algorithm and cursor-based pagination. Security fixes close a path traversal vulnerability and prevent orphan objects from direct SQL deletes.
Blog Post
Edge Functions dashboard for self-hosted and CLI
List and search your functions, view details, test directly from the dashboard, and download as
.zip. No longer cloud-only.Twitter
Multigres Postgres parser: 2.5x faster than the cgo alternative
Built in 8 weeks using Claude Code. A comparable MySQL parser took over a year.
Blog Post Twitter
Quick Product Announcements
/rest/v1/schema endpoint will only be accessible via service role or secret API keys after this date. Existing data API usage is unaffected. GitHubcmd + s. Twittersupabase/snippetsfolder. GitHubcmd + kto create tables, RLS policies, Edge Functions, and Storage buckets — or jump directly to an existing one. TwitterMade with Supabase
Community Highlights
2026_SUPABASE20for 20% off. Registerpg_duckdb, which accelerates analytics queries on Postgres by over 600x. Blog PostAll reactions