Skip to content

Latest commit

 

History

History
211 lines (100 loc) · 12.4 KB

File metadata and controls

211 lines (100 loc) · 12.4 KB

Changelog

2.28.2 (2026-03-13)

Bug Fixes

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

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)

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)

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)

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)

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)

2.27.0 (2025-12-16)

Features

Bug Fixes

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

2.26.0 (2025-12-15)

Features

Bug Fixes

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

2.25.1 (2025-12-09)

Bug Fixes

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

2.25.0 (2025-12-03)

Features

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

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.

2.23.3 (2025-11-06)

Bug Fixes

2.23.2 (2025-11-03)

Bug Fixes

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

2.23.1 (2025-11-03)

Bug Fixes

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

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)

2.22.4 (2025-10-30)

Bug Fixes

2.22.3 (2025-10-28)

Bug Fixes

2.22.2 (2025-10-24)

Bug Fixes

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

2.22.1 (2025-10-21)

Bug Fixes

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

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)

2.21.1 (2025-10-03)

Bug Fixes

  • ci: fix ci action to reference output of release-please job (#1242) (db0e152)

2.21.0 (2025-10-03)

Features

  • functions: add region as forceFunctionRegion query parameter (#1236) (8b4b56c)
  • postgrest: fix postgrest typing (#1231) (82f60b9)
  • realtime: add presence enabled flag on join payload (#1229) (6be6c0c)

Bug Fixes

CHANGELOG

v.2.20.0 (and lower)

For version 2.20.0 or lower, please consult src/{package}/CHANGELOG.md for individual packages changes. Since version 2.21.0, the changelogs for all subpackages have been unified into this single file, for their versions are unified into a single one.