v2.112.4-canary.2
📦 supabase-jsView on GitHub →
🐛 2 fixes🔧 2 symbols
Summary
This release includes bug fixes for the auth and realtime modules. The auth module now correctly handles AbortError in specific scenarios, and the realtime module respects custom loggers for REST fallback warnings.
🐛 Bug Fixes
- Convert stolen-lock AbortError when acquireTimeout is 0 in auth module.
- Respect custom logger for send() REST fallback warning in realtime module.