|
1 | 1 | ## Change Log |
2 | 2 |
|
| 3 | +### 0.6.0 (2020/06/07 04:02 +00:00) |
| 4 | + |
| 5 | +NOTE: This release is deprecating support for Python 2.* |
| 6 | + |
| 7 | +- [#219](https://github.com/druid-io/pydruid/pull/219) chore: fix deprecations and bump dependencies (#219) (@villebro) |
| 8 | +- [#218](https://github.com/druid-io/pydruid/pull/218) fix: build env (#218) (@villebro) |
| 9 | + |
| 10 | +### 0.5.11 (2020/06/05 19:45 +00:00) |
| 11 | +- [#216](https://github.com/druid-io/pydruid/pull/216) make compatible with python 3.7 (#216) (@villebro) |
| 12 | +- [#212](https://github.com/druid-io/pydruid/pull/212) Apply Black and Add Black Check in CI (#212) (@SongYunSeop) |
| 13 | +- [#179](https://github.com/druid-io/pydruid/pull/179) add dict for datasource as sub_query return dict (#179) (@pantlavanya) |
| 14 | +- [#182](https://github.com/druid-io/pydruid/pull/182) Fixed typo in docstring for Bound class (#182) (@wjdecorte) |
| 15 | +- [#213](https://github.com/druid-io/pydruid/pull/213) adding support for Spatial filters (#213) (@lokkju) |
| 16 | +- [#190](https://github.com/druid-io/pydruid/pull/190) [ci] Adding tox (#190) (@john-bodley) |
| 17 | + |
| 18 | +### 0.5.10 (2020/04/20 22:46 +00:00) |
| 19 | +- [#183](https://github.com/druid-io/pydruid/pull/183) support order in query component (scan) (#183) (@hieunguyen1809) |
| 20 | +- [#184](https://github.com/druid-io/pydruid/pull/184) fix: make 'ordering' arg optional for 'Filter' (#184) (@mistercrunch) |
| 21 | +- [#200](https://github.com/druid-io/pydruid/pull/200) correct optional parameter name in docstring (#200) (@ZichaoHuang) |
| 22 | +- [#197](https://github.com/druid-io/pydruid/pull/197) GAME-9671-Adapt-Druid-to-accept-adding-certificate-ga-ds-modules (#197) (@Thelin90) |
| 23 | +- [#199](https://github.com/druid-io/pydruid/pull/199) Add project urls to setup.py (#199) (@villebro) |
| 24 | +- [#201](https://github.com/druid-io/pydruid/pull/201) Add optional cert to request signature (#201) (@villebro) |
| 25 | +- [#203](https://github.com/druid-io/pydruid/pull/203) Add having type dimSelector (#203) (@SongYunSeop) |
| 26 | +- [#206](https://github.com/druid-io/pydruid/pull/206) aggregators: support stringfirst and stringlast aggregators (#206) (@nivye) |
| 27 | + |
| 28 | +### 0.5.9 (2020/03/13 15:14 +00:00) |
| 29 | +- [#189](https://github.com/druid-io/pydruid/pull/189) [fix] Ensuring export_pandas returns a pandas.DataFrame (#189) (@john-bodley) |
| 30 | +- [#188](https://github.com/druid-io/pydruid/pull/188) chore: signal for `py < 3.5` support deprecation (#188) (@mistercrunch) |
| 31 | +- [#185](https://github.com/druid-io/pydruid/pull/185) Update connect function in api.py to accept proxies (#185) (@manojbalaji1) |
| 32 | +- [#187](https://github.com/druid-io/pydruid/pull/187) Update CHANGELOG to 0.5.8 (#187) (@mistercrunch) |
| 33 | + |
3 | 34 | ### 0.5.8 (2020/01/10 19:52 +00:00) |
4 | 35 | - [#180](https://github.com/druid-io/pydruid/pull/180) [dbapi] Added ssl certificate (#180) (@TechGeekD) |
5 | 36 |
|
|
0 commit comments