Releases: SiddhantSadangi/st_supabase_connection
Releases · SiddhantSadangi/st_supabase_connection
v2.1.3
What's Changed
Fixed path issues while creating signed URLs by @SiddhantSadangi in #22 (thanks for reporting, @thehamish555 🙌 )
Full Changelog: v2.1.2...v2.1.3
v2.1.2
- Fixed caching in
execute_query() - Bumped Streamlit to >= 1.50.0 and Supabase to >=2.22.0
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- Deprecated
gotruein favor ofsupabase_auth: https://github.com/orgs/supabase/discussions/37798
Full Changelog: v2.1.0...v2.1.1
v2.1.0
New Features 🚀
🔓 Cached Sign-In
by @antoinebasseto in #16
The new cached_sign_in_with_password() method accepts both emails and phone numbers to enable a faster sign-in experience.
New Contributors 🙌
- @antoinebasseto made their first contribution in #16
⭐ Star the repo and sponsor if you can to show your support! PRs welcome 🤗
Full Changelog: v2.0.1...v2.1.0
v2.0.1
What's Changed
Fixes
- Fix the handling of the
uploadmethod 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*RequestBuilderto 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