Skip to content

Releases: s4w3d0ff/python-poloniex

poloniexapi v0.5.8

Choose a tag to compare

@s4w3d0ff s4w3d0ff released this 19 Jul 03:33

Fixes websocket callback messages #205

poloniexapi v0.5.7

Choose a tag to compare

@s4w3d0ff s4w3d0ff released this 14 Jul 15:33

Websocket fixes and features

poloniexapi v0.5.6

Choose a tag to compare

@s4w3d0ff s4w3d0ff released this 16 Jun 15:16
44bdc98

added cancelAllOrders and cleaned up examples

poloniexapi v0.5.5

Choose a tag to compare

@s4w3d0ff s4w3d0ff released this 07 Jun 05:02
31b617b

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

poloniexapi v0.5.4

Choose a tag to compare

@s4w3d0ff s4w3d0ff released this 30 May 05:52
c964200

Adds websocket support and pypi deployment

poloniexapi v0.5.3-dev

Pre-release

Choose a tag to compare

@s4w3d0ff s4w3d0ff released this 30 May 04:59

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

poloniexapi v0.5.2-dev

Pre-release

Choose a tag to compare

@s4w3d0ff s4w3d0ff released this 29 May 06:03
bump

python-poloniex v0.4.7

Choose a tag to compare

@s4w3d0ff s4w3d0ff released this 19 Dec 19:33
1a00f43

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

Choose a tag to compare

@s4w3d0ff s4w3d0ff released this 03 Jul 02:22

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

Choose a tag to compare

@s4w3d0ff s4w3d0ff released this 26 Jun 21:02

Change Log:

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