v2.102.0-beta.0
📦 supabase-jsView on GitHub →
✨ 2 features🐛 2 fixes🔧 1 symbols
Summary
This beta release introduces automatic retries for transient errors in postgrest and includes several fixes related to error handling and snapshot updates.
✨ New Features
- Added automatic retries for transient errors in postgrest.
- Restored the x-retry-count header in postgrest.
🐛 Bug Fixes
- Fixed postgrest to handle 503/PGRST002 errors, drain the body before retrying, and rethrow AbortError.
- Removed the x-retry-count header in postgrest (Note: This seems contradictory to the feature above, but is listed as a fix/change).