v2.96.0
📦 supabase-authView on GitHub →
✨ 1 features🐛 3 fixes🔧 2 symbols
Summary
This release introduces a new setHeader method for BaseApiClient in storage and includes several bug fixes across auth, postgrest, and realtime modules.
✨ New Features
- Added setHeader method to BaseApiClient in storage module.
🐛 Bug Fixes
- Resolved Firefox content script Promise.then() security errors related to locks in auth module.
- Enforced type safety for table and view names when using the from() method in postgrest module.
- Removed an unnecessary check within the removeChannel function in realtime module.