Skip to content

Commit 824a0a3

Browse files
Update changelog.
1 parent 9423966 commit 824a0a3

File tree

1 file changed

+22
-13
lines changed

1 file changed

+22
-13
lines changed

CHANGELOG.md

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
11
## Release notes
22

3-
### 0.12.0 -- August 15, 2019 (planned)
4-
5-
* Configurable blob storage (#497, #532, #475)
6-
* Support file attachments: (#480, #532, #475)
7-
* Support for filepath datatype: (#481, 603)
8-
* Expand support of blob serialization (fixed #572, #520, #427, #392, #244)
9-
* Add support for UUID attributes (#562, #567)
10-
* Support of ellipsis in `proj`: `query_expression.proj(.., '-movie')` (#499)
11-
* `dj.conn()` accepts a `port` keyword argument (#563, #571)
12-
* `query_expr.fetch("KEY", as_dict=False)` returns results as `np.recarray`(#414, #574)
13-
* `dj.ERD` is now called `dj.Diagram` (#255, #565)
14-
* `dj.Diagram` underlines "distinguished" classes (#378, #557)
15-
* Bugfixes: #629, #633
3+
### 0.12.0 -- Aug 23, 2019
4+
* Support TLS/SSL connections PR620
5+
* Convert numpy array from python object to appropriate data type if all elements are of the same type (#587) PR608
6+
* Remove expression requirement to have additional attributes (#604) PR604
7+
* Support for filepath datatype (#481) PR603
8+
* Avoid creating multiple copies of attachments and return a dictionary array when specifying `as_dict=True` (#592, #595) PR593
9+
* Support of ellipsis in `proj`: `query_expression.proj(.., '-movie')` (#499) PR578
10+
* Expand support of blob serialization (#572, #520, #427, #392, #244, #594) PR577
11+
* Support for alter (#110) PR573
12+
* `dj.conn()` accepts a `port` keyword argument (#563) PR571
13+
* Support for UUID datatype (#562) PR567
14+
* `query_expr.fetch("KEY", as_dict=False)` returns results as `np.recarray`(#414) PR574
15+
* `dj.ERD` is now called `dj.Diagram` (#255, #546) PR565
16+
* `dj.Diagram` underlines "distinguished" classes (#378) PR557
17+
* Accept alias for supported MySQL datatypes (#544) PR545
18+
* Support for pandas and order by "KEY" (#459, #537, #538, #541) PR534
19+
* Support file attachment datatype and configurable blob storage (#467, #475, #480, #497) PR532
20+
* Increase default display rows (#523) PR526
21+
* Bugfixes (#521, #205, #279, #570, #581, #597, #596, #618, #633)
22+
23+
### 0.11.3 -- Jul 26, 2019
24+
* Fix incompatibility with pyparsing 2.4.1 (#629) PR631
1625

1726
### 0.11.1 -- Nov 15, 2018
1827
* Fix ordering of attributes in proj (#483 and #516)

0 commit comments

Comments
 (0)