* Removed wsaccel: no particular socket benefits * Fixed RecursionError as per [Issue 52](https://github.com/slazarov/python-bittrex-websocket/issues/52)
0.0.7.0
* 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
0.0.6.4
* Fixed order book syncing bug when more than 1 connection is online due to wrong connection/thread name.
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](https://github.com/slazarov/python-bittrex-websocket/issues/21)