Change8

v2.110.8

📦 supabase-jsView on GitHub →
🐛 5 fixes🔧 4 symbols

Summary

This release includes several bug fixes across Auth, Functions, Storage, and the core Supabase client. Notably, fetch failures in Auth are now logged as warnings, and Content-Type matching in Functions is case-insensitive.

🐛 Bug Fixes

  • Auth: Downgraded aborted/transient fetch failures from console.error to warn.
  • Functions: Cleaned up cross-signal abort listener on invoke() return.
  • Functions: Response Content-Type is now matched case-insensitively.
  • Storage: Object key is now URL-encoded in CDN purge methods.
  • Supabase: Node warning is now skipped in Deno.

Affected Symbols