Skip to content

Releases: SiddhantSadangi/st_supabase_connection

v2.0.0

12 May 11:46
801ad77
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Added support for overwriting existing files when using upload()

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

v1.0.1

15 Aug 09:43
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

13 Aug 14:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v1.0.0

v0.1.0

03 Aug 21:16
Compare
Choose a tag to compare
v0.1.0: 🎉

v0.0.2

31 Jul 19:48
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Addled Client back to imports

Full Changelog: v0.0.1...v0.0.2

v0.0.1

31 Jul 19:39
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Adding Supabase storage functions

Full Changelog: v0.0.0...v0.0.1