Change8

v3.0.0-next.17

Breaking Changes
📦 supabase-jsView 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 a PostgrestError instance, 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

  1. If you were previously handling raw error objects from Postgrest responses, update your error handling to expect a PostgrestError instance.

🐛 Bug Fixes

  • postgrest: Errors encountered during processResponse are now correctly wrapped in a PostgrestError instance.

Affected Symbols