Skip to content

Releases: supabase/supabase-py

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)

v2.21.1

03 Oct 19:03
adce07c

Choose a tag to compare

2.21.1 (2025-10-03)

Bug Fixes

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

v2.21.0

03 Oct 16:14
da0b72b

Choose a tag to compare

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

v2.20.0

22 Sep 17:54
b1d228c

Choose a tag to compare

2.20.0 (2025-09-22)

Features

  • functions: improve README with installation options and examples (#1217) (7eee056)

  • postgrest: implement max_affected method (#1222) (3f75daf)

  • storage: mypy storage, fix type definitions (#1221) (ea44ab6)

v2.19.0

17 Sep 15:44
f88cb25

Choose a tag to compare

Monorepo

Consolidate all the changes into the monorepo, by pulling in all of postgrest, auth, functions, storage and realtime python packages and housing them in this repository instead. From now on, all of their versions will be synced to the main supabase version, which is why they were bumped to that version.

What's Changed

  • chore: switch to monorepo, move realtime inside by @o-santi in #1190
  • fix: add src/realtime and src/supabase to release please manifest by @o-santi in #1200
  • fix: remove trailing comma from manifest by @o-santi in #1201
  • chore: remove out-of-date roadmap from REAME by @grdsdev in #1205
  • chore: include functions-py into monorepo by @o-santi in #1204
  • chore: include storage-py into monorepo by @o-santi in #1211
  • chore: add auth to monorepo by @o-santi in #1212
  • feat: include postgrest in monorepo, finalize monorepo switch by @o-santi in #1213
  • docs(functions): improve README with installation options and examples by @juni2003 in #1217
  • chore(main): release main by @github-actions[bot] in #1215
  • chore(nix): improve nix setup to be locally editable by @o-santi in #1219

New Contributors

Full Changelog: v2.18.1...2.19.0

v2.18.1

12 Aug 19:02
ec775ca

Choose a tag to compare

2.18.1 (2025-08-12)

Bug Fixes

v2.18.0

05 Aug 18:29
f3b8e16

Choose a tag to compare

2.18.0 (2025-08-05)

Features

  • realtime: bump realtime from 2.6.0 to 2.7.0 (#1184) (76c57b0)

Bug Fixes

  • storage: bump storage3 from 0.12.0 to 0.12.1 (#1191) (64d9d54)

v2.17.0

17 Jul 23:54
35c1a19

Choose a tag to compare

2.17.0 (2025-07-16)

Features

Documentation

  • add note about explicit client.auth.sign_out() for proper shutdown (#926) (#1163) (b657308)

v2.16.0

23 Jun 16:08
0a34eca

Choose a tag to compare

2.16.0 (2025-06-23)

Features

  • allow injection of httpx client (#1117) (6539e16)
  • functions: bump supafunc from 0.9.4 to 0.10.0 (#1146) (8f662f2)
  • postgrest: bump postgrest from 1.0.2 to 1.1.0 (#1147) (436d272)
  • realtime: bump realtime from 2.4.3 to 2.5.1 (#1149) (7337b68)
  • storage: bump storage3 from 0.11.3 to 0.12.0 (#1148) (ec032c5)

Bug Fixes

v2.15.3

10 Jun 11:21
7e2c4d5

Choose a tag to compare

2.15.3 (2025-06-09)

Bug Fixes