v2.103.2-canary.0
📦 supabase-jsView on GitHub →
✨ 3 features🐛 10 fixes🔧 5 symbols
Summary
This canary release introduces new methods for null stripping in Postgrest and a cacheNonce option for Storage downloads. It also includes numerous bug fixes across auth, storage, and postgrest, primarily focusing on error serialization and header handling.
✨ New Features
- Added stripNulls method to Postgrest for null value stripping.
- Added cacheNonce parameter to Storage download operations.
- Exported PostgrestFilterBuilder and StorageApiError from supabase-js.
🐛 Bug Fixes
- Downgraded missing session error logging from console.error to console.warn in auth.
- Added toJSON method to AuthError for correct JSON serialization.
- 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.