Releases: supabase/supabase-swift
Releases · supabase/supabase-swift
v2.22.1
2.22.1 (2024-11-12)
Bug Fixes
- auth:
URLError
coercion for RetryableError
causing session to be deleted (#597) (d67b7cf)
v2.22.0
2.22.0 (2024-11-06)
Features
Bug Fixes
- auth: incorrect error when error occurs during PKCE flow (#592) (84ce6f2)
v2.21.0
2.21.0 (2024-11-05)
Features
Bug Fixes
- realtime: lost
postgres_changes
on resubscribe (#585) (fabc07d)
v2.20.2
2.20.2 (2024-10-17)
Bug Fixes
- general auth improvements (#561) (5f4c0f2)
- replace to HTTPTypes Components from Helpers Components (#564) (71dee2a)
- Swift 6 now has URLSession async method (#565) (5786dd6)
v2.20.1
2.20.1 (2024-10-09)
Bug Fixes
- realtime: add RealtimeSubscription and deprecate Subscription (#542) (3a44f30)
- realtime: allow to nullify access token (45273e5)
- realtime: deprecate
updateAuth
from channel (45273e5)
- Swift 6 warnings related to
@_unsafeInheritExecutor
attribute (#549) (eab7a4a)
v2.20.0
2.20.0 (2024-09-25)
Features
- storage: add info, exists, custom metadata, and methods for uploading file URL (#510) (d9ba673)
v2.19.0
2.19.0 (2024-09-24)
Features
Bug Fixes
- realtime: add missing
onPostgresChange
overload (#528) (95e249f)