Releases: supabase/supabase-py
Releases · supabase/supabase-py
v2.24.0
07 Nov 17:07
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v2.23.2
03 Nov 17:44
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v2.22.3
28 Oct 20:42
Compare
Sorry, something went wrong.
No results found
v2.22.2
24 Oct 19:14
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v2.22.0
08 Oct 19:32
Compare
Sorry, something went wrong.
No results found
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 )