- Supabase Pipelines streams Postgres changes to BigQuery in near real time, now available in public alpha on all paid plans
- Unified Logs provides a searchable view across all Supabase services with live tail and filtering in open beta
- Edge Functions overview page now displays error rates, execution time, and CPU/memory usage metrics
- Supabase blocks all changes to the realtime schema to prevent accidental modifications
Extension version pinning is deprecated: from August 5, explicit versions in CREATE or ALTER EXTENSION are ignored and the default version installs with a warning. The Management API analytics/endpoints/logs.all endpoint is migrating to the new logs endpoint, requiring clients that query project logs to update. Supabase now blocks all changes to the realtime schema (creating, altering, or dropping objects fails with a permission error).
Update any clients that query project logs to use the new logs endpoint instead of analytics/endpoints/logs.all. Review any code that attempts to modify the realtime schema, as these operations will now fail with a permission error.