- User stream refresh timeout from 50 minutes to 30 minutes - User stream socket listen key change check simplified
0.5.2
^^^^^^^^^^^^^^^^^^^
**Added**
- start_multiplex_socket function to BinanceSocketManager to create multiplexed streams
0.5.1
^^^^^^^^^^^^^^^^^^^
**Added**
- Close method for DepthCacheManager
**Fixes**
- Fixed modifying array error message when closing the BinanceSocketManager
0.5.0
^^^^^^^^^^^^^^^^^^^
Updating to match new API documentation
**Added**
- Recent trades endpoint - Historical trades endpoint - Order response type option - Check for invalid user stream listen key in socket to keep connected
**Fixes**
- Fixed exchange info endpoint as it was renamed slightly
0.4.3
^^^^^^^^^^^^^^^^^^^
**Fixes**
- 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