v2.105.4
📦 supabase-jsView on GitHub →
🐛 3 fixes🔧 1 symbols
Summary
This patch release focuses on stability fixes across Auth, Postgrest, and Realtime modules, addressing JSON parsing errors, fetch abort detection, and storage access in restricted environments.
🐛 Bug Fixes
- Auth: return null from getItemAsync when JSON parsing fails.
- Postgrest: Restored non-Error abort detection when catching fetch errors.
- Realtime: Added protection for sessionStorage access in browsers with restricted storage.