Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Releases: slazarov/python-bittrex-websocket

Version 0.0.7.3 (Legacy)

15 Apr 19:02
bc290bc
Compare
Choose a tag to compare

Use for legacy references.

Version 0.0.7.2 Released

31 Mar 08:10
Compare
Choose a tag to compare
Pre-release

0.0.7.2 - 31/03/2018

  • Added new fallback url

Version 0.0.7.1 Released

31 Mar 07:23
Compare
Choose a tag to compare
Pre-release

0.0.7.1 - 31/03/2018

  • Removed wsaccel: no particular socket benefits
  • Fixed RecursionError as per Issue #52

Version 0.0.7.0 Released

25 Feb 21:38
Compare
Choose a tag to compare
Pre-release

0.0.7.0 - 25/02/2018

  • New reconnection methods implemented. Problem was within gevent, because connection failures within it are not raised in the main script.
  • Added wsaccel for better socket performance.
  • Set websocket-client minimum version to 0.47.0

Version 0.0.6.4 Released

24 Feb 13:02
8bd4c69
Compare
Choose a tag to compare
Pre-release

0.0.6.4 - 24/02/2018

  • Fixed order book syncing bug when more than 1 connection is online due to wrong connection/thread name.

Version 0.0.6.3 Released

20 Feb 21:33
a5fa750
Compare
Choose a tag to compare
Pre-release

0.0.6.3

  • Major changes to how the code handles order book syncing. Syncing is done significantly faster than previous versions, i.e full sync of all Bittrex tickers takes ca. 4 minutes.
  • Fixed on_open bug as per Issue #21

Version 0.0.6.1 Released

16 Jan 05:47
Compare
Choose a tag to compare
Pre-release

0.0.6.1

  • Set websocket-client==0.46.0

Version 0.0.6 Released

15 Jan 22:52
Compare
Choose a tag to compare
Pre-release

0.0.6

  • Reconnection - Experimental
  • Fixed a bug when subscribing to multiple subscription types at once resulted in opening unnecessary connections even though there is sufficient capacity in the existing Commit 7fd21c
  • Numerous code optimizations

Version 0.0.5.1 Released

23 Dec 20:37
Compare
Choose a tag to compare
Pre-release
  • Updated cfscrape minimum version requirement (Issue #12).

Version 0.0.4 Released

11 Dec 10:26
Compare
Choose a tag to compare
Pre-release

0.0.4 - Changed the behaviour of how on_ticker_update channel works: The message now contains a single ticker instead of a dictionary of all subscribed tickers.