v2.93.0
📦 supabase-jsView on GitHub →
✨ 2 features🐛 6 fixes🔧 2 symbols
Summary
This release introduces new features for JWT handling in authentication and improved platform detection 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.
- Added generic overload for postgres_changes event type in realtime.
- Exposed status and statusCode on StorageError base class in storage.
- Improved safe environment detection for node v browser in supabase.