v2.103.0
📦 supabase-authView on GitHub →
✨ 2 features🐛 1 fixes🔧 2 symbols
Summary
This release introduces new functionality for null stripping in postgrest and a cache nonce parameter for storage downloads, alongside a fix for scalar computed column type inference.
✨ New Features
- postgrest: Added stripNulls method for null value stripping.
- storage: Added cacheNonce parameter for download operations.
🐛 Bug Fixes
- postgrest: Fixed scalar computed column type inference for isNotNullable and SETOF scalar.