-
-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
01e3e81
commit 8177ab5
Showing
3 changed files
with
61 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
## v1.0.0 (2022-01-02) | ||
|
||
### Fix | ||
|
||
- set correct main branch in ci.yml | ||
- set correct main branch in ci.yml | ||
- set correct main branch in ci.yml | ||
- update gotrue version and modify client options class | ||
- update gotrue version and modify client options class | ||
- remove setup.py | ||
- ci.yml max parallel config | ||
- github action max parallel in one | ||
- export envs and fix tests | ||
- error in Makefile | ||
- remove deadweight test | ||
- ensure python37 compat | ||
- default value for `name` in create_bucket | ||
|
||
### Refactor | ||
|
||
- realtime_py -> realtime | ||
|
||
### Feat | ||
|
||
- use directly sync postgrest client and remove unused code | ||
- use directly sync postgrest client and remove unused code | ||
- unify http client to be httpx | ||
- unify http client to be httpx | ||
- add header to query builder | ||
- upload files include mime type | ||
- add mime type to uploaded files | ||
- create custom StorageException | ||
|
||
## v0.0.3 (2021-10-13) | ||
|
||
### Feat | ||
|
||
- add async support to storage buckets API | ||
- add docs for query_builder and storage_bucket | ||
- add upload | ||
- add download function | ||
- Add more functions to storage file api | ||
- add create_signed_url | ||
|
||
### Fix | ||
|
||
- missing json bodies in patch and put requests | ||
- missing json bodies in patch and put requests | ||
- get create_signed_url working | ||
- resolve merge conflicts | ||
- resolve merge conflicts | ||
|
||
### Refactor | ||
|
||
- update test client to use fixture | ||
- update test client | ||
|
||
## v0.0.2 (2021-04-05) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "supabase" | ||
version = "0.1.1" | ||
version = "1.0.0" | ||
description = "Supabase client for Python." | ||
authors = ["Joel Lee <[email protected]>", "Leon Fedden <[email protected]>", "Daniel Reinón García <[email protected]>", "Leynier Gutiérrez González <[email protected]>", "Anand"] | ||
homepage = "https://github.com/supabase-community/supabase-py" | ||
|
@@ -32,7 +32,7 @@ commitizen = "^2.20.3" | |
|
||
[tool.commitizen] | ||
name = "cz_conventional_commits" | ||
version = "0.1.1" | ||
version = "1.0.0" | ||
version_files = [ | ||
"supabase/__init__.py", | ||
"pyproject.toml:version" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters