Releases: SiddhantSadangi/st_supabase_connection
Releases · SiddhantSadangi/st_supabase_connection
v2.0.1
What's Changed
Fixes
- Fix the handling of the
upload
method response to accommodate changes in the response structure introduced in supabase-py v2.10.0 by @SiddhantSadangi in #14 (thanks @ivysdad 🤗 )
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's changed
- Caching
execute()
instead ofSync*RequestBuilder
to prevent unnecessary network calls by @SiddhantSadangi in #12 (thanks @andr-c 🤗 )
⚠️ Breaking changes
- Removed
SupabaseConnection().query()
➕Additions
- Introduced a new
execute_query()
function that wrapsquery.execute()
with caching enabled. To use this, replacequery.execute()
withexecute_query(query)
in your scripts. Additional usage examples in the README.
Full Changelog: v1.2.2...v2.0.0
v1.2.2
Fixes
- Updated type annotations to be backward compatible with Python 3.8 (@SiddhantSadangi in #9)
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0: Added Supabase Auth support
What's Changed
- v1.2.0: Added Supabase Auth support by @SiddhantSadangi in #6
Full Changelog: v1.1.0...v1.2.0
v1.1.0: Added x-upsert support
Added support for overwriting existing files when using upload()
Full Changelog: v1.0.1...v1.1.0
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Transfer files to and from Streamlit hosted filesystem by @SiddhantSadangi in #4
Full Changelog: v0.1.0...v1.0.0
v0.1.0
v0.1.0: 🎉
v0.0.2
Addled Client
back to imports
Full Changelog: v0.0.1...v0.0.2