v2.112.0
📦 supabase-jsView on GitHub →
✨ 1 features🐛 5 fixes🔧 5 symbols
Summary
This release introduces opt-in OpenTelemetry tracing for Supabase and includes several bug fixes across Auth, Postgrest, and Storage modules. Key fixes involve handling uppercase UUIDs, improving error handling for multiple rows, and resolving type mismatches.
✨ New Features
- Supabase: Move OpenTelemetry tracing to opt-in /tracing subpath.
🐛 Bug Fixes
- Auth: Accept uppercase UUIDs in validateUUID.
- Postgrest: Honour throwOnError when maybeSingle finds multiple rows.
- Storage: Resolve createSignedUrls return type mismatch.
- Storage: Expose service error code on StorageApiError.
- Supabase: Forward db retry option.