v2.109.0
📦 supabase-authView on GitHub →
✨ 3 features🐛 4 fixes🔧 5 symbols
Summary
This release introduces new filtering capabilities for Realtime Postgres changes and exposes cache purging in Storage. Several minor fixes address Content-Type handling in Functions and dependency pinning in Realtime.
✨ New Features
- Added custom_claims_allowlist to custom providers admin API in auth.
- Added postgres_changes filter builder, new operators, and select functionality to realtime.
- Exposed purgeCache for buckets and single objects in storage.
🐛 Bug Fixes
- Functions now honor a caller's Content-Type override regardless of casing.
- Pinned @supabase/phoenix and browser test CDN dependencies in realtime.
- Added replication connection system message option in realtime.
- Storage list() now keeps sortBy defaults when given a partial sortBy.