Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@SiddhantSadangi SiddhantSadangi released this 12 May 11:46
· 7 commits to main since this release
801ad77

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