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