|
1 |
| -# CHANGELOG |
| 1 | +# Changelog |
2 | 2 |
|
3 | 3 | <!--next-version-placeholder-->
|
4 | 4 |
|
|
8 | 8 |
|
9 | 9 | **[See all commits in this version](https://github.com/supabase-community/postgrest-py/compare/v0.7.0...v0.7.1)**
|
10 | 10 |
|
11 |
| -### v0.5.0 |
| 11 | +## v0.5.0 |
12 | 12 |
|
13 |
| -#### Features |
| 13 | +### Features |
14 | 14 |
|
15 |
| -- Allow setting headers in `PostgrestClient`'s constructor |
16 |
| -- Improve `PostgrestClient.auth()` behavior |
| 15 | +* Allow setting headers in `PostgrestClient`'s constructor |
| 16 | +* Improve `PostgrestClient.auth()` behavior |
17 | 17 |
|
18 |
| -#### Internal |
| 18 | +### Internal |
19 | 19 |
|
20 |
| -- Require Poetry >= 1.0.0 |
21 |
| -- Update CI workflow |
22 |
| -- Use Dependabot |
23 |
| -- Update httpx to v0.19.0 |
| 20 | +* Require Poetry >= 1.0.0 |
| 21 | +* Update CI workflow |
| 22 | +* Use Dependabot |
| 23 | +* Update httpx to v0.19.0 |
24 | 24 |
|
25 |
| -### v0.4.0 |
| 25 | +## v0.4.0 |
26 | 26 |
|
27 |
| -#### Added |
| 27 | +### Added |
28 | 28 |
|
29 |
| -- Add some tests |
30 |
| -- Allow multivalued query parameters |
| 29 | +* Add some tests |
| 30 | +* Allow multivalued query parameters |
31 | 31 |
|
32 |
| -#### Changed |
| 32 | +### Changed |
33 | 33 |
|
34 |
| -- Internal changes & improvements |
| 34 | +* Internal changes & improvements |
35 | 35 |
|
36 |
| -### v0.3.2 |
| 36 | +## v0.3.2 |
37 | 37 |
|
38 |
| -#### Added |
| 38 | +### Added |
39 | 39 |
|
40 |
| -- Use Github Actions |
| 40 | +* Use Github Actions |
41 | 41 |
|
42 |
| -#### Changed |
| 42 | +### Changed |
43 | 43 |
|
44 |
| -- Move to a new home: [supabase/postgrest-py](https://github.com/supabase/postgrest-py) |
| 44 | +* Move to a new home: [supabase/postgrest-py](https://github.com/supabase/postgrest-py) |
45 | 45 |
|
46 |
| -#### Removed |
| 46 | +### Removed |
47 | 47 |
|
48 |
| -- Remove Travis CI |
| 48 | +* Remove Travis CI |
49 | 49 |
|
50 |
| -### v0.3.1 |
| 50 | +## v0.3.1 |
51 | 51 |
|
52 |
| -#### Removed |
| 52 | +### Removed |
53 | 53 |
|
54 |
| -- Remove dummy test cases |
55 |
| -- Remove PyPy3 from Travis CI |
| 54 | +* Remove dummy test cases |
| 55 | +* Remove PyPy3 from Travis CI |
56 | 56 |
|
57 |
| -### v0.3.0 |
| 57 | +## v0.3.0 |
58 | 58 |
|
59 |
| -#### Added |
| 59 | +### Added |
60 | 60 |
|
61 |
| -- Add some basic test cases for `PostgrestClient` |
62 |
| -- Use Travis CI |
| 61 | +* Add some basic test cases for `PostgrestClient` |
| 62 | +* Use Travis CI |
63 | 63 |
|
64 |
| -#### Changed |
| 64 | +### Changed |
65 | 65 |
|
66 |
| -- Change behavior of `RequestBuilder.filter()` |
67 |
| -- Change signature of general filters |
| 66 | +* Change behavior of `RequestBuilder.filter()` |
| 67 | +* Change signature of general filters |
68 | 68 |
|
69 |
| -#### Removed |
| 69 | +### Removed |
70 | 70 |
|
71 |
| -- Remove `RequestBuilder.filter_in()` and `RequestBuilder.filter_out()` |
| 71 | +* Remove `RequestBuilder.filter_in()` and `RequestBuilder.filter_out()` |
72 | 72 |
|
73 |
| -#### Fixed |
| 73 | +### Fixed |
74 | 74 |
|
75 |
| -- Fix `PostgrestClient.schema()` not actually work |
| 75 | +* Fix `PostgrestClient.schema()` not actually work |
76 | 76 |
|
77 |
| -### v0.2.0 |
| 77 | +## v0.2.0 |
78 | 78 |
|
79 |
| -#### Added |
| 79 | +### Added |
80 | 80 |
|
81 |
| -- Support basic authentication |
82 |
| -- Support stored procedures (RPC) |
83 |
| -- `RequestBuilder.select()` now accepts `columns` as variable-length arguments |
84 |
| -- Add `RequestBuilder.not_` getter |
85 |
| -- Add `RequestBuilder.ov()` |
| 81 | +* Support basic authentication |
| 82 | +* Support stored procedures (RPC) |
| 83 | +* `RequestBuilder.select()` now accepts `columns` as variable-length arguments |
| 84 | +* Add `RequestBuilder.not_` getter |
| 85 | +* Add `RequestBuilder.ov()` |
86 | 86 |
|
87 |
| -#### Changed |
| 87 | +### Changed |
88 | 88 |
|
89 |
| -- Rename `Client` to `PostgrestClient` and deprecate the old name |
90 |
| -- Deprecate `PostgrestClient.from_table()` |
| 89 | +* Rename `Client` to `PostgrestClient` and deprecate the old name |
| 90 | +* Deprecate `PostgrestClient.from_table()` |
91 | 91 |
|
92 |
| -#### Removed |
| 92 | +### Removed |
93 | 93 |
|
94 |
| -- Remove `RequestBuilder.not_()` |
95 |
| -- Remove `RequestBuilder.ova()` and `RequestBuilder.ovr()` |
| 94 | +* Remove `RequestBuilder.not_()` |
| 95 | +* Remove `RequestBuilder.ova()` and `RequestBuilder.ovr()` |
96 | 96 |
|
97 |
| -### v0.1.1 |
| 97 | +## v0.1.1 |
98 | 98 |
|
99 |
| -#### Fixed |
| 99 | +### Fixed |
100 | 100 |
|
101 |
| -- Fix a typo in `Client.from_()` |
| 101 | +* Fix a typo in `Client.from_()` |
102 | 102 |
|
103 |
| -### v0.1.0 |
| 103 | +## v0.1.0 |
104 | 104 |
|
105 |
| -#### Added |
| 105 | +### Added |
106 | 106 |
|
107 |
| -- Add basic features |
| 107 | +* Add basic features |
0 commit comments