Skip to content

Releases: SiddhantSadangi/st_supabase_connection

v2.1.3

02 Nov 19:10
db98f13

Choose a tag to compare

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

20 Oct 20:37

Choose a tag to compare

  • 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

14 Sep 12:09

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

21 Jun 13:41

Choose a tag to compare

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 🙌


⭐ 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

10 Nov 08:36

Choose a tag to compare

What's Changed

Fixes

Full Changelog: v2.0.0...v2.0.1

v2.0.0

12 May 11:46
801ad77

Choose a tag to compare

What's changed

  • Caching execute() instead of Sync*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 wraps query.execute() with caching enabled. To use this, replace query.execute() with execute_query(query) in your scripts. Additional usage examples in the README.

Full Changelog: v1.2.2...v2.0.0

v1.2.2

09 Dec 15:45
cb1dd66

Choose a tag to compare

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

01 Nov 15:44

Choose a tag to compare

Changes

  • Bumped streamlit to 1.28 to use st.connection()

Full Changelog: v1.2.0...v1.2.1

v1.2.0: Added Supabase Auth support

08 Oct 21:12
cf16b91

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0: Added x-upsert support

20 Aug 16:35

Choose a tag to compare

Added support for overwriting existing files when using upload()

Full Changelog: v1.0.1...v1.1.0