Change8

v2.102.0

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

Summary

This release introduces automatic retries for transient PostgREST errors and exports key types like PostgrestFilterBuilder and StorageApiError. Several bug fixes address serialization, content-type handling in Storage, and logging in Auth.

✨ New Features

  • postgrest: add automatic retries for transient errors
  • postgrest: add success discriminator field to PostgREST response types
  • supabase: export PostgrestFilterBuilder and StorageApiError from supabase-js

🐛 Bug Fixes

  • auth: downgrade console.error to console.warn for missing session
  • ci: add --ignore-scripts to platform test installs to block post install attacks
  • postgrest: add toJSON to PostgrestError for correct JSON serialization
  • postgrest: reject excess properties in insert, update, and upsert
  • storage: set correct content-type for uploads
  • storage: avoid duplicate content-type headers in vector requests

Affected Symbols