Releases: supabase/supabase-py
Releases · supabase/supabase-py
v0.3.3
Fix
v0.3.2
v0.3.1
v0.3.0
Feature
v0.2.1
v0.2.0
v0.1.1
What's Changed
- chore: add examples folder by @J0 in #64
- Remove Git Leftovers from Contributing by @sampoder in #68
- Async storage buckets by @anand2312 in #61
- Update Test instance settings by @J0 in #74
- feat: upload files include mime type by @julianolf in #67
- Add header to query builder by @J0 in #75
- Remove wrong return type hinting by @dreinon in #76
- Add github dependency for postgrest-py until new release by @dreinon in #77
- Fix upsert in Storage File API by @dreinon in #79
- fixing pypi badge in readme by @Phillackinger in #81
- feat: unify http client to be httpx by @leynier in #83
- docstrings - fix typos by @discdiver in #91
- Add typed client options by @joeriddles in #96
- Add maintainers file by @J0 in #100
- feat: use directly sync postgrest client and remove unused code by @leynier in #101
- build(deps): bump httpx from 0.19.0 to 0.21.1 by @dependabot in #104
- build(deps-dev): bump commitizen from 2.20.2 to 2.20.3 by @dependabot in #103
- Update Files For new release (Sourcery refactored) by @sourcery-ai in #109
- fix: update gotrue version and modify client options class by @leynier in #110
- Update Files For new release by @J0 in #108
- fix: set correct main branch in ci.yml by @leynier in #111
New Contributors
- @sampoder made their first contribution in #68
- @julianolf made their first contribution in #67
- @dreinon made their first contribution in #76
- @Phillackinger made their first contribution in #81
- @leynier made their first contribution in #83
- @discdiver made their first contribution in #91
- @joeriddles made their first contribution in #96
- @dependabot made their first contribution in #104
- @sourcery-ai made their first contribution in #109
Full Changelog: v0.0.3...v0.1.1
0.0.3
What's Changed
- Stable release by @fedden in #14
- Add test script by @J0 in #18
- Reduce test code duplication via supabase Client in pytest fixture by @olirice in #25
- Add Storage Bucket API by @J0 in #27
- Add pre-commit hooks enforcing a standard style by @olirice in #28
- Add Initial Sphinx Documentation by @J0 in #35
- Add Storage File API by @J0 in #31
- fix: missing json bodies in patch and put requests by @darora in #41
- bump postgrest-py to latest version (0.5.0) by @yishernc in #47
- Add some default headers to wrapped client libs by @lqmanh in #43
- Rename Supabase_py to Supabase by @J0 in #55
- updates readme to install the latest package by @ianrtracey in #59
- chore: move pytest to dev-dependencies by @anand2312 in #60
New Contributors
- @taloglu made their first contribution in #19
- @olirice made their first contribution in #25
- @darora made their first contribution in #41
- @yishernc made their first contribution in #47
- @lqmanh made their first contribution in #43
- @ianrtracey made their first contribution in #59
- @anand2312 made their first contribution in #60
Full Changelog: v0.0.2...v0.1.0
0.0.2 - Brisk London
Introduces:
- Rewrite to more closely resemble the JavaScript client and retain feature pairity.
- Working auth methods.
- Sync .execute() monkey-patch in the client for easier (sync) calling of data management methods, e.g: supabase.select()
- Test for select() client code to demonstrate it working
- Updates the client to work with the new gotrue-py changes (needs to be merged first).
- Adds two hotfixes for realtime module
- Enables sync insertion of row via insert() monkey patch.
- Adds test for insert() client code to demonstrate it working.
- Documentation
- PyPi release