Releases: supabase/supabase-swift
Releases · supabase/supabase-swift
v2.13.4
28 Jun 08:30
Compare
Sorry, something went wrong.
No results found
2.13.4 (2024-06-28)
Bug Fixes
concurrency warnings pre swift 6 support (#428 ) (bee6fa7 )
realtime: revert realtime token to apikey on user sign out (#429 ) (11c629f )
v2.13.3
17 Jun 10:56
Compare
Sorry, something went wrong.
No results found
2.13.3 (2024-06-17)
Bug Fixes
realtime: Adds missing .unsubscribed status change (#420 ) (dc90fb6 )
v2.13.2
07 Jun 12:30
Compare
Sorry, something went wrong.
No results found
2.13.2 (2024-06-07)
Bug Fixes
auth: don't call removeSession prematurely (#416 ) (00221a8 )
v2.13.1
06 Jun 17:34
Compare
Sorry, something went wrong.
No results found
2.13.1 (2024-06-06)
Bug Fixes
auth: missing autoRefreshToken param in initializer (#415 ) (32de22f )
invalid identifier for _Helpers target (#414 ) (b2c8aee )
v2.13.0
04 Jun 17:20
Compare
Sorry, something went wrong.
No results found
2.13.0 (2024-06-04)
Features
auth: add convenience deep link handling methods (#397 ) (db7a094 )
auth: add options for disabling auto refresh token (#411 ) (24f6a76 )
improve logging on token refresh logic (#410 ) (a8ed053 )
storage: fill content-type based on file extension (#400 ) (569f445 )
Bug Fixes
realtime: handle timeout when subscribing to channel (#349 ) (a222dd4 )
v2.12.0
27 May 11:58
Compare
Sorry, something went wrong.
No results found
2.12.0 (2024-05-26)
Features
auth: add isExpired variable to session type (#399 ) (dcada1a )
auth: retry auth requests, and schedule next refresh retry in background (#395 ) (35ac278 )
Bug Fixes
manually percent encode query items to allow values with + sign (#402 ) (a0ecb70 )
storage: list method using wrong encoder (#405 ) (f16989a )
v2.11.0
20 May 14:47
Compare
Sorry, something went wrong.
No results found
v2.10.1
15 May 10:20
Compare
Sorry, something went wrong.
No results found
2.10.1 (2024-05-15)
Bug Fixes
race condition when accessing SupabaseClient (#386 ) (811e222 )
v2.10.0
14 May 08:17
Compare
Sorry, something went wrong.
No results found
2.10.0 (2024-05-14)
Features
expose Realtime options on SupabaseClient (#377 ) (9cfafdb )
Bug Fixes
auth: adds missing redirectTo query item to updateUser (#380 ) (5d1a997 )
auth: header being overridden (#379 ) (866a039 )
postgrest: update parameter of is filter to allow only Bool or nil (#382 ) (4ba1c7a )
storage: headers overridden (#384 ) (b40c34a )
v2.9.0
10 May 17:35
Compare
Sorry, something went wrong.
No results found
2.9.0 (2024-05-10)
Features
auth: Adds currentSession and currentUser properties (#373 ) (4b01556 )
functions: invoke function with custom query params (#376 ) (b4b9276 )
improve HTTP Error (#372 ) (ea25236 )
storage: copy objects between buckets (69d05ef )
storage: move objects between buckets (69d05ef )
Bug Fixes
auth: sign out regardless of request success (#375 ) (25178e2 )