Skip to content

Releases: supabase/supabase-py

v2.19.0

17 Sep 15:44
f88cb25
Compare
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
Compare
Choose a tag to compare

2.18.1 (2025-08-12)

Bug Fixes

v2.18.0

05 Aug 18:29
f3b8e16
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

2.15.3 (2025-06-09)

Bug Fixes

v2.15.2

25 May 08:58
549fffc
Compare
Choose a tag to compare

2.15.2 (2025-05-23)

Bug Fixes

v2.15.1

28 Apr 20:23
9fdf32f
Compare
Choose a tag to compare

2.15.1 (2025-04-28)

Bug Fixes

  • postgrest: add missing count, head, and get params (#1098) (e9c219e)
  • realtime: bump realtime from 2.4.2 to 2.4.3 (#1112) (1d429c6)
  • remove return type from postgrest methods (#1110) (6664f42)

v2.15.0

26 Mar 21:51
2fa8891
Compare
Choose a tag to compare

2.15.0 (2025-03-26)

Features

  • postgrest: bump postgrest from 0.19.3 to 1.0.0 (#1074) (5e59df6)

Bug Fixes

  • auth: bump gotrue from 2.11.4 to 2.12.0 (#1087) (da3ed9c)
  • functions: bump supafunc from 0.9.3 to 0.9.4 (#1088) (0340c8e)
  • postgrest: bump postgrest from 1.0.0 to 1.0.1 (#1083) (44d2ca5)
  • realtime: bump realtime from 2.4.0 to 2.4.1 (#1066) (1f92945)
  • realtime: bump realtime from 2.4.1 to 2.4.2 (#1089) (7816d7f)
  • schema method should use postgres method directly (#1082) (b992324)

v2.14.0

21 Mar 09:03
de287bb
Compare
Choose a tag to compare

2.14.0 (2025-03-20)

Features

  • realtime: bump realtime from 2.3.0 to 2.4.0 (#1059) (9cdf7fa)

Bug Fixes