Skip to content

Releases: supabase/supabase-py

v2.28.0

10 Feb 13:16
59e3384

Choose a tag to compare

2.28.0 (2026-02-10)

Features

  • storage: add list_v2 method to file_api client (#1377) (259f4ad)

Bug Fixes

  • auth: add missing is_sso_user, deleted_at, banned_until to User model (#1375) (7f84a62)
  • realtime: ensure remove_channel removes channel from channels dict (#1373) (0923314)
  • realtime: use pop with default in _handle_message to prevent KeyError (#1388) (baea26f)
  • storage3: replace print() with warnings.warn() for trailing slash notice (#1380) (50b099f)

v2.27.3

03 Feb 16:34
c357def

Choose a tag to compare

2.27.3 (2026-02-03)

Bug Fixes

  • deprecate python 3.9 in all packages (#1365) (cc72ed7)
  • ensure storage_url has trailing slash to prevent warning (#1367) (4267ff1)

v2.27.2

14 Jan 04:53
81729ca

Choose a tag to compare

2.27.2 (2026-01-14)

Bug Fixes

  • ci: generate new token for release-please (#1348) (c2ad37f)
  • ci: run CI when .github files change (#1349) (a221aac)
  • realtime: ammend reconnect logic to not unsubscribe (#1346) (cfbe594)

v2.27.1

06 Jan 19:07
ad047a5

Choose a tag to compare

2.27.1 (2026-01-06)

Bug Fixes

  • realtime: use 'event' instead of 'events' in postgres_changes protocol (#1339) (c1e7986)
  • storage: catch bad responses from server (#1344) (ddb5054)

v2.27.0

16 Dec 14:48
64a0483

Choose a tag to compare

2.27.0 (2025-12-16)

Features

Bug Fixes

  • storage: replace deprecated pydantic Extra with literal values (#1334) (6df3545)

v2.26.0

15 Dec 15:39
822c44c

Choose a tag to compare

2.26.0 (2025-12-15)

Features

Bug Fixes

  • storage: remove v1 from path concatenation (#1330) (e3ddf40)

v2.25.1

10 Dec 21:48
cf2c6b8

Choose a tag to compare

2.25.1 (2025-12-09)

Bug Fixes

  • storage: add query parameters option to download (#1327) (63f7226)

v2.25.0

03 Dec 19:01
8757f23

Choose a tag to compare

2.25.0 (2025-12-03)

Features

  • storage: add vector and analytics buckets support (#1318) (fd0c122)

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