Change8

v2.103.2-canary.1

📦 supabase-jsView on GitHub →
3 features🐛 11 fixes🔧 5 symbols

Summary

This canary release introduces new methods for null stripping in Postgrest and a cacheNonce parameter for Storage downloads, alongside numerous fixes for error serialization and type inference across auth, storage, and postgrest modules.

✨ 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 missing session console.error to console.warn 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.

Affected Symbols