v2.88.0
📦 supabase-authView on GitHub →
✨ 3 features🐛 2 fixes🔧 3 symbols
Summary
This release introduces custom predicates for session detection in auth, adds the 'notin' filter for Postgrest, and resolves a websocket race condition in Realtime for Node.js.
✨ New Features
- Allow custom predicate for detectSessionInUrl option in auth.
- Add notin filter support for Postgrest.
- Migrate build system to tsdown for improved ESM/CJS support.
🐛 Bug Fixes
- Handle websocket race condition in node.js environment for Realtime.
- Omit authorization header when no access token exists for Realtime connections.