Skip to content

Releases: supabase/supabase-swift

v2.24.4

16 Jan 17:43
29bb04b
Compare
Choose a tag to compare

2.24.4 (2025-01-16)

Bug Fixes

  • Make the return value of accessToken nullable (#641) (af9b774)

v2.24.3

14 Jan 17:46
e6a2db8
Compare
Choose a tag to compare

2.24.3 (2025-01-14)

Bug Fixes

  • remove usage of nonisolated(unsafe) from codebase (#638) (3d87608)

v2.24.2

08 Jan 11:37
a06e745
Compare
Choose a tag to compare

2.24.2 (2025-01-08)

Bug Fixes

  • realtime: auto reconnect after calling disconnect, and several refactors (#627) (1887f4f)

v2.24.1

16 Dec 16:13
bbff268
Compare
Choose a tag to compare

2.24.1 (2024-12-16)

Bug Fixes

  • auth: add missing channel param to signUp method (#625) (3a36ab7)

v2.24.0

05 Dec 20:03
7a88591
Compare
Choose a tag to compare

2.24.0 (2024-12-05)

Features

  • realtime: pull access token mechanism (#615) (c88dd36)

Bug Fixes

  • realtime: prevent sending expired tokens (#618) (595277b)

v2.23.0

22 Nov 09:20
c470e9d
Compare
Choose a tag to compare

2.23.0 (2024-11-22)

Features

  • postgrest: add read-only mode for RPC (#600) (d81fc86)

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)