Skip to content

Releases: supabase/supabase-swift

v2.22.1

12 Nov 15:24
691bde7
Compare
Choose a tag to compare

2.22.1 (2024-11-12)

Bug Fixes

  • auth: URLError coercion for RetryableError causing session to be deleted (#597) (d67b7cf)

v2.22.0

11 Nov 13:02
ed3349a
Compare
Choose a tag to compare

2.22.0 (2024-11-06)

Features

Bug Fixes

  • auth: incorrect error when error occurs during PKCE flow (#592) (84ce6f2)

v2.21.0

05 Nov 01:35
1460660
Compare
Choose a tag to compare

2.21.0 (2024-11-05)

Features

Bug Fixes

  • realtime: lost postgres_changes on resubscribe (#585) (fabc07d)

v2.20.5

24 Oct 10:05
24c6b22
Compare
Choose a tag to compare

2.20.5 (2024-10-24)

Bug Fixes

  • issue with MainActor isolated property on Swift 5.9 (#577) (7266b64)
  • revert AnyJSON codable (#580) (bfb6ed7)

v2.20.4

23 Oct 09:40
8f5b94f
Compare
Choose a tag to compare

2.20.4 (2024-10-23)

Bug Fixes

v2.20.3

22 Oct 09:26
2b70fea
Compare
Choose a tag to compare

2.20.3 (2024-10-22)

Bug Fixes

  • remove kSecUseDataProtectionKeychain (#574) (554f916)

v2.20.2

17 Oct 08:41
70158cc
Compare
Choose a tag to compare

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

10 Oct 19:21
49ca2cb
Compare
Choose a tag to compare

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

27 Sep 11:11
b159fb9
Compare
Choose a tag to compare

2.20.0 (2024-09-25)

Features

  • storage: add info, exists, custom metadata, and methods for uploading file URL (#510) (d9ba673)

v2.19.0

24 Sep 15:00
6522826
Compare
Choose a tag to compare

2.19.0 (2024-09-24)

Features

Bug Fixes

  • realtime: add missing onPostgresChange overload (#528) (95e249f)