Releases: supabase/postgrest-py
Releases · supabase/postgrest-py
v1.0.2
1.0.2 (2025-05-21)
Bug Fixes
- pass params as query params for get/head requests (#593) (576a5b8)
- validate JSON input for APIError (#597) (3c8bdae)
v1.0.1
1.0.1 (2025-03-24)
Bug Fixes
v1.0.0
1.0.0 (2025-03-11)
⚠ BREAKING CHANGES
- schema method persisting only on current query (#575)
Bug Fixes
- schema method persisting only on current query (#575) (b0dd496)
v0.19.3
0.19.3 (2025-01-24)
Bug Fixes
- client is sending a body in a GET and HEAD requests (#562) (6947a53)
v0.19.2
0.19.2 (2025-01-08)
Bug Fixes
- _cleaned_columns function now works with python multiline and typings (#556) (4127576)
v0.17.2
0.17.2 (2024-10-18)
Bug Fixes
- bump minimal version of Python to 3.9 (#522) (11da550)
- deps: install strenum package only with Python 3.10 and older (#519) (9dfefd0)
- Types to use Option[T] (#514) (645b677)