v2.110.6
📦 supabase-authView on GitHub →
🐛 3 fixes🔧 3 symbols
Summary
This release includes bug fixes for Postgrest, Realtime, and Supabase. The Postgrest fix addresses type hinting for self-referencing embeds, the Realtime fix improves option forwarding in track(), and the Supabase fix changes error handling for unrecognized API key subtypes to a warning.
🐛 Bug Fixes
- Postgrest: Type hinted self-referencing embeds as arrays.
- Realtime: Forwarded options to send() in track().
- Supabase: Changed behavior to warn instead of throw for unrecognized sb_ API key subtypes.