Skip to content

Commit 13c5446

Browse files
committed
docs: CHANGELOG update from 0.5.8 to .6.0
1 parent 22df9df commit 13c5446

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
## Change Log
22

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+
334
### 0.5.8 (2020/01/10 19:52 +00:00)
435
- [#180](https://github.com/druid-io/pydruid/pull/180) [dbapi] Added ssl certificate (#180) (@TechGeekD)
536

0 commit comments

Comments
 (0)