v2.103.0
📦 supabase-jsView on GitHub →
✨ 2 features🐛 1 fixes🔧 2 symbols
Summary
This release introduces null stripping functionality in postgrest and a cacheNonce 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.