|
| 1 | +## v1.0.0 (2022-01-02) |
| 2 | + |
| 3 | +### Fix |
| 4 | + |
| 5 | +- set correct main branch in ci.yml |
| 6 | +- set correct main branch in ci.yml |
| 7 | +- set correct main branch in ci.yml |
| 8 | +- update gotrue version and modify client options class |
| 9 | +- update gotrue version and modify client options class |
| 10 | +- remove setup.py |
| 11 | +- ci.yml max parallel config |
| 12 | +- github action max parallel in one |
| 13 | +- export envs and fix tests |
| 14 | +- error in Makefile |
| 15 | +- remove deadweight test |
| 16 | +- ensure python37 compat |
| 17 | +- default value for `name` in create_bucket |
| 18 | + |
| 19 | +### Refactor |
| 20 | + |
| 21 | +- realtime_py -> realtime |
| 22 | + |
| 23 | +### Feat |
| 24 | + |
| 25 | +- use directly sync postgrest client and remove unused code |
| 26 | +- use directly sync postgrest client and remove unused code |
| 27 | +- unify http client to be httpx |
| 28 | +- unify http client to be httpx |
| 29 | +- add header to query builder |
| 30 | +- upload files include mime type |
| 31 | +- add mime type to uploaded files |
| 32 | +- create custom StorageException |
| 33 | + |
| 34 | +## v0.0.3 (2021-10-13) |
| 35 | + |
| 36 | +### Feat |
| 37 | + |
| 38 | +- add async support to storage buckets API |
| 39 | +- add docs for query_builder and storage_bucket |
| 40 | +- add upload |
| 41 | +- add download function |
| 42 | +- Add more functions to storage file api |
| 43 | +- add create_signed_url |
| 44 | + |
| 45 | +### Fix |
| 46 | + |
| 47 | +- missing json bodies in patch and put requests |
| 48 | +- missing json bodies in patch and put requests |
| 49 | +- get create_signed_url working |
| 50 | +- resolve merge conflicts |
| 51 | +- resolve merge conflicts |
| 52 | + |
| 53 | +### Refactor |
| 54 | + |
| 55 | +- update test client to use fixture |
| 56 | +- update test client |
| 57 | + |
| 58 | +## v0.0.2 (2021-04-05) |
0 commit comments