Change8

v2.107.0-beta.6

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

Summary

This beta release introduces new features for authentication mutex handling, binary payload support in realtime, and structured metadata for client info. Several fixes address JWT handling, OAuth redirects, and error reporting in PostgREST responses.

✨ New Features

  • auth: remove navigator.locks-based mutex; introduce commit guard + dispose()
  • realtime: allow httpSend to send binary payload
  • supabase: update X-Client-Info to structured metadata format

🐛 Bug Fixes

  • auth: return AuthInvalidJwtError from getClaims for expired JWT
  • auth: recognize ?error= redirects in implicit grant gate
  • auth: revert fix(auth: encode client-id in oauth requests
  • postgrest: return a structured error for non-JSON body on successful responses

Affected Symbols