Change8

v2.108.0

📦 supabase-jsView on GitHub →
1 features🐛 2 fixes🔧 2 symbols

Summary

This release introduces a consistent confirmation flow for auth.resend() and resolves issues related to error logging and header passing for custom fetch environments.

✨ New Features

  • auth.resend() now uses a consistent confirmation flow.

🐛 Bug Fixes

  • Prevent console.error of AuthApiError when the error is already returned via contract in auth.
  • Ensure request headers are passed as a plain object for compatibility with React Native and custom fetch implementations in postgrest.

Affected Symbols