v3.0.0-next.17
Breaking Changes📦 supabase-authView on GitHub →
⚠ 1 breaking🐛 1 fixes🔧 1 symbols
Summary
This release primarily focuses on improving error handling within the postgrest client by ensuring all processResponse errors are wrapped in PostgrestError instances, which constitutes a breaking change for error handling logic.
⚠️ Breaking Changes
- postgrest: Error responses from processResponse are now consistently wrapped in a PostgrestError instance.
Migration Steps
- If you were previously handling raw error objects returned from processResponse, update your code to expect and handle PostgrestError instances instead.
🐛 Bug Fixes
- postgrest: Errors encountered during processResponse are now correctly wrapped in a PostgrestError instance.