Skip to content

Releases: s4w3d0ff/python-poloniex

poloniexapi v0.5.8

19 Jul 03:33
Compare
Choose a tag to compare

Fixes websocket callback messages #205

poloniexapi v0.5.7

14 Jul 15:33
Compare
Choose a tag to compare

Websocket fixes and features

poloniexapi v0.5.6

16 Jun 15:16
44bdc98
Compare
Choose a tag to compare

added cancelAllOrders and cleaned up examples

poloniexapi v0.5.5

07 Jun 05:02
31b617b
Compare
Choose a tag to compare

fixed subscribing to 'account'
made the default class the helper and the websocket class is 'PoloniexSocketed'

poloniexapi v0.5.4

30 May 05:52
c964200
Compare
Choose a tag to compare

Adds websocket support and pypi deployment

poloniexapi v0.5.3-dev

30 May 04:59
Compare
Choose a tag to compare
Pre-release

Moved helper methods to its own class, PoloniexSocketed is now Poloniex

poloniexapi v0.5.2-dev

29 May 06:03
Compare
Choose a tag to compare
Pre-release
bump

python-poloniex v0.4.7

19 Dec 19:33
1a00f43
Compare
Choose a tag to compare

Change Log:

  • #152 #154 captured exceptions by retry are logged at debug level
  • #157 added dictionary websocket ticker example
  • #169 #167 added proxy support
  • #171 added limit param to returnTradeHistory
  • typos

python-poloniex v0.4.6

03 Jul 02:22
Compare
Choose a tag to compare

Change Log:

  • 5af30d1 add confirming arg for transferBalance
  • 0bf4868 created code of conduct
  • 31a9964 created contributing.md
  • 2e4e517 d86e5c7 added dumb ticker and websocket ticker
  • #136 fixed chart.py example for python2
  • other minor changes

python-poloniex v0.4.5

26 Jun 21:02
Compare
Choose a tag to compare

Change Log:

  • #131 fixed logging of invalid json, now retry captures any 'please try again' errors, other cosmetic changes