v2.103.1-canary.0
📦 supabase-jsView on GitHub →
✨ 3 features🐛 9 fixes🔧 5 symbols
Summary
This canary release introduces new methods for null stripping in Postgrest and a cacheNonce parameter for Storage downloads, alongside numerous serialization and type inference fixes across auth, storage, and postgrest modules.
✨ 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 operations.