Skip to content

Releases: supabase/supabase-py

v2.28.3

20 Mar 14:37
deac323

Choose a tag to compare

2.28.3 (2026-03-20)

Bug Fixes

v2.28.2

13 Mar 18:42
3018849

Choose a tag to compare

2.28.2 (2026-03-13)

Bug Fixes

  • auth: fix admin list factors payload format. (#1415) (32843cf)

v2.28.1

13 Mar 15:48
8584419

Choose a tag to compare

2.28.1 (2026-03-12)

Bug Fixes

  • auth: prevent OverflowError in auto-refresh token retry (#1397) (#1400) (08bdf38)
  • postgrest: comment out ssl error test (#1410) (51b86be)
  • postgrest: remove check against message field in data payload (#1413) (81041a4)

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)