v2.91.2-rc.0
📦 supabase-jsView on GitHub →
✨ 2 features🐛 6 fixes🔧 1 symbols
Summary
This release introduces an optional jwt parameter for getAuthenticatorAssuranceLevel and improves client platform/runtime detection via HTTP headers. Several bug fixes address promise rejections, storage handling, and realtime connection errors.
✨ New Features
- Added optional jwt parameter to getAuthenticatorAssuranceLevel in auth.
- Added missing HTTP headers for client platform and runtime detection in supabase.
🐛 Bug Fixes
- Fixed uncaught promise rejections during initialization in auth.
- Fixed clearing local storage on signOut when session is already missing in auth.
- Fixed sending heartbeat for initial connection error in realtime.
- Fixed adding generic overload for postgres_changes event type in realtime.
- Fixed exposing status and statusCode on StorageError base class in storage.
- Fixed environment detection in supabase.