Skip to content

Releases: supabase/supabase-py

v2.24.0

07 Nov 17:07
adffee4

Choose a tag to compare

2.24.0 (2025-11-07)

Features

Breaking changes

  • Removed SyncClient classes from both supabase_auth and supabase_functions, in favor of plain httpx.Clients instead.

v2.23.3

06 Nov 19:30
db13ec4

Choose a tag to compare

2.23.3 (2025-11-06)

Bug Fixes

v2.23.2

03 Nov 17:44
60f07a8

Choose a tag to compare

2.23.2 (2025-11-03)

Bug Fixes

  • storage: read _base_url instead of _client.base_url inside signed url creation (#1295) (a81b074)

v2.23.1

03 Nov 14:29
9785163

Choose a tag to compare

2.23.1 (2025-11-03)

Bug Fixes

  • auth: pass ConfigDict into with_config instead of kwargs (#1292) (78b6d53)

v2.23.0

31 Oct 18:19
9315e0f

Choose a tag to compare

2.23.0 (2025-10-31)

Features

  • auth: add OAuth 2.1 client admin endpoints (#1240) (9ab912b)

Bug Fixes

  • auth: more linting rules (#1289) (a892c43)
  • auth: return auth_response from exchange_code_for_session instead of response dict (#1288) (7159116)
  • storage: add upsert option for signed bucket (#1283) (ce4381a)

v2.22.4

30 Oct 15:14
459f1e8

Choose a tag to compare

2.22.4 (2025-10-30)

Bug Fixes

v2.22.3

28 Oct 20:42
4de4010

Choose a tag to compare

2.22.3 (2025-10-28)

Bug Fixes

v2.22.2

24 Oct 19:14
b62f79d

Choose a tag to compare

2.22.2 (2025-10-24)

Bug Fixes

  • storage: reconstruct path back instead of returning a tuple (#1267) (557f1b2)

v2.22.1

21 Oct 19:23
df911cb

Choose a tag to compare

2.22.1 (2025-10-21)

Bug Fixes

  • evaluate output of release-please correctly (#1259) (c2a306e)
  • postgrest: fix execute type definition (#1262) (bc74c0d)

v2.22.0

08 Oct 19:32
d741716

Choose a tag to compare

2.22.0 (2025-10-08)

Features

  • realtime: add support for broadcast replay configuration (#1235) (bc2cf08)

Bug Fixes

  • do not mutate httpx client inside storage, postgrest and functions (#1249) (0543b91)