This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
Releases: slazarov/python-bittrex-websocket
Releases · slazarov/python-bittrex-websocket
Version 0.0.7.3 (Legacy)
Version 0.0.7.2 Released
0.0.7.2 - 31/03/2018
- Added new fallback url
Version 0.0.7.1 Released
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
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
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
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
0.0.6.1
- Set websocket-client==0.46.0
Version 0.0.6 Released
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
- Updated cfscrape minimum version requirement (Issue #12).
Version 0.0.4 Released
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.