- Fixed stopping sockets where they were reconnecting - Fixed websockets unable to be restarted after close - Exception in parsing non-JSON websocket message
0.4.2
^^^^^^^^^^^^^^^^^^^
**Removed**
- Removed websocket update time as 0ms option is not available
0.4.1
^^^^^^^^^^^^^^^^^^^
**Added**
- Reconnecting websockets, automatic retry on disconnect
0.4.0
^^^^^^^^^^^^^^^^^^^
**Added**
- Get deposit address endpoint - Upgraded withdraw endpoints to v3 - New exchange info endpoint with rate limits and full symbol info
**Removed**
- Order validation to return at a later date
0.3.8
^^^^^^^^^^^^^^^^^^^
**Fixes**
- Fix order validation for market orders - WEBSOCKET_DEPTH_20 value, 20 instead of 5 - General tidy up
0.3.7
^^^^^^^^^^^^^^^^^^^
**Fixes**
- Fix multiple depth caches sharing a cache by initialising bid and ask objects each time