St-supabase-connection

Latest version: v2.0.1

Safety actively analyzes 682229 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

2.0.1

What's Changed

Fixes
* Fix the handling of the `upload` method response to accommodate changes in the response structure introduced in [supabase-py v2.10.0](https://github.com/supabase/supabase-py/releases/tag/v2.10.0) by SiddhantSadangi in https://github.com/SiddhantSadangi/st_supabase_connection/pull/14 (thanks ivysdad 🤗 )


**Full Changelog**: https://github.com/SiddhantSadangi/st_supabase_connection/compare/v2.0.0...v2.0.1

2.0.0

What's changed
* Caching `execute()` instead of `Sync*RequestBuilder` to prevent unnecessary network calls by SiddhantSadangi in https://github.com/SiddhantSadangi/st_supabase_connection/pull/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](https://github.com/SiddhantSadangi/st_supabase_connection?tab=readme-ov-file#file_cabinet-database-operations).

**Full Changelog**: https://github.com/SiddhantSadangi/st_supabase_connection/compare/v1.2.2...v2.0.0

1.2.2

Fixes
* Updated type annotations to be backward compatible with Python 3.8 (SiddhantSadangi in https://github.com/SiddhantSadangi/st_supabase_connection/pull/9)


**Full Changelog**: https://github.com/SiddhantSadangi/st_supabase_connection/compare/v1.2.1...v1.2.2

1.2.1

Changes
* Bumped streamlit to 1.28 to use `st.connection()`

**Full Changelog**: https://github.com/SiddhantSadangi/st_supabase_connection/compare/v1.2.0...v1.2.1

1.2.0

What's Changed
* v1.2.0: Added Supabase Auth support by SiddhantSadangi in https://github.com/SiddhantSadangi/st_supabase_connection/pull/6


**Full Changelog**: https://github.com/SiddhantSadangi/st_supabase_connection/compare/v1.1.0...v1.2.0

1.1.0

Added support for overwriting existing files when using `upload()`

**Full Changelog**: https://github.com/SiddhantSadangi/st_supabase_connection/compare/v1.0.1...v1.1.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.