Skip to content

Releases: supabase/supabase-py

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