v2.102.1-canary.0
📦 supabase-authView on GitHub →
✨ 1 features🐛 4 fixes🔧 3 symbols
Summary
This canary release introduces exports for PostgrestFilterBuilder and StorageApiError from supabase-js, alongside several bug fixes related to logging, error serialization, and storage content-type handling.
✨ New Features
- Export PostgrestFilterBuilder and StorageApiError from supabase-js.
🐛 Bug Fixes
- Downgraded console.error to console.warn for missing session in auth.
- Added toJSON to FunctionsError for correct JSON serialization.
- Set correct content-type for storage uploads.
- Avoided duplicate content-type headers in storage vector requests.