v2.103.2-canary.1
📦 supabase-authView on GitHub →
✨ 3 features🐛 11 fixes🔧 5 symbols
Summary
This canary release introduces new methods for null stripping in Postgrest and a cacheNonce option for Storage downloads, alongside numerous fixes for error serialization and various component behaviors.
✨ New Features
- Added stripNulls method to Postgrest for null value stripping.
- Added cacheNonce parameter for Storage download operations.
- Exported PostgrestFilterBuilder and StorageApiError from supabase-js.
🐛 Bug Fixes
- Downgraded console.error to console.warn for missing session events in Auth.
- Added toJSON method to AuthError for correct JSON serialization.
- Included Cloudflare error codes in NETWORK_ERROR_CODES for Auth.
- Added toJSON method to FunctionsError for correct JSON serialization.
- Fixed scalar computed column type inference for isNotNullable and SETOF scalar in Postgrest.
- Handled bigint RPC calls in Postgrest.
- Set correct content-type for Storage uploads.
- Avoided duplicate content-type headers in Storage vector requests.
- Added toJSON method to StorageError for correct JSON serialization.
- Applied empty transform check to Storage download and getPublicUrl.
- Removed client-side signed URL render endpoint normalization in Storage.