v2.103.0-canary.1
📦 supabase-authView on GitHub →
✨ 2 features🐛 5 fixes🔧 2 symbols
Summary
This canary release introduces a new cacheNonce parameter for storage downloads and exports PostgrestFilterBuilder and StorageApiError. It also includes several bug fixes across auth, functions, postgrest, and storage modules.
✨ New Features
- Added cacheNonce parameter for storage download.
- Exported 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.
- Fixed scalar computed column type inference for isNotNullable and SETOF scalar in postgrest.
- Set correct content-type for storage uploads.
- Avoided duplicate content-type headers in storage vector requests.