Skip to content

Releases: supabase/supabase-py

v0.2.0

02 Jan 23:47
Compare
Choose a tag to compare

What's Changed

  • upgrade postgrest-py version by @dreinon

Full Changelog: v0.1.1...v0.2.0

v0.1.1

02 Jan 05:11
Compare
Choose a tag to compare

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

Full Changelog: v0.0.3...v0.1.1

0.0.3

14 Oct 05:17
@J0 J0
6b76a9a
Compare
Choose a tag to compare

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

Full Changelog: v0.0.2...v0.1.0

0.0.2 - Brisk London

05 Apr 18:30
d54e5dd
Compare
Choose a tag to compare

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