v2.90.0
📦 supabase-authView on GitHub →
✨ 1 features🐛 10 fixes🔧 5 symbols
Summary
This release introduces the exposure of heartbeat latency in realtime callbacks and includes numerous bug fixes across auth, functions, postgrest, and general supabase types to improve stability and compatibility.
✨ New Features
- Expose heartbeat latency on the heartbeat callback in the realtime module.
🐛 Bug Fixes
- Added the 'banned_until' property to the user type in auth.
- Added the 'last_challenged_at' property to the factor type in auth.
- Cleared the initial setTimeout in stopAutoRefresh for auth.
- Preserved the session when a magic link is clicked twice in auth.
- Added configurable lock acquisition timeout to prevent deadlocks in auth.
- Auto-stringified object body when a custom Content-Type header is provided for functions.
- Used POST with return minimal for RPC head requests with object arguments in postgrest.
- Split type-only exports to avoid unused import warnings in supabase.
- Inlined string literal in databasewithoutinternals type in supabase.
- Avoided edge runtime warnings in Next.js in supabase.