|
1 | 1 | ## Release notes
|
2 | 2 |
|
3 | 3 | ### 0.12.0 -- October 1, 2019
|
| 4 | +* Dropped support for Python 3.4 |
4 | 5 | * Support secure connections with TLS (aka SSL) PR #620
|
5 | 6 | * Convert numpy array from python object to appropriate data type if all elements are of the same type (#587) PR #608
|
6 | 7 | * Remove expression requirement to have additional attributes (#604) PR #604
|
7 |
| -* Support for filepath datatype (#481) PR #603 |
8 |
| -* Avoid creating multiple copies of attachments and return a dictionary array when specifying `as_dict=True` (#592, #595) PR #593 |
| 8 | +* Support for filepath datatype (#481) PR #603, #659 |
| 9 | +* Support file attachment datatype (#480, #592, #637) PR #659 |
| 10 | +* Fetch return a dict array when specifying `as_dict=True` for specified attributes. (#595) PR #593 |
9 | 11 | * Support of ellipsis in `proj`: `query_expression.proj(.., '-movie')` (#499) PR #578
|
10 | 12 | * Expand support of blob serialization (#572, #520, #427, #392, #244, #594) PR #577
|
11 | 13 | * Support for alter (#110) PR #573
|
|
16 | 18 | * `dj.ERD` is now called `dj.Diagram` (#255, #546) PR #565
|
17 | 19 | * `dj.Diagram` underlines "distinguished" classes (#378) PR #557
|
18 | 20 | * Accept alias for supported MySQL datatypes (#544) PR #545
|
19 |
| -* Support for pandas and order by "KEY" (#459, #537, #538, #541) PR #534 |
20 |
| -* Support file attachment datatype and configurable blob storage (#467, #475, #480, #497) PR #532 |
| 21 | +* Support for pandas in `fetch` (#459, #537) PR #534 |
| 22 | +* Support for ordering by "KEY" in `fetch` (#541) PR #534 |
| 23 | +* Improved external storage - a migration script needed from version 0.11 (#467, #475, #480, #497) PR #532 |
21 | 24 | * Increase default display rows (#523) PR #526
|
22 |
| -* Bugfixes (#521, #205, #279, #477, #570, #581, #597, #596, #618, #633, #643, #644, #647, #656) |
| 25 | +* Bugfixes (#521, #205, #279, #477, #570, #581, #597, #596, #618, #633, #643, #644, #647, #648, #650, #656) |
| 26 | +* Minor improvements (#538) |
23 | 27 |
|
24 | 28 | ### 0.11.3 -- Jul 26, 2019
|
25 | 29 | * Fix incompatibility with pyparsing 2.4.1 (#629) PR #631
|
|
0 commit comments