Change8

v2.110.8

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

Summary

This release includes several bug fixes across Auth, Functions, Storage, and the core Supabase client. Notably, it addresses fetch failure logging, abort listener cleanup, Content-Type matching, URL encoding for storage keys, and Deno compatibility.

🐛 Bug Fixes

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

Affected Symbols