Releases: supabase/postgrest-py
Releases · supabase/postgrest-py
v0.8.2
v0.8.1
v0.8.0
v0.7.1
v0.7.0
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
v0.6.0
What's Changed
- Add Match Command by @J0 in #18
- Add Code of Conduct and Contributing guide by @J0 in #23
- fix bug on sanitizing params by @bariqhibat in #24
- Implement counting feature by @lqmanh in #26
- Add docker-compose setup for local development by @sureshdsk in #22
- Add pre-commit by @anand2312 in #28
- Bump mypy from 0.902 to 0.910 by @dependabot in #12
- Bump httpx from 0.19.0 to 0.20.0 by @dependabot in #31
- Bump pytest-asyncio from 0.15.1 to 0.16.0 by @dependabot in #32
- Bump pytest from 6.2.4 to 6.2.5 by @dependabot in #15
- Bump pytest-cov from 2.12.1 to 3.0.0 by @dependabot in #34
- Bump black from 21.7b0 to 21.10b0 by @dependabot in #33
- feat: implement async sync with
unasync-cli
by @leynier in #30 - fix: interpolations errors and other things reported by sourcery-ai by @leynier in #37
- Add Sourcery to pre-commit by @lqmanh in #38
- Revert "Add Sourcery to pre-commit" by @lqmanh in #41
- Bump httpx from 0.20.0 to 0.21.1 by @dependabot in #44
- Bump pre-commit from 2.15.0 to 2.16.0 by @dependabot in #45
- Bump black from 21.10b0 to 21.11b1 by @dependabot in #46
- perf: use inheritance to improve our code base by @leynier in #47
- Update Postgrest version by @J0 in #50
- Bump mypy from 0.910 to 0.930 by @dependabot in #52
- Bump black from 21.11b1 to 21.12b0 by @dependabot in #51
New Contributors
- @J0 made their first contribution in #18
- @bariqhibat made their first contribution in #24
- @sureshdsk made their first contribution in #22
- @anand2312 made their first contribution in #28
- @dependabot made their first contribution in #12
- @leynier made their first contribution in #30
Full Changelog: v0.5.0...v0.6.0