v2.103.1
📦 supabase-jsView on GitHub →
🐛 4 fixes🔧 2 symbols
Summary
This patch release focuses on bug fixes, primarily ensuring correct JSON serialization for AuthError and StorageError, and improving handling for bigint RPCs and storage download operations.
🐛 Bug Fixes
- Added toJSON method to AuthError for correct JSON serialization.
- Handled bigint RPC calls in Postgrest.
- Added toJSON method to StorageError for correct JSON serialization.
- Applied empty transform check to download and getPublicUrl operations in Storage.