|
| 1 | +Changes |
| 2 | +======= |
| 3 | + |
1 | 4 | 0.11.0 |
2 | | -====== |
| 5 | +------ |
3 | 6 | Added Numeric and Real column types. |
4 | 7 |
|
5 | 8 | 0.10.8 |
6 | | -====== |
| 9 | +------ |
7 | 10 | Fixing a bug where Postgres versions without a patch number couldn't be parsed. |
8 | 11 |
|
9 | 12 | 0.10.7 |
10 | | -====== |
| 13 | +------ |
11 | 14 | Improving release script. |
12 | 15 |
|
13 | 16 | 0.10.6 |
14 | | -====== |
| 17 | +------ |
15 | 18 | Sorting out packaging issue - old files were appearing in release. |
16 | 19 |
|
17 | 20 | 0.10.5 |
18 | | -====== |
| 21 | +------ |
19 | 22 | Auto migrations can now run backwards. |
20 | 23 |
|
21 | 24 | 0.10.4 |
22 | | -====== |
| 25 | +------ |
23 | 26 | Fixing some typos with Table imports. Showing a traceback when piccolo_conf |
24 | 27 | can't be found by engine_finder. |
25 | 28 |
|
26 | 29 | 0.10.3 |
27 | | -====== |
| 30 | +------ |
28 | 31 | Adding missing jinja templates to setup.py. |
29 | 32 |
|
30 | 33 | 0.10.2 |
31 | | -====== |
| 34 | +------ |
32 | 35 | Fixing a bug when using 'piccolo project new' in a new project. |
33 | 36 |
|
34 | 37 | 0.10.1 |
35 | | -====== |
| 38 | +------ |
36 | 39 | Fixing bug with enum default values. |
37 | 40 |
|
38 | 41 | 0.10.0 |
39 | | -====== |
| 42 | +------ |
40 | 43 | Using targ for the CLI. Refactored some core code into apps. |
41 | 44 |
|
42 | 45 | 0.9.3 |
43 | | -===== |
| 46 | +----- |
44 | 47 | Suppressing exceptions when trying to find the Postgres version, to avoid |
45 | 48 | an ImportError when importing piccolo_conf.py. |
46 | 49 |
|
47 | 50 | 0.9.2 |
48 | | -===== |
| 51 | +----- |
49 | 52 | .first() bug fix. |
50 | 53 |
|
51 | 54 | 0.9.1 |
52 | | -===== |
| 55 | +----- |
53 | 56 | Auto migration fixes, and .first() method now returns None is no match is |
54 | 57 | found. |
55 | 58 |
|
56 | 59 | 0.9.0 |
57 | | -===== |
| 60 | +----- |
58 | 61 | Added support for auto migrations. |
59 | 62 |
|
60 | 63 | 0.8.3 |
61 | | -===== |
| 64 | +----- |
62 | 65 | Can use operators in update queries, and fixing 'new' migration command. |
63 | 66 |
|
64 | 67 | 0.8.2 |
65 | | -===== |
| 68 | +----- |
66 | 69 | Fixing release issue. |
67 | 70 |
|
68 | 71 | 0.8.1 |
69 | | -===== |
| 72 | +----- |
70 | 73 | Improved transaction support - can now use a context manager. Added Secret, |
71 | 74 | BigInt and SmallInt column types. Foreign keys can now reference the parent |
72 | 75 | table. |
73 | 76 |
|
74 | 77 | 0.8.0 |
75 | | -===== |
| 78 | +----- |
76 | 79 | Fixing bug when joining across several tables. Can pass values directly into |
77 | 80 | the Table.update method. Added 'if_not_exists' option when creating a table. |
78 | 81 |
|
79 | 82 | 0.7.7 |
80 | | -===== |
| 83 | +----- |
81 | 84 | Column sequencing matches the definition order. |
82 | 85 |
|
83 | 86 | 0.7.6 |
84 | | -===== |
| 87 | +----- |
85 | 88 | Supporting ON DELETE and ON UPDATE for foreign keys. Recording reverse foreign |
86 | 89 | key relationships. |
87 | 90 |
|
88 | 91 | 0.7.5 |
89 | | -===== |
| 92 | +----- |
90 | 93 | Make response_handler async. Made it easier to rename columns. |
91 | 94 |
|
92 | 95 | 0.7.4 |
93 | | -===== |
| 96 | +----- |
94 | 97 | Bug fixes and dependency updates. |
95 | 98 |
|
96 | 99 | 0.7.3 |
97 | | -===== |
| 100 | +----- |
98 | 101 | Adding missing __int__.py file. |
99 | 102 |
|
100 | 103 | 0.7.2 |
101 | | -===== |
| 104 | +----- |
102 | 105 | Changed migration import paths. |
103 | 106 |
|
104 | 107 | 0.7.1 |
105 | | -===== |
| 108 | +----- |
106 | 109 | Added remove_db_file method to SQLiteEngine - makes testing easier. |
107 | 110 |
|
108 | 111 | 0.7.0 |
109 | | -===== |
| 112 | +----- |
110 | 113 | Renamed `create` to `create_table`, and can register commands via |
111 | 114 | `piccolo_conf`. |
112 | 115 |
|
113 | 116 | 0.6.1 |
114 | | -===== |
| 117 | +----- |
115 | 118 | Adding missing __init__.py files. |
116 | 119 |
|
117 | 120 | 0.6.0 |
118 | | -===== |
| 121 | +----- |
119 | 122 | Moved BaseUser. Migration refactor. |
120 | 123 |
|
121 | 124 | 0.5.2 |
122 | | -===== |
| 125 | +----- |
123 | 126 | Moved drop table under alter - to help prevent accidental drops. |
124 | 127 |
|
125 | 128 | 0.5.1 |
126 | | -===== |
| 129 | +----- |
127 | 130 | Added 'batch' support. |
128 | 131 |
|
129 | 132 | 0.5.0 |
130 | | -===== |
| 133 | +----- |
131 | 134 | Refactored the Table Metaclass - much simpler now. Scoped more of the |
132 | 135 | attributes on Column to avoid name clashes. Added engine_finder to make |
133 | 136 | database configuration easier. |
134 | 137 |
|
135 | 138 | 0.4.1 |
136 | | -===== |
| 139 | +----- |
137 | 140 | SQLite is now returning datetime objects for timestamp fields. |
138 | 141 |
|
139 | 142 | 0.4.0 |
140 | | -===== |
| 143 | +----- |
141 | 144 | Refactored to improve code completion, along with bug fixes. |
142 | 145 |
|
143 | 146 | 0.3.7 |
144 | | -===== |
| 147 | +----- |
145 | 148 | Allowing Update queries in SQLite |
146 | 149 |
|
147 | 150 | 0.3.6 |
148 | | -===== |
| 151 | +----- |
149 | 152 | Falling back to LIKE instead of ILIKE for SQLite |
150 | 153 |
|
151 | 154 | 0.3.5 |
152 | | -===== |
| 155 | +----- |
153 | 156 | Renamed User to BaseUser. |
154 | 157 |
|
155 | 158 | 0.3.4 |
156 | | -===== |
| 159 | +----- |
157 | 160 | Added ilike. |
158 | 161 |
|
159 | 162 | 0.3.3 |
160 | | -===== |
| 163 | +----- |
161 | 164 | Added value types to columns. |
162 | 165 |
|
163 | 166 | 0.3.2 |
164 | | -===== |
| 167 | +----- |
165 | 168 | Default values infer the engine type. |
166 | 169 |
|
167 | 170 | 0.3.1 |
168 | | -===== |
| 171 | +----- |
169 | 172 | Update click version. |
170 | 173 |
|
171 | 174 | 0.3 |
172 | | -=== |
| 175 | +--- |
173 | 176 | Tweaked API to support more auto completion. Join support in where clause. |
174 | 177 | Basic SQLite support - mostly for playground. |
175 | 178 |
|
176 | 179 | 0.2 |
177 | | -=== |
| 180 | +--- |
178 | 181 | Using QueryString internally to represent queries, instead of raw strings, to |
179 | 182 | harden against SQL injection. |
180 | 183 |
|
181 | 184 | 0.1.2 |
182 | | -===== |
| 185 | +----- |
183 | 186 | Allowing joins across multiple tables. |
184 | 187 |
|
185 | 188 | 0.1.1 |
186 | | -===== |
| 189 | +----- |
187 | 190 | Added playground. |
0 commit comments