v2.103.0-canary.2
📦 supabase-authView on GitHub →
✨ 3 features🐛 5 fixes🔧 3 symbols
Summary
This canary release introduces new methods for null stripping in Postgrest and cache nonce control in Storage, alongside several bug fixes across Auth, Functions, Postgrest, and Storage modules.
✨ New Features
- Added stripNulls method to Postgrest for null value stripping.
- Added cacheNonce parameter for download operations in Storage.
- Exported PostgrestFilterBuilder and StorageApiError from supabase-js.
🐛 Bug Fixes
- Downgraded console.error to console.warn for missing session in Auth.
- Added toJSON method to FunctionsError for correct JSON serialization.
- Fixed scalar computed column type inference for isNotNullable and SETOF scalar in Postgrest.
- Set correct content-type for uploads in Storage.
- Avoided duplicate content-type headers in Storage vector requests.