v2.91.1-canary.2
📦 supabase-jsView on GitHub →
✨ 1 features🐛 4 fixes🔧 5 symbols
Summary
This canary release introduces improved platform detection via HTTP headers and resolves several bugs related to auth, realtime connections, and storage error reporting.
✨ New Features
- Added missing HTTP headers in supabase client for platform and runtime detection.
🐛 Bug Fixes
- Local storage is now cleared on signOut even if a session is already missing.
- Heartbeat is sent for initial connection errors in realtime.
- Added a generic overload for the postgres_changes event type in realtime.
- StorageError base class now exposes status and statusCode.