v2.100.0
📦 supabase-jsView on GitHub →
✨ 1 features🐛 3 fixes🔧 3 symbols
Summary
This release introduces an update to the realtime client to use Phoenix's JS library and includes several bug fixes across auth, realtime, and storage modules.
✨ New Features
- realtime: Use phoenix's js lib inside realtime-js.
🐛 Bug Fixes
- auth: Guard navigator lock steal against cascade when lock is stolen by another request.
- realtime: Revert `vsn` type back to `string`.
- storage: Implement structural detection on json() to better detect Response-like errors.