Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update changelog.
  • Loading branch information
guzman-raphael committed Aug 23, 2019
commit 824a0a339dd62a78db6de09d8a5a14a92e58b686
35 changes: 22 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
## Release notes

### 0.12.0 -- August 15, 2019 (planned)

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

### 0.11.3 -- Jul 26, 2019
* Fix incompatibility with pyparsing 2.4.1 (#629) PR631

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