Skip to content

Releases: supabase-community/postgrest-py

v0.10.1

07 Apr 13:22
Compare
Choose a tag to compare

Fix

See all commits in this version

v0.10.0

13 Mar 23:09
Compare
Choose a tag to compare

Feature

  • Add .contains and .contained_by operators to match JS client (#100) (7189e09)

See all commits in this version

v0.9.2

12 Mar 22:42
Compare
Choose a tag to compare

Fix

See all commits in this version

v0.9.1

08 Mar 03:53
Compare
Choose a tag to compare

v0.9.0

19 Feb 20:28
Compare
Choose a tag to compare

Feature

  • Export APIError and APIResponse (83e7799)

See all commits in this version

v0.8.2

30 Jan 13:50
Compare
Choose a tag to compare

v0.8.1

22 Jan 08:09
Compare
Choose a tag to compare

v0.8.0

16 Jan 14:48
Compare
Choose a tag to compare

Feature

  • Add timeout as a parameter of clients (#75) (1ea965a)

See all commits in this version

v0.7.1

04 Jan 06:14
Compare
Choose a tag to compare

Performance

  • Sync configurations with gotrue-py (#66) (d5a97da)

See all commits in this version

v0.7.0

02 Jan 23:18
a936820
Compare
Choose a tag to compare

What's Changed

  • fix: params and headers of session are shared between queries by @leynier in #55
  • fix: query params are immutable when using order by @leynier in #57
  • feat: add return mode like a parameter by @leynier in #59
  • feat: non str arguments to filters by @leynier in #58
  • chore: bump version to v0.7.0 by @leynier in #60

Full Changelog: v0.6.0...v0.7.0